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.beanvalidation org.hibernate.integrator.spi org.hibernate.metamodel.spi org.hibernate.persister.spi org.hibernate.query.named Support for named queriesorg.hibernate.query.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 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.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(org.hibernate.boot.internal.MetadataImpl metadata, 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.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.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.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)
-