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 classForeignKeyNameSource -
Uses of ImplicitNameSource in org.hibernate.boot.model.naming
Subinterfaces of ImplicitNameSource in org.hibernate.boot.model.naming Modifier and Type Interface Description interfaceImplicitAnyDiscriminatorColumnNameSourceContext for determining the implicit name for an ANY mapping's discriminator column.interfaceImplicitAnyKeyColumnNameSourceContext for determining the implicit name for an ANY mapping's key column.interfaceImplicitBasicColumnNameSourceContext for determining the implicit name related to basic values.interfaceImplicitCollectionTableNameSourceContext for determining the implicit name for a collection table.interfaceImplicitConstraintNameSourceCommon implicit name source traits for all constraint naming: FK, UK, indexinterfaceImplicitDiscriminatorColumnNameSourceContext for determining the implicit name of an entity's discriminator column.interfaceImplicitEntityNameSourceContext for determining the implicit name of an entity's primary tableinterfaceImplicitForeignKeyNameSourceinterfaceImplicitIdentifierColumnNameSourceContext for determining the implicit name of an entity's identifier column.interfaceImplicitIndexColumnNameSourceinterfaceImplicitIndexNameSourceinterfaceImplicitJoinColumnNameSourceContext for determining the implicit name of a "join column" (thinkJoinColumn).interfaceImplicitJoinTableNameSourceContext for determining the implicit name for a join table.interfaceImplicitMapKeyColumnNameSourceContext for determining the implicit name of a column used to back the key of aMap.interfaceImplicitPrimaryKeyJoinColumnNameSourceUsed to help determine the implicit name of columns which are part of a primary-key, well simultaneously being part of a foreign-key (join).interfaceImplicitTenantIdColumnNameSourceContext for determining the implicit name of an entity's tenant identifier column.interfaceImplicitUniqueKeyNameSource -
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 classCompositeIdentifierSingularAttributeSourceBasicImplDescriptor for<key-property/>classPluralAttributeElementSourceBasicImpl -
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 interfaceAnyDiscriminatorSourceSource information about the discriminator for an ANY mappinginterfaceAnyKeySourceinterfaceDiscriminatorSourceContract for sources of information about a mapped discriminator.interfacePluralAttributeElementSourceBasicDescribes the source for the elements of persistent collections (plural attributes) where the elements are basic typesinterfaceSingularAttributeSourceBasicinterfaceVersionAttributeSource
-