Uses of Interface
org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Packages that use ImplicitCollectionTableNameSource
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 ImplicitCollectionTableNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitCollectionTableNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineCollectionTableName
(ImplicitCollectionTableNameSource source) Determine the name of a collection join table given the source naming information, when a name is not explicitly given.ImplicitNamingStrategyJpaCompliantImpl.determineCollectionTableName
(ImplicitCollectionTableNameSource source) JPA states we should use the following as default: The concatenation of the name of the containing entity and the name of the collection attribute, separated by an underscore. That is, if owning entity has a JPA entity name:ImplicitNamingStrategyLegacyJpaImpl.determineCollectionTableName
(ImplicitCollectionTableNameSource source)