Package | Description |
---|---|
org.hibernate.boot.model.process.spi | |
org.hibernate.boot.spi | |
org.hibernate.event.service.spi | |
org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
org.hibernate.hql.spi.id.cte | |
org.hibernate.hql.spi.id.global | |
org.hibernate.hql.spi.id.inline | |
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.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 | 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
|
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 |
---|---|
protected MetadataImplementor |
AbstractDelegatingMetadata.delegate() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderFactory.getSessionFactoryBuilder(MetadataImplementor metadata,
SessionFactoryBuilderImplementor defaultBuilder)
The contract method.
|
Collection<org.hibernate.boot.model.source.internal.hbm.MappingDocument> |
AdditionalJaxbMappingProducer.produceAdditionalMappings(MetadataImplementor metadata,
org.jboss.jandex.IndexView jandexIndex,
org.hibernate.boot.jaxb.internal.MappingBinder mappingBinder,
MetadataBuildingContext buildingContext)
Deprecated.
|
Constructor and Description |
---|
AbstractDelegatingMetadata(MetadataImplementor delegate) |
Modifier and Type | Method and Description |
---|---|
void |
EventListenerRegistry.prepare(MetadataImplementor metadata) |
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 |
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 |
---|---|
void |
CteValuesListBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess,
MetadataImplementor metadataImplementor,
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 |
---|---|
void |
InlineIdsSubSelectValueListBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess,
MetadataImplementor metadataImplementor,
SessionFactoryOptions sessionFactoryOptions) |
void |
InlineIdsOrClauseBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess,
MetadataImplementor metadataImplementor,
SessionFactoryOptions sessionFactoryOptions) |
void |
InlineIdsInClauseBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess,
MetadataImplementor metadataImplementor,
SessionFactoryOptions sessionFactoryOptions) |
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) |
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,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
static MetadataImplementor |
SchemaUpdate.buildMetadataFromMainArgs(String[] args)
Intended for test usage only.
|
static MetadataImplementor |
SchemaExport.buildMetadataFromMainArgs(String[] args)
Intended for test usage only.
|
static MetadataImplementor |
SchemaValidator.buildMetadataFromMainArgs(String[] args)
Intended for test usage only.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.