Uses of Interface
org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
-
Packages that use ImplicitIdentifierColumnNameSource 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 ImplicitIdentifierColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitIdentifierColumnNameSource Modifier and Type Method Description IdentifierImplicitNamingStrategy. determineIdentifierColumnName(ImplicitIdentifierColumnNameSource source)Determine the name if the identifier column belonging to the given entity when it is not explicitly specified usingColumn.name().IdentifierImplicitNamingStrategyJpaCompliantImpl. determineIdentifierColumnName(ImplicitIdentifierColumnNameSource source)
-