Hello all,
I'm currently working on a part of a J2EE web-based application using Spring and Hibernate. Specifically, I'm trying to implement auditing within the application. To that end I need to pull the database name, schema name, and table name which should be contained within the mappings for the domain classes. I'm just unclear on how to get this information for read-only purposes.
I've done some searching here in the forums and lots of warm fuzzy time with the JavaDocs but I still don't see how to get that information. Anyone have any idea how to go about doing that?
Thanks,
C
|