| Package | Description |
|---|---|
| org.hibernate.boot.model.process.spi | |
| 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.testing.boot | |
| org.hibernate.tuple.component |
| 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 |
InFlightMetadataCollector.getBootstrapContext() |
BootstrapContext |
MetadataBuilderImplementor.getBootstrapContext() |
BootstrapContext |
MetadataBuildingContext.getBootstrapContext() |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryBuilderImplementor |
SessionFactoryBuilderService.createSessionFactoryBuilder(org.hibernate.boot.internal.MetadataImpl metadata,
BootstrapContext bootstrapContext) |
| Constructor and Description |
|---|
JPAMetadataProvider(BootstrapContext bootstrapContext) |
JPAOverriddenAnnotationReader(AnnotatedElement el,
XMLContext xmlContext,
BootstrapContext bootstrapContext) |
XMLContext(BootstrapContext bootstrapContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapContextImpl |
| Modifier and Type | Method and Description |
|---|---|
BootstrapContext |
MetadataBuildingContextTestingImpl.getBootstrapContext() |
| Constructor and Description |
|---|
ComponentMetamodel(Component component,
BootstrapContext bootstrapContext) |
ComponentTuplizerFactory(BootstrapContext bootstrapContext) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.