Uses of Interface
org.hibernate.boot.model.naming.ImplicitConstraintNameSource
-
Packages that use ImplicitConstraintNameSource Package Description org.hibernate.boot.internal 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 ImplicitConstraintNameSource in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ImplicitConstraintNameSource Modifier and Type Class Description class
ForeignKeyNameSource
-
Uses of ImplicitConstraintNameSource in org.hibernate.boot.model.naming
Subinterfaces of ImplicitConstraintNameSource in org.hibernate.boot.model.naming Modifier and Type Interface Description interface
ImplicitForeignKeyNameSource
interface
ImplicitIndexNameSource
interface
ImplicitUniqueKeyNameSource
-