Uses of Interface
org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
-
Packages that use ImplicitPrimaryKeyJoinColumnNameSource 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). -
-
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 primary key join column name when it is not explicitly specified usingPrimaryKeyJoinColumn.name().IdentifierImplicitNamingStrategyJpaCompliantImpl. determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource source)
-