Package org.hibernate.persister.spi
Interface PersisterCreationContext
-
- All Known Subinterfaces:
RuntimeModelCreationContext
- All Known Implementing Classes:
MockSessionFactory,ProcessorSessionFactory
@Deprecated public interface PersisterCreationContext
Deprecated.UseRuntimeModelCreationContextinstead"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 BootstrapContextgetBootstrapContext()Deprecated.default JavaTypeRegistrygetJavaTypeRegistry()Deprecated.MetadataImplementorgetMetadata()Deprecated.SessionFactoryImplementorgetSessionFactory()Deprecated.default TypeConfigurationgetTypeConfiguration()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.
-
-