Uses of Enum Class
org.hibernate.boot.model.internal.ForeignKeyType
Packages that use ForeignKeyType
-
Uses of ForeignKeyType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return ForeignKeyTypeModifier and TypeMethodDescriptionAnnotatedJoinColumns.getReferencedColumnsType(PersistentClass referencedEntity) Determine if the givenAnnotatedJoinColumnsrepresent a reference to the primary key of the givenPersistentClass, or whether they reference some other combination of mapped columns.static ForeignKeyTypeReturns the enum constant of this class with the specified name.static ForeignKeyType[]ForeignKeyType.values()Returns an array containing the constants of this enum class, in the order they are declared.