Joined: Wed Apr 20, 2005 3:19 am Posts: 5
|
Hi
I use "HibernateUtil.getConfiguration().getClassMappings()" to access PersistentClass object. But now I want move my application to jboss.
For configuration of hibernate in jboss it is not necessary that used Configuration and so there is not some methods like “getConfiguration()”. My application heavily used PersistentClass and I wonder how access to this class. I tried using "session.getSessionFactory().getAllClassMetadata()" without success.
Can anyone help ?
Thank you,
_________________ MRB
|
|