This content has been marked as final.
Show 3 replies
-
1. Re: Access to entity Metadata
Emmanuel Bernard Oct 28, 2005 1:33 PM (in response to Marcel Overdijk)not in a standard way, but you can always access the hibernate session factory by doing
( (HibernateSessionFactory) ).getSessionFactory(). ... -
2. Re: Access to entity Metadata
Dan Christopherson Oct 28, 2005 5:55 PM (in response to Marcel Overdijk)or poke into the annotations yourself
-
3. Re: Access to entity Metadata
Emmanuel Bernard Nov 4, 2005 5:02 AM (in response to Marcel Overdijk)"danch" wrote:
or poke into the annotations yourself
This is not that simple, you hale lots of inferred rules :-)