Uses of Interface
org.hibernate.boot.spi.BootstrapContext
-
-
Uses of BootstrapContext in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement BootstrapContext Modifier and Type Class Description classBootstrapContextImplMethods in org.hibernate.boot.internal that return BootstrapContext Modifier and Type Method Description BootstrapContextInFlightMetadataCollectorImpl. getBootstrapContext()BootstrapContextMetadataBuilderImpl. getBootstrapContext()BootstrapContextMetadataBuildingContextRootImpl. getBootstrapContext()BootstrapContextMetadataImpl. getBootstrapContext()Methods in org.hibernate.boot.internal with parameters of type BootstrapContext Modifier and Type Method Description SessionFactoryBuilderImplementorDefaultSessionFactoryBuilderService. createSessionFactoryBuilder(MetadataImpl metadata, BootstrapContext bootstrapContext)voidMetadataBuilderImpl.MetadataBuildingOptionsImpl. setBootstrapContext(BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal with parameters of type BootstrapContext Modifier and Type Method Description voidAttributeConverterManager. addRegistration(RegisteredConversion conversion, BootstrapContext context) -
Uses of BootstrapContext in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type BootstrapContext Modifier and Type Method Description voidScanningCoordinator. applyScanResultsToManagedResources(ManagedResourcesImpl managedResources, ScanResult scanResult, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess)static ManagedResourcesImplManagedResourcesImpl. baseline(MetadataSources sources, BootstrapContext bootstrapContext)voidScanningCoordinator. coordinateScan(ManagedResourcesImpl managedResources, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess) -
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 MetadataImplementorMetadataBuildingProcess. build(MetadataSources sources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)Unified single phase for MetadataSources->Metadata processstatic MetadataImplementorMetadataBuildingProcess. complete(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)Second step of 2-phase for MetadataSources->Metadata processstatic ManagedResourcesMetadataBuildingProcess. prepare(MetadataSources sources, BootstrapContext bootstrapContext)First step of 2-phase for MetadataSources->Metadata process -
Uses of BootstrapContext in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return BootstrapContext Modifier and Type Method Description BootstrapContextMappingDocument. getBootstrapContext() -
Uses of BootstrapContext in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BootstrapContext Modifier and Type Method Description BootstrapContextInFlightMetadataCollector. getBootstrapContext()BootstrapContextMetadataBuilderImplementor. getBootstrapContext()BootstrapContextMetadataBuildingContext. getBootstrapContext()Methods in org.hibernate.boot.spi with parameters of type BootstrapContext Modifier and Type Method Description SessionFactoryBuilderImplementorSessionFactoryBuilderService. createSessionFactoryBuilder(MetadataImpl metadata, BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.cfg.annotations.reflection.internal
Constructors in org.hibernate.cfg.annotations.reflection.internal with parameters of type BootstrapContext Constructor Description JPAXMLOverriddenAnnotationReader(AnnotatedElement el, XMLContext xmlContext, BootstrapContext bootstrapContext)JPAXMLOverriddenMetadataProvider(BootstrapContext bootstrapContext)XMLContext(BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation with parameters of type BootstrapContext Modifier and Type Method Description voidBeanValidationIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) -
Uses of BootstrapContext in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return BootstrapContext Modifier and Type Method Description BootstrapContextEnversMetadataBuildingContextImpl. getBootstrapContext()Methods in org.hibernate.envers.boot.internal with parameters of type BootstrapContext Modifier and Type Method Description voidEnversIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) -
Uses of BootstrapContext in org.hibernate.integrator.spi
Methods in org.hibernate.integrator.spi with parameters of type BootstrapContext Modifier and Type Method Description default voidIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory)Perform integration. -
Uses of BootstrapContext in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type BootstrapContext Modifier and Type Method Description voidRuntimeMetamodelsImpl. finishInitialization(MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext, SessionFactoryImpl sessionFactory)Chicken-and-egg because things try to use the SessionFactory (specifically the MappingMetamodel) before it is ready. -
Uses of BootstrapContext in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type BootstrapContext Modifier and Type Method Description voidMappingMetamodelImpl. finishInitialization(MetadataImplementor bootModel, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) -
Uses of BootstrapContext in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return BootstrapContext Modifier and Type Method Description BootstrapContextRuntimeModelCreationContext. getBootstrapContext() -
Uses of BootstrapContext in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi that return BootstrapContext Modifier and Type Method Description BootstrapContextPersisterCreationContext. getBootstrapContext()Deprecated. -
Uses of BootstrapContext in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type BootstrapContext Modifier and Type Method Description voidNamedObjectRepositoryImpl. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.query.named
Methods in org.hibernate.query.named with parameters of type BootstrapContext Modifier and Type Method Description voidNamedObjectRepository. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)Prepare for runtime use -
Uses of BootstrapContext in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type BootstrapContext Modifier and Type Method Description voidQueryEngine. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement BootstrapContext Modifier and Type Class Description classBootstrapContextImplMethods in org.hibernate.testing.boot that return BootstrapContext Modifier and Type Method Description BootstrapContextMetadataBuildingContextTestingImpl. getBootstrapContext()
-