Uses of Interface
org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
-
Packages that use ImplicitPrimaryKeyJoinColumnNameSource 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 ImplicitPrimaryKeyJoinColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitPrimaryKeyJoinColumnNameSource Modifier and Type Method Description IdentifierImplicitNamingStrategy. determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource source)Determine the column name related toPrimaryKeyJoinColumn.IdentifierImplicitNamingStrategyJpaCompliantImpl. determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource source)
-