net.sf.hibernate.persister
Class PersisterFactory
java.lang.Object
net.sf.hibernate.persister.PersisterFactory
- public final class PersisterFactory
- extends Object
Factory for ClassPersister and CollectionPersister instances
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createClassPersister
public static ClassPersister createClassPersister(PersistentClass model,
SessionFactoryImplementor factory)
throws HibernateException
- Throws:
HibernateException
createCollectionPersister
public static CollectionPersister createCollectionPersister(Configuration cfg,
Collection model,
SessionFactoryImplementor factory)
throws HibernateException
- Throws:
HibernateException