Package org.hibernate.persister.spi
Interface PersisterCreationContext
-
public interface PersisterCreationContext
"Parameter object" providing access to additional information that may be needed in the creation of the persisters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataImplementor
getMetadata()
SessionFactoryImplementor
getSessionFactory()
-
-
-
Method Detail
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()
-
getMetadata
MetadataImplementor getMetadata()
-
-