Uses of Interface
org.hibernate.boot.spi.BootstrapContext
-
Packages that use BootstrapContext Package Description org.hibernate.boot.model.process.spi org.hibernate.boot.spi org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.org.hibernate.service.spi org.hibernate.testing.boot org.hibernate.tuple.component org.hibernate.type.spi -
-
Uses of BootstrapContext in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi with parameters of type BootstrapContext Modifier and Type Method Description static MetadataImplementor
MetadataBuildingProcess. build(MetadataSources sources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)
Unified single phase for MetadataSources->Metadata processstatic MetadataImplementor
MetadataBuildingProcess. complete(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)
Second step of 2-phase for MetadataSources->Metadata processstatic ManagedResources
MetadataBuildingProcess. prepare(MetadataSources sources, BootstrapContext bootstrapContext)
First step of 2-phase for MetadataSources->Metadata process -
Uses of BootstrapContext in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BootstrapContext Modifier and Type Method Description BootstrapContext
InFlightMetadataCollector. getBootstrapContext()
BootstrapContext
MetadataBuilderImplementor. getBootstrapContext()
BootstrapContext
MetadataBuildingContext. getBootstrapContext()
-
Uses of BootstrapContext in org.hibernate.cfg.annotations.reflection
Constructors in org.hibernate.cfg.annotations.reflection with parameters of type BootstrapContext Constructor Description JPAMetadataProvider(BootstrapContext bootstrapContext)
JPAOverriddenAnnotationReader(java.lang.reflect.AnnotatedElement el, XMLContext xmlContext, BootstrapContext bootstrapContext)
XMLContext(BootstrapContext bootstrapContext)
-
Uses of BootstrapContext in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return BootstrapContext Modifier and Type Method Description BootstrapContext
SessionFactoryServiceInitiatorContext. getBootstrapContext()
Methods in org.hibernate.service.spi with parameters of type BootstrapContext Modifier and Type Method Description SessionFactoryServiceRegistry
SessionFactoryServiceRegistryFactory. buildServiceRegistry(SessionFactoryImplementor sessionFactory, BootstrapContext bootstrapContext, SessionFactoryOptions sessionFactoryOptions)
Create the registry. -
Uses of BootstrapContext in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement BootstrapContext Modifier and Type Class Description class
BootstrapContextImpl
Methods in org.hibernate.testing.boot that return BootstrapContext Modifier and Type Method Description BootstrapContext
MetadataBuildingContextTestingImpl. getBootstrapContext()
-
Uses of BootstrapContext in org.hibernate.tuple.component
Constructors in org.hibernate.tuple.component with parameters of type BootstrapContext Constructor Description ComponentMetamodel(Component component, BootstrapContext bootstrapContext)
ComponentTuplizerFactory(BootstrapContext bootstrapContext)
-
Uses of BootstrapContext in org.hibernate.type.spi
Methods in org.hibernate.type.spi with parameters of type BootstrapContext Modifier and Type Method Description MetamodelImplementor
TypeConfiguration. scope(SessionFactoryImplementor sessionFactory, BootstrapContext bootstrapContext)
-