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.
Support for type mappings which format composite values to a structured
text format (JSON or XML) for storage in a database-specific column type
supporting that structured format.
-
Uses of BootstrapContext in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type BootstrapContextModifier and TypeMethodDescriptionvoidBeanValidationIntegrator.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 MetadataImplementorMetadataBuildingProcess.build(MetadataSources sources, BootstrapContext bootstrapContext, MetadataBuildingOptions options) Unified single phase for MetadataSources to Metadata processstatic MetadataImplementorMetadataBuildingProcess.complete(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options) Second step of two-phase for MetadataSources to Metadata processstatic ManagedResourcesMetadataBuildingProcess.prepare(MetadataSources sources, BootstrapContext bootstrapContext) First step of two-phase for MetadataSources to Metadata processstatic org.hibernate.boot.model.source.internal.annotations.DomainModelSourceMetadataBuildingProcess.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 XmlProcessingResultXmlProcessor.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 voidIntegrator.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 -
Uses of BootstrapContext in org.hibernate.type.format
Methods in org.hibernate.type.format that return BootstrapContext