| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.persister.PersisterFactory
public final class PersisterFactory
Factory for EntityPersister and CollectionPersister instances
| Method Summary | |
|---|---|
| static EntityPersister | createClassPersister(PersistentClass model,
                     EntityRegionAccessStrategy cacheAccessStrategy,
                     SessionFactoryImplementor factory,
                     Mapping cfg) | 
| static CollectionPersister | createCollectionPersister(Configuration cfg,
                          Collection model,
                          CollectionRegionAccessStrategy cacheAccessStrategy,
                          SessionFactoryImplementor factory) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static EntityPersister createClassPersister(PersistentClass model,
                                                   EntityRegionAccessStrategy cacheAccessStrategy,
                                                   SessionFactoryImplementor factory,
                                                   Mapping cfg)
                                            throws HibernateException
HibernateException
public static CollectionPersister createCollectionPersister(Configuration cfg,
                                                            Collection model,
                                                            CollectionRegionAccessStrategy cacheAccessStrategy,
                                                            SessionFactoryImplementor factory)
                                                     throws HibernateException
HibernateException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||