Modifier and Type | Class and Description |
---|---|
class |
InFlightMetadataCollectorImpl
The implementation of the in-flight Metadata collector contract.
|
class |
MetadataImpl
Container for configuration data collected during binding the metamodel.
|
Modifier and Type | Method and Description |
---|---|
MetadataImplementor |
MetadataBuilderImpl.build() |
Constructor and Description |
---|
SessionFactoryBuilderImpl(MetadataImplementor metadata) |
Modifier and Type | Method and Description |
---|---|
static MetadataImplementor |
MetadataBuildingProcess.build(MetadataSources sources,
MetadataBuildingOptions options)
Unified single phase for MetadataSources->Metadata process
|
static MetadataImplementor |
MetadataBuildingProcess.complete(ManagedResources managedResources,
MetadataBuildingOptions options)
Second step of 2-phase for MetadataSources->Metadata process
|
Modifier and Type | Interface and Description |
---|---|
interface |
InFlightMetadataCollector
An in-flight representation of Metadata while Metadata is being built.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingMetadata
Convenience base class for custom implementors of
MetadataImplementor using delegation. |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderFactory.getSessionFactoryBuilder(MetadataImplementor metadata,
SessionFactoryBuilderImplementor defaultBuilder)
The contract method.
|
Collection<MappingDocument> |
AdditionalJaxbMappingProducer.produceAdditionalMappings(MetadataImplementor metadata,
org.jboss.jandex.IndexView jandexIndex,
MappingBinder mappingBinder,
MetadataBuildingContext buildingContext)
Deprecated.
|
Constructor and Description |
---|
AbstractDelegatingMetadata(MetadataImplementor delegate) |
Modifier and Type | Method and Description |
---|---|
void |
EnversServiceImpl.initialize(MetadataImplementor metadata,
MappingCollector mappingCollector) |
void |
EnversService.initialize(MetadataImplementor metadata,
MappingCollector mappingCollector) |
Collection<MappingDocument> |
AdditionalJaxbMappingProducerImpl.produceAdditionalMappings(MetadataImplementor metadata,
org.jboss.jandex.IndexView jandexIndex,
MappingBinder mappingBinder,
MetadataBuildingContext buildingContext) |
Modifier and Type | Method and Description |
---|---|
RevisionInfoConfigurationResult |
RevisionInfoConfiguration.configure(MetadataImplementor metadata,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) |
EntitiesConfigurations |
EntitiesConfigurator.configure(MetadataImplementor metadata,
ServiceRegistry serviceRegistry,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
MappingCollector mappingCollector,
GlobalConfiguration globalConfiguration,
AuditEntitiesConfiguration auditEntitiesConfiguration,
AuditStrategy auditStrategy,
org.dom4j.Document revisionInfoXmlMapping,
org.dom4j.Element revisionInfoRelationMapping) |
Constructor and Description |
---|
PersistentClassGraphDefiner(MetadataImplementor metadata) |
Modifier and Type | Method and Description |
---|---|
MetadataImplementor |
AuditMetadataGenerator.getMetadata() |
Constructor and Description |
---|
AuditMetadataGenerator(MetadataImplementor metadata,
ServiceRegistry serviceRegistry,
GlobalConfiguration globalCfg,
AuditEntitiesConfiguration verEntCfg,
AuditStrategy auditStrategy,
org.dom4j.Element revisionInfoRelationMapping,
AuditEntityNameRegister auditEntityNameRegister) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractMultiTableBulkIdStrategyImpl.buildIdTableCreateStatement(Table idTable,
JdbcServices jdbcServices,
MetadataImplementor metadata) |
protected abstract TT |
AbstractMultiTableBulkIdStrategyImpl.buildIdTableInfo(PersistentClass entityBinding,
Table idTable,
JdbcServices jdbcServices,
MetadataImplementor metadata,
CT context) |
protected void |
AbstractMultiTableBulkIdStrategyImpl.finishPreparation(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
CT context) |
void |
MultiTableBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
SessionFactoryOptions sessionFactoryOptions)
Prepare the strategy.
|
void |
AbstractMultiTableBulkIdStrategyImpl.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
SessionFactoryOptions sessionFactoryOptions) |
Modifier and Type | Method and Description |
---|---|
protected org.hibernate.hql.spi.id.global.IdTableInfoImpl |
GlobalTemporaryTableBulkIdStrategy.buildIdTableInfo(PersistentClass entityBinding,
Table idTable,
JdbcServices jdbcServices,
MetadataImplementor metadata,
org.hibernate.hql.spi.id.global.PreparationContextImpl context) |
protected void |
GlobalTemporaryTableBulkIdStrategy.finishPreparation(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
org.hibernate.hql.spi.id.global.PreparationContextImpl context) |
Modifier and Type | Method and Description |
---|---|
protected IdTableInfoImpl |
LocalTemporaryTableBulkIdStrategy.buildIdTableInfo(PersistentClass entityBinding,
Table idTable,
JdbcServices jdbcServices,
MetadataImplementor metadata,
AbstractMultiTableBulkIdStrategyImpl.PreparationContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.hibernate.hql.spi.id.persistent.IdTableInfoImpl |
PersistentTableBulkIdStrategy.buildIdTableInfo(PersistentClass entityBinding,
Table idTable,
JdbcServices jdbcServices,
MetadataImplementor metadata,
org.hibernate.hql.spi.id.persistent.PreparationContextImpl context) |
protected void |
PersistentTableBulkIdStrategy.finishPreparation(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
org.hibernate.hql.spi.id.persistent.PreparationContextImpl context) |
Constructor and Description |
---|
SessionFactoryImpl(MetadataImplementor metadata,
SessionFactoryOptions options) |
Modifier and Type | Method and Description |
---|---|
MetadataImplementor |
EntityManagerFactoryBuilderImpl.getMetadata()
Intended for internal testing only...
|
Constructor and Description |
---|
EntityManagerFactoryImpl(String persistenceUnitName,
SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
SettingsImpl settings,
Map<?,?> configurationValues) |
Modifier and Type | Method and Description |
---|---|
void |
JpaSchemaGenerator.GenerationProcess.execute(MetadataImplementor metadata,
Map configurationValues)
Perform the generation, as indicated by the configuration settings
|
static void |
JpaSchemaGenerator.performGeneration(MetadataImplementor metadata,
Map configurationValues,
StandardServiceRegistry serviceRegistry) |
Constructor and Description |
---|
GenerationSourceFromMetadata(MetadataImplementor metadata,
Dialect dialect,
boolean createAndDropSchemas,
boolean creation) |
Modifier and Type | Method and Description |
---|---|
MetadataImplementor |
Collection.getMetadata() |
MetadataImplementor |
SimpleValue.getMetadata() |
Modifier and Type | Method and Description |
---|---|
MetadataImplementor |
PersisterCreationContext.getMetadata() |
Modifier and Type | Method and Description |
---|---|
protected MetadataImplementor |
BaseNonConfigCoreFunctionalTestCase.metadata() |
Modifier and Type | Method and Description |
---|---|
static MetadataImplementor |
SchemaExport.buildMetadataFromMainArgs(String[] args)
Intended for test usage only.
|
static MetadataImplementor |
SchemaUpdate.buildMetadataFromMainArgs(String[] args)
Intended for test usage only.
|
static MetadataImplementor |
SchemaValidator.buildMetadataFromMainArgs(String[] args)
Intended for test usage only.
|
Constructor and Description |
---|
SchemaExport(ConnectionHelper connectionHelper,
MetadataImplementor metadata)
Intended for testing use
|
SchemaExport(MetadataImplementor metadata)
Builds a SchemaExport object.
|
SchemaExport(MetadataImplementor metadata,
boolean createNamespaces)
Builds a SchemaExport object.
|
SchemaExport(MetadataImplementor metadata,
Connection connection)
Create a SchemaExport for the given Metadata, using the supplied connection for connectivity.
|
SchemaExport(ServiceRegistry serviceRegistry,
MetadataImplementor metadata)
Builds a SchemaExport object.
|
SchemaExport(ServiceRegistry serviceRegistry,
MetadataImplementor metadata,
boolean createNamespaces)
Builds a SchemaExport object.
|
SchemaUpdate(MetadataImplementor metadata)
Creates a SchemaUpdate object.
|
SchemaUpdate(ServiceRegistry serviceRegistry,
MetadataImplementor metadata)
Creates a SchemaUpdate object.
|
SchemaValidator(MetadataImplementor metadata) |
SchemaValidator(ServiceRegistry serviceRegistry,
MetadataImplementor metadata) |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
SchemaDropperImpl.generateDropCommands(MetadataImplementor metadata,
boolean dropNamespaces,
Dialect dialect)
Intended for use from JPA schema export code.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.