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