Uses of Class
org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
-
Packages that use ImplicitJoinColumnNameSource.Nature 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 ImplicitJoinColumnNameSource.Nature in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return ImplicitJoinColumnNameSource.Nature Modifier and Type Method Description ImplicitJoinColumnNameSource.Nature
ImplicitJoinColumnNameSource. getNature()
static ImplicitJoinColumnNameSource.Nature
ImplicitJoinColumnNameSource.Nature. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImplicitJoinColumnNameSource.Nature[]
ImplicitJoinColumnNameSource.Nature. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-