Uses of Enum Class
org.hibernate.boot.model.naming.ImplicitConstraintNameSource.Kind
Packages that use ImplicitConstraintNameSource.Kind
Package
Description
This API allows intervention by generic code in the process of determining the names of
database objects (tables, columns, and constraints).
-
Uses of ImplicitConstraintNameSource.Kind in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return ImplicitConstraintNameSource.KindModifier and TypeMethodDescriptionImplicitConstraintNameSource.kind()
ImplicitForeignKeyNameSource.kind()
ImplicitIndexNameSource.kind()
ImplicitUniqueKeyNameSource.kind()
Returns the enum constant of this class with the specified name.static ImplicitConstraintNameSource.Kind[]
ImplicitConstraintNameSource.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.model.naming with parameters of type ImplicitConstraintNameSource.KindModifier and TypeMethodDescriptionprotected String
ImplicitNamingStrategyJpaCompliantImpl.constraintNamePrefix
(ImplicitConstraintNameSource.Kind kind) The prefix for a generated constraint name of the given kind.