Uses of Enum Class
org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
Packages that use PluralAttributeMapKeySource.Nature
Package
Description
-
Uses of PluralAttributeMapKeySource.Nature in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeMapKeySource.NatureModifier and TypeMethodDescriptionPluralAttributeMapKeyManyToAnySourceImpl.getMapKeyNature()
PluralAttributeMapKeyManyToManySourceImpl.getMapKeyNature()
-
Uses of PluralAttributeMapKeySource.Nature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return PluralAttributeMapKeySource.NatureModifier and TypeMethodDescriptionPluralAttributeMapKeySource.getMapKeyNature()
Deprecated, for removal: This API element is subject to removal in a future version.No longer usedReturns the enum constant of this class with the specified name.static PluralAttributeMapKeySource.Nature[]
PluralAttributeMapKeySource.Nature.values()
Returns an array containing the constants of this enum class, in the order they are declared.