Uses of Interface
org.hibernate.boot.spi.BootstrapContext
-
Packages that use BootstrapContext Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.boot.internal org.hibernate.boot.model.convert.internal org.hibernate.boot.model.internal org.hibernate.boot.model.process.internal org.hibernate.boot.model.process.spi Defines an SPI used during the process of transforming mapping sources into theMetadatareference.org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.envers.boot.internal org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoaderfacility.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.spi An SPI for integrating custom entity and collection persisters.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.testing.boot org.hibernate.testing.orm.junit org.hibernate.type.format 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 BootstrapContext Modifier and Type Method Description voidBeanValidationIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) -
Uses of BootstrapContext in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement BootstrapContext Modifier and Type Class Description classBootstrapContextImplMethods in org.hibernate.boot.internal that return BootstrapContext Modifier and Type Method Description BootstrapContextInFlightMetadataCollectorImpl. getBootstrapContext()BootstrapContextMetadataBuilderImpl. getBootstrapContext()BootstrapContextMetadataBuildingContextRootImpl. getBootstrapContext()BootstrapContextMetadataImpl. getBootstrapContext()Methods in org.hibernate.boot.internal with parameters of type BootstrapContext Modifier and Type Method Description SessionFactoryBuilderImplementorDefaultSessionFactoryBuilderService. createSessionFactoryBuilder(MetadataImpl metadata, BootstrapContext bootstrapContext)voidMetadataBuilderImpl.MetadataBuildingOptionsImpl. setBootstrapContext(BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal with parameters of type BootstrapContext Modifier and Type Method Description voidAttributeConverterManager. 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 BootstrapContext Constructor Description JPAXMLOverriddenAnnotationReader(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 BootstrapContext Modifier and Type Method Description voidScanningCoordinator. 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 BootstrapContext Modifier and Type Method Description static 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 Modifier and Type Method Description BootstrapContextMappingDocument. getBootstrapContext() -
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(MetadataImpl metadata, BootstrapContext bootstrapContext) -
Uses of BootstrapContext in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return BootstrapContext Modifier and Type Method Description BootstrapContextEnversMetadataBuildingContextImpl. getBootstrapContext()Methods in org.hibernate.envers.boot.internal with parameters of type BootstrapContext Modifier and Type Method Description voidEnversIntegrator. 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.internal
Constructors in org.hibernate.internal with parameters of type BootstrapContext Constructor Description SessionFactoryImpl(MetadataImplementor bootMetamodel, SessionFactoryOptions options, BootstrapContext bootstrapContext) -
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.processor.validation
Classes in org.hibernate.processor.validation that implement BootstrapContext Modifier and Type Class Description classMockSessionFactoryclassProcessorSessionFactoryImplementation of theMockobjects based on standard annotation processor APIs.Methods in org.hibernate.processor.validation that return BootstrapContext Modifier and Type Method Description BootstrapContextMockSessionFactory. getBootstrapContext() -
Uses of BootstrapContext in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement BootstrapContext Modifier and Type Class Description classBootstrapContextImplMethods in org.hibernate.testing.boot that return BootstrapContext Modifier and Type Method Description BootstrapContextMetadataBuildingContextTestingImpl. getBootstrapContext() -
Uses of BootstrapContext in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return BootstrapContext Modifier and Type Method Description BootstrapContextDialectFeatureChecks.FakeMetadataBuildingContext. getBootstrapContext() -
Uses of BootstrapContext in org.hibernate.type.format
Methods in org.hibernate.type.format that return BootstrapContext Modifier and Type Method Description BootstrapContextFormatMapperCreationContext. getBootstrapContext()
-