Uses of Interface
org.hibernate.boot.model.naming.ImplicitNameSource
Packages that use ImplicitNameSource
Package
Description
This API allows intervention by generic code in the process of determining the names of
database objects (tables, columns, and constraints).
-
Uses of ImplicitNameSource in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ImplicitNameSource -
Uses of ImplicitNameSource in org.hibernate.boot.model.naming
Subinterfaces of ImplicitNameSource in org.hibernate.boot.model.namingModifier and TypeInterfaceDescriptioninterface
Context for determining the implicit name for an ANY mapping's discriminator column.interface
Context for determining the implicit name for an ANY mapping's key column.interface
Context for determining the implicit name related to basic values.interface
Context for determining the implicit name for a collection table.interface
Common implicit name source traits for all constraint naming: FK, UK, indexinterface
Context for determining the implicit name of an entity's discriminator column.interface
Context for determining the implicit name of an entity's primary tableinterface
interface
Context for determining the implicit name of an entity's identifier column.interface
interface
interface
Context for determining the implicit name of a "join column" (thinkJoinColumn
).interface
Context for determining the implicit name for a join table.interface
Context for determining the implicit name of a column used to back the key of aMap
.interface
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
Context for determining the implicit name of an entity's tenant identifier column.interface
-
Uses of ImplicitNameSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement ImplicitNameSourceModifier and TypeClassDescriptionclass
Descriptor for<key-property/>
class
-
Uses of ImplicitNameSource in org.hibernate.boot.model.source.spi
Subinterfaces of ImplicitNameSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
Source information about the discriminator for an ANY mappinginterface
interface
Contract for sources of information about a mapped discriminator.interface
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic typesinterface
interface