Uses of Interface
org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
-
Packages that use ImplicitIndexColumnNameSource 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 ImplicitIndexColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitIndexColumnNameSource Modifier and Type Method Description Identifier
ImplicitNamingStrategy. determineListIndexColumnName(ImplicitIndexColumnNameSource source)
Determine the list index column name when it is not explicitly specified usingOrderColumn.name()
.Identifier
ImplicitNamingStrategyJpaCompliantImpl. determineListIndexColumnName(ImplicitIndexColumnNameSource source)
-