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.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.An SPI supporting custom instantiation of
entity instances and
embeddable objects.
An SPI for integrating custom entity and collection persisters.
-
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.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) voidMetadataBuilderImpl.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) 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 TypeMethodDescriptionvoidAttributeConverterManager.addRegistration(RegisteredConversion conversion, BootstrapContext context) -
Uses of BootstrapContext in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type BootstrapContextModifierConstructorDescriptionJPAXMLOverriddenAnnotationReader(AnnotatedElement el, XMLContext xmlContext, BootstrapContext bootstrapContext) JPAXMLOverriddenMetadataProvider(BootstrapContext bootstrapContext) JPAXMLOverriddenMetadataProvider(ClassLoaderAccess classLoaderAccess, BootstrapContext bootstrapContext) XMLContext(BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type BootstrapContextModifier and TypeMethodDescriptionvoidScanningCoordinator.applyScanResultsToManagedResources(ManagedResourcesImpl managedResources, ScanResult scanResult, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess) static ManagedResourcesImplManagedResourcesImpl.baseline(MetadataSources sources, BootstrapContext bootstrapContext) voidScanningCoordinator.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 bootstrapContext) -
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 process -
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.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.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 TypeMethodDescriptionvoidEnversIntegrator.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 voidIntegrator.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.metamodel.spi
Methods in org.hibernate.metamodel.spi that return BootstrapContext -
Uses of BootstrapContext in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi that return BootstrapContext -
Uses of BootstrapContext in org.hibernate.search.mapper.orm.bootstrap.impl
Methods in org.hibernate.search.mapper.orm.bootstrap.impl with parameters of type BootstrapContextModifier and TypeMethodDescriptionvoidHibernateSearchIntegrator.integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) Constructors in org.hibernate.search.mapper.orm.bootstrap.impl with parameters of type BootstrapContext -
Uses of BootstrapContext in org.hibernate.search.mapper.orm.bootstrap.spi
Methods in org.hibernate.search.mapper.orm.bootstrap.spi with parameters of type BootstrapContextModifier and TypeMethodDescriptionHibernateOrmIntegrationBooter.builder(Metadata metadata, BootstrapContext bootstrapContext)