Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.boot.model.process.internal | |
org.hibernate.boot.model.process.spi | |
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.spi | |
org.hibernate.cfg.annotations.reflection |
Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of
metadata in the Hibernate commons-annotations model.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.service.internal | |
org.hibernate.service.spi | |
org.hibernate.tuple.component | |
org.hibernate.type.spi |
Modifier and Type | Class and Description |
---|---|
class |
BootstrapContextImpl |
Modifier and Type | Method and Description |
---|---|
BootstrapContext |
MetadataBuildingContextRootImpl.getBootstrapContext() |
BootstrapContext |
MetadataBuilderImpl.getBootstrapContext() |
BootstrapContext |
InFlightMetadataCollectorImpl.getBootstrapContext() |
Constructor and Description |
---|
InFlightMetadataCollectorImpl(BootstrapContext bootstrapContext,
MetadataBuildingOptions options) |
MetadataBuildingContextRootImpl(BootstrapContext bootstrapContext,
MetadataBuildingOptions options,
InFlightMetadataCollector metadataCollector) |
SessionFactoryBuilderImpl(MetadataImplementor metadata,
BootstrapContext bootstrapContext) |
SessionFactoryOptionsBuilder(StandardServiceRegistry serviceRegistry,
BootstrapContext context) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Modifier and Type | Method and Description |
---|---|
static MetadataImplementor |
MetadataBuildingProcess.build(MetadataSources sources,
BootstrapContext bootstrapContext,
MetadataBuildingOptions options)
Unified single phase for MetadataSources->Metadata process
|
static MetadataImplementor |
MetadataBuildingProcess.complete(ManagedResources managedResources,
BootstrapContext bootstrapContext,
MetadataBuildingOptions options)
Second step of 2-phase for MetadataSources->Metadata process
|
static ManagedResources |
MetadataBuildingProcess.prepare(MetadataSources sources,
BootstrapContext bootstrapContext)
First step of 2-phase for MetadataSources->Metadata process
|
Modifier and Type | Method and Description |
---|---|
BootstrapContext |
MappingDocument.getBootstrapContext() |
Modifier and Type | Method and Description |
---|---|
BootstrapContext |
MetadataBuildingContext.getBootstrapContext() |
BootstrapContext |
MetadataBuilderImplementor.getBootstrapContext() |
BootstrapContext |
InFlightMetadataCollector.getBootstrapContext() |
Constructor and Description |
---|
JPAMetadataProvider(BootstrapContext bootstrapContext) |
JPAOverriddenAnnotationReader(AnnotatedElement el,
XMLContext xmlContext,
BootstrapContext bootstrapContext) |
XMLContext(BootstrapContext bootstrapContext) |
Constructor and Description |
---|
SessionFactoryImpl(BootstrapContext bootstrapContext,
MetadataImplementor metadata,
SessionFactoryOptions options) |
Modifier and Type | Method and Description |
---|---|
BootstrapContext |
SessionFactoryServiceRegistryImpl.getBootstrapContext() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryFactoryImpl.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions options) |
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryBuilderImpl.buildSessionFactoryServiceRegistry(SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions options) |
Constructor and Description |
---|
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
List<SessionFactoryServiceInitiator> initiators,
List<ProvidedService> providedServices,
SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions sessionFactoryOptions) |
Modifier and Type | Method and Description |
---|---|
BootstrapContext |
SessionFactoryServiceInitiatorContext.getBootstrapContext() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryFactory.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions sessionFactoryOptions)
Create the registry.
|
Constructor and Description |
---|
ComponentMetamodel(Component component,
BootstrapContext bootstrapContext) |
ComponentTuplizerFactory(BootstrapContext bootstrapContext) |
Modifier and Type | Method and Description |
---|---|
MetamodelImplementor |
TypeConfiguration.scope(SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.