Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » persister » [javadoc | source]
org.hibernate.persister
public final class: PersisterFactory [javadoc | source]
java.lang.Object
   org.hibernate.persister.PersisterFactory
Factory for EntityPersister and CollectionPersister instances
Method from org.hibernate.persister.PersisterFactory Summary:
createClassPersister,   createCollectionPersister
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.persister.PersisterFactory Detail:
 public static EntityPersister createClassPersister(PersistentClass model,
    EntityRegionAccessStrategy cacheAccessStrategy,
    SessionFactoryImplementor factory,
    Mapping cfg) throws HibernateException 
 public static CollectionPersister createCollectionPersister(Configuration cfg,
    Collection model,
    CollectionRegionAccessStrategy cacheAccessStrategy,
    SessionFactoryImplementor factory) throws HibernateException