Uses of Interface
org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
-
Packages that use ImplicitCollectionTableNameSource 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). -
-
Uses of ImplicitCollectionTableNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitCollectionTableNameSource Modifier and Type Method Description IdentifierImplicitNamingStrategy. determineCollectionTableName(ImplicitCollectionTableNameSource source)Determine the name of a collection join table given the source naming information, when a name is not explicitly given.IdentifierImplicitNamingStrategyJpaCompliantImpl. determineCollectionTableName(ImplicitCollectionTableNameSource source)IdentifierImplicitNamingStrategyLegacyJpaImpl. determineCollectionTableName(ImplicitCollectionTableNameSource source)
-