Uses of Class
org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
-
Packages that use ImplicitJoinColumnNameSource.Nature Package Description org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc). -
-
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.NatureImplicitJoinColumnNameSource. getNature()static ImplicitJoinColumnNameSource.NatureImplicitJoinColumnNameSource.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.
-