Package org.hibernate.persister.spi
Interface PersisterCreationContext
- All Known Subinterfaces:
RuntimeModelCreationContext
- All Known Implementing Classes:
MockSessionFactory
,ProcessorSessionFactory
Deprecated.
"Parameter object" providing access to additional information that may be needed
in the creation of the persisters.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.default JavaTypeRegistry
Deprecated.Deprecated.Deprecated.default TypeConfiguration
Deprecated.
-
Method Details
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()Deprecated. -
getBootstrapContext
BootstrapContext getBootstrapContext()Deprecated. -
getTypeConfiguration
Deprecated. -
getMetadata
MetadataImplementor getMetadata()Deprecated. -
getJavaTypeRegistry
Deprecated.
-
RuntimeModelCreationContext
instead