Uses of Interface
org.hibernate.boot.model.naming.ImplicitConstraintNameSource
Packages that use ImplicitConstraintNameSource
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 in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ImplicitConstraintNameSource -
Uses of ImplicitConstraintNameSource in org.hibernate.boot.model.naming
Subinterfaces of ImplicitConstraintNameSource in org.hibernate.boot.model.namingModifier and TypeInterfaceDescriptioninterface
interface
interface
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitConstraintNameSourceModifier and TypeMethodDescriptionprotected Identifier
ImplicitNamingStrategyJpaCompliantImpl.generateConstraintName
(ImplicitConstraintNameSource source) Generate a name for the given constraint.protected String
ImplicitNamingStrategyJpaCompliantImpl.generateConstraintNameString
(ImplicitConstraintNameSource source) Generate a name for the given constraint.