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