Package | Description |
---|---|
org.hibernate.boot.model.naming |
Represents a proposed new approach to allowing hooks into the process of determining
the name of database objects (tables, columns, constraints, etc).
|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
ImplicitAnyDiscriminatorColumnNameSource
Context for determining the implicit name for an ANY mapping's discriminator
column.
|
interface |
ImplicitAnyKeyColumnNameSource
Context for determining the implicit name for an ANY mapping's key
column.
|
interface |
ImplicitBasicColumnNameSource
Context for determining the implicit name related to basic values.
|
interface |
ImplicitCollectionTableNameSource
Context for determining the implicit name for a collection table.
|
interface |
ImplicitConstraintNameSource
Common implicit name source traits for all constraint naming: FK, UK, index
|
interface |
ImplicitDiscriminatorColumnNameSource
Context for determining the implicit name of an entity's discriminator column.
|
interface |
ImplicitEntityNameSource
Context for determining the implicit name of an entity's primary table
|
interface |
ImplicitForeignKeyNameSource |
interface |
ImplicitIdentifierColumnNameSource
Context for determining the implicit name of an entity's identifier
column.
|
interface |
ImplicitIndexColumnNameSource |
interface |
ImplicitIndexNameSource |
interface |
ImplicitJoinColumnNameSource
Context for determining the implicit name of a "join column" (think
JoinColumn ). |
interface |
ImplicitJoinTableNameSource
Context for determining the implicit name for a join table.
|
interface |
ImplicitMapKeyColumnNameSource
Context for determining the implicit name of a column used to back the key
of a
Map . |
interface |
ImplicitPrimaryKeyJoinColumnNameSource
Used to help determine the implicit name of columns which are part of a primary-key,
well simultaneously being part of a foreign-key (join).
|
interface |
ImplicitTenantIdColumnNameSource
Context for determining the implicit name of an entity's tenant identifier
column.
|
interface |
ImplicitUniqueKeyNameSource |
Modifier and Type | Class and Description |
---|---|
class |
CompositeIdentifierSingularAttributeSourceBasicImpl
Descriptor for
<key-property/> |
class |
PluralAttributeElementSourceBasicImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
AnyDiscriminatorSource
Source information about the discriminator for an ANY mapping
|
interface |
AnyKeySource |
interface |
DiscriminatorSource
Contract for sources of information about a mapped discriminator.
|
interface |
PluralAttributeElementSourceBasic
Describes the source for the elements of persistent collections (plural
attributes) where the elements are basic types
|
interface |
SingularAttributeSourceBasic |
interface |
VersionAttributeSource |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.