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