Uses of Interface
org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
-
Packages that use ImplicitAnyKeyColumnNameSource Package Description 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.spi -
-
Uses of ImplicitAnyKeyColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitAnyKeyColumnNameSource Modifier and Type Method Description Identifier
ImplicitNamingStrategy. determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource source)
Determine the join column name related to the key/id portion of anAny
mapping when no explicit join column name is given usingJoinColumn.name()
.Identifier
ImplicitNamingStrategyJpaCompliantImpl. determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource source)
-
Uses of ImplicitAnyKeyColumnNameSource in org.hibernate.boot.model.source.spi
Subinterfaces of ImplicitAnyKeyColumnNameSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
AnyKeySource
-