Uses of Interface
org.hibernate.boot.spi.BootstrapContext
Packages that use BootstrapContext
Package
Description
Support for integrating Jakarta Bean Validation.
Defines an SPI used during the process of transforming
mapping sources into
the
Metadata
reference.A range of SPIs allowing integration with—and customization of—the process of building metadata.
An SPI for extensions which integrate with Hibernate via the Java
ServiceLoader
facility.This package defines the Hibernate configuration-time mapping model.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
-
Uses of BootstrapContext in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type BootstrapContextModifier and TypeMethodDescriptionvoid
BeanValidationIntegrator.integrate
(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) -
Uses of BootstrapContext in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic MetadataImplementor
MetadataBuildingProcess.build
(MetadataSources sources, BootstrapContext bootstrapContext, MetadataBuildingOptions options) Unified single phase for MetadataSources to Metadata processstatic MetadataImplementor
MetadataBuildingProcess.complete
(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options) Second step of two-phase for MetadataSources to Metadata processstatic ManagedResources
MetadataBuildingProcess.prepare
(MetadataSources sources, BootstrapContext bootstrapContext) First step of two-phase for MetadataSources to Metadata processstatic org.hibernate.boot.model.source.internal.annotations.DomainModelSource
MetadataBuildingProcess.processManagedResources
(ManagedResources managedResources, InFlightMetadataCollector metadataCollector, BootstrapContext bootstrapContext, MappingDefaults optionDefaults) -
Uses of BootstrapContext in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return BootstrapContextModifier and TypeMethodDescriptionXmlDocumentContext.getBootstrapContext()
Access to the containing BootstrapContextMethods in org.hibernate.boot.models.xml.spi with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic XmlProcessingResult
XmlProcessor.processXml
(XmlPreProcessingResult xmlPreProcessingResult, PersistenceUnitMetadata persistenceUnitMetadata, BiConsumer<JaxbEntityMappingsImpl, XmlDocumentContext> jaxbRootConsumer, org.hibernate.models.spi.ModelsContext ModelsContext, BootstrapContext bootstrapContext, org.hibernate.boot.internal.RootMappingDefaults mappingDefaults) -
Uses of BootstrapContext in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BootstrapContextModifier and TypeMethodDescriptionInFlightMetadataCollector.getBootstrapContext()
MetadataBuilderImplementor.getBootstrapContext()
MetadataBuildingContext.getBootstrapContext()
Methods in org.hibernate.boot.spi with parameters of type BootstrapContextModifier and TypeMethodDescriptionSessionFactoryBuilderService.createSessionFactoryBuilder
(org.hibernate.boot.internal.MetadataImpl metadata, BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.integrator.spi
Methods in org.hibernate.integrator.spi with parameters of type BootstrapContextModifier and TypeMethodDescriptiondefault void
Integrator.integrate
(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) Perform integration. -
Uses of BootstrapContext in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic ManagedBean
<? extends UserCollectionType> MappingHelper.createUserTypeBean
(String role, Class<? extends UserCollectionType> userCollectionTypeClass, Map<String, ?> parameters, BootstrapContext bootstrapContext, boolean allowExtensionsInCdi) -
Uses of BootstrapContext in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return BootstrapContext