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 IdentifierImplicitNamingStrategy. determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource source)Determine the join column name related to the key/id portion of anAnymapping when no explicit join column name is given usingJoinColumn.name().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
-