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.Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Internal implementations and support for second-level caching.
An SPI for extensions which integrate with Hibernate via the Java
ServiceLoader
facility.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.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.internal
Classes in org.hibernate.boot.internal that implement BootstrapContextMethods in org.hibernate.boot.internal that return BootstrapContextModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.getBootstrapContext()
MetadataBuilderImpl.getBootstrapContext()
MetadataBuildingContextRootImpl.getBootstrapContext()
MetadataImpl.getBootstrapContext()
Methods in org.hibernate.boot.internal with parameters of type BootstrapContextModifier and TypeMethodDescriptionDefaultSessionFactoryBuilderService.createSessionFactoryBuilder
(MetadataImpl metadata, BootstrapContext bootstrapContext) void
MetadataBuilderImpl.MetadataBuildingOptionsImpl.setBootstrapContext
(BootstrapContext bootstrapContext) Constructors in org.hibernate.boot.internal with parameters of type BootstrapContextModifierConstructorDescriptionInFlightMetadataCollectorImpl
(BootstrapContext bootstrapContext, MetadataBuildingOptions options) MetadataBuildingContextRootImpl
(String contributor, BootstrapContext bootstrapContext, MetadataBuildingOptions options, InFlightMetadataCollector metadataCollector, RootMappingDefaults mappingDefaults) MetadataImpl
(UUID uuid, MetadataBuildingOptions metadataBuildingOptions, Map<String, PersistentClass> entityBindingMap, List<Component> composites, Map<Class<?>, Component> genericComponentsMap, Map<Class<?>, DiscriminatorType<?>> embeddableDiscriminatorTypesMap, Map<Class<?>, MappedSuperclass> mappedSuperclassMap, Map<String, Collection> collectionBindingMap, Map<String, TypeDefinition> typeDefinitionMap, Map<String, FilterDefinition> filterDefinitionMap, Map<String, FetchProfile> fetchProfileMap, Map<String, String> imports, Map<String, IdentifierGeneratorDefinition> idGeneratorDefinitionMap, Map<String, NamedHqlQueryDefinition<?>> namedQueryMap, Map<String, NamedNativeQueryDefinition<?>> namedNativeQueryMap, Map<String, NamedProcedureCallDefinition> namedProcedureCallMap, Map<String, NamedResultSetMappingDescriptor> sqlResultSetMappingMap, Map<String, NamedEntityGraphDefinition> namedEntityGraphMap, Map<String, SqmFunctionDescriptor> sqlFunctionMap, Database database, BootstrapContext bootstrapContext) SessionFactoryBuilderImpl
(MetadataImplementor metadata, SessionFactoryOptionsBuilder optionsBuilder, BootstrapContext context) SessionFactoryBuilderImpl
(MetadataImplementor metadata, BootstrapContext bootstrapContext) SessionFactoryOptionsBuilder
(StandardServiceRegistry serviceRegistry, BootstrapContext context) -
Uses of BootstrapContext in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal with parameters of type BootstrapContextModifier and TypeMethodDescriptionvoid
AttributeConverterManager.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 BootstrapContextModifier and TypeMethodDescriptionvoid
ScanningCoordinator.applyScanResultsToManagedResources
(ManagedResourcesImpl managedResources, ScanResult scanResult, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess) static ManagedResourcesImpl
ManagedResourcesImpl.baseline
(MetadataSources sources, BootstrapContext bootstrapContext) void
ScanningCoordinator.coordinateScan
(ManagedResourcesImpl managedResources, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess) static <E extends Enum<E>>
BasicValue.Resolution<E>InferredBasicValueResolver.fromEnum
(EnumJavaType<E> enumJavaType, JdbcType explicitJdbcType, JdbcTypeIndicators stdIndicators, BootstrapContext context) -
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 DomainModelSource
MetadataBuildingProcess.processManagedResources
(ManagedResources managedResources, InFlightMetadataCollector metadataCollector, BootstrapContext bootstrapContext, MappingDefaults optionDefaults) -
Uses of BootstrapContext in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return BootstrapContext -
Uses of BootstrapContext in org.hibernate.boot.models.internal
Constructors in org.hibernate.boot.models.internal with parameters of type BootstrapContextModifierConstructorDescriptionGlobalRegistrationsImpl
(org.hibernate.models.spi.ModelsContext sourceModelContext, BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return BootstrapContextConstructors in org.hibernate.boot.models.xml.internal with parameters of type BootstrapContextModifierConstructorDescriptionXmlDocumentContextImpl
(XmlDocument xmlDocument, RootMappingDefaults mappingDefaults, org.hibernate.models.spi.ModelsContext modelBuildingContext, BootstrapContext bootstrapContext) -
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, 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
(MetadataImpl metadata, BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal with parameters of type BootstrapContextModifier and TypeMethodDescriptionvoid
CollectionCacheInvalidator.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 BootstrapContextMethods in org.hibernate.envers.boot.internal with parameters of type BootstrapContextModifier and TypeMethodDescriptionvoid
EnversIntegrator.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 BootstrapContextModifier and TypeMethodDescriptiondefault void
Integrator.integrate
(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) Perform integration. -
Uses of BootstrapContext in org.hibernate.internal
Constructors in org.hibernate.internal with parameters of type BootstrapContextModifierConstructorDescriptionSessionFactoryImpl
(MetadataImplementor bootMetamodel, SessionFactoryOptions options, BootstrapContext bootstrapContext) -
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