Uses of Interface
org.hibernate.boot.model.naming.ImplicitNameSource
-
Packages that use ImplicitNameSource Package Description org.hibernate.boot.internal org.hibernate.boot.model.naming This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of ImplicitNameSource in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ImplicitNameSource Modifier and Type Class Description class
ForeignKeyNameSource
-
Uses of ImplicitNameSource in org.hibernate.boot.model.naming
Subinterfaces of ImplicitNameSource in org.hibernate.boot.model.naming Modifier and Type Interface 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, indexinterface
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 tableinterface
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" (thinkJoinColumn
).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 aMap
.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
-
Uses of ImplicitNameSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement ImplicitNameSource Modifier and Type Class Description class
CompositeIdentifierSingularAttributeSourceBasicImpl
Descriptor for<key-property/>
class
PluralAttributeElementSourceBasicImpl
-
Uses of ImplicitNameSource in org.hibernate.boot.model.source.spi
Subinterfaces of ImplicitNameSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
AnyDiscriminatorSource
Source information about the discriminator for an ANY mappinginterface
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 typesinterface
SingularAttributeSourceBasic
interface
VersionAttributeSource
-