Package org.hibernate.persister.spi
Interface PersisterCreationContext
-
- All Known Subinterfaces:
RuntimeModelCreationContext
- All Known Implementing Classes:
MockSessionFactory
,ProcessorSessionFactory
@Deprecated public interface PersisterCreationContext
Deprecated.UseRuntimeModelCreationContext
instead"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 Default Methods Deprecated Methods Modifier and Type Method Description BootstrapContext
getBootstrapContext()
Deprecated.default JavaTypeRegistry
getJavaTypeRegistry()
Deprecated.MetadataImplementor
getMetadata()
Deprecated.SessionFactoryImplementor
getSessionFactory()
Deprecated.default TypeConfiguration
getTypeConfiguration()
Deprecated.
-
-
-
Method Detail
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()
Deprecated.
-
getBootstrapContext
BootstrapContext getBootstrapContext()
Deprecated.
-
getTypeConfiguration
default TypeConfiguration getTypeConfiguration()
Deprecated.
-
getMetadata
MetadataImplementor getMetadata()
Deprecated.
-
getJavaTypeRegistry
default JavaTypeRegistry getJavaTypeRegistry()
Deprecated.
-
-