Uses of Interface
org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
-
Packages that use ImplicitAnyKeyColumnNameSource 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).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 IdentifierImplicitNamingStrategy. determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource source)Determine the column name related to the key/id portion of an ANY mapping when no explicit column name is given.IdentifierImplicitNamingStrategyJpaCompliantImpl. 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 interfaceAnyKeySource
-