Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.boot.model.process.spi | |
org.hibernate.boot.spi | |
org.hibernate.envers.boot.internal | |
org.hibernate.envers.configuration.internal | |
org.hibernate.envers.configuration.internal.metadata | |
org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
org.hibernate.hql.spi.id.global | |
org.hibernate.hql.spi.id.local | |
org.hibernate.hql.spi.id.persistent |
Package contains an implementation of MultiTableBulkIdStrategy based on the use
of a persistent (ANSI SQL term) table to hold id values.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa.boot.internal | |
org.hibernate.jpa.internal | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.persister.spi | |
org.hibernate.testing.junit4 | |
org.hibernate.testing.schema | |
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
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.
|
java.util.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 |
EnversService.initialize(MetadataImplementor metadata,
MappingCollector mappingCollector) |
void |
EnversServiceImpl.initialize(MetadataImplementor metadata,
MappingCollector mappingCollector) |
java.util.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 java.lang.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 |
AbstractMultiTableBulkIdStrategyImpl.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
SessionFactoryOptions sessionFactoryOptions) |
void |
MultiTableBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
SessionFactoryOptions sessionFactoryOptions)
Prepare the strategy.
|
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(java.lang.String persistenceUnitName,
SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
SettingsImpl settings,
java.util.Map<?,?> configurationValues) |
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 void |
SchemaDropHelper.drop(MetadataImplementor metadata,
StandardServiceRegistry serviceRegistry,
java.sql.Connection connection) |
Modifier and Type | Method and Description |
---|---|
static MetadataImplementor |
SchemaValidator.buildMetadataFromMainArgs(java.lang.String[] args)
Intended for test usage only.
|
static MetadataImplementor |
SchemaExport.buildMetadataFromMainArgs(java.lang.String[] args)
Intended for test usage only.
|
static MetadataImplementor |
SchemaUpdate.buildMetadataFromMainArgs(java.lang.String[] args)
Intended for test usage only.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.