Uses of Enum Class
org.hibernate.boot.model.source.spi.PluralAttributeNature
Packages that use PluralAttributeNature
Package
Description
-
Uses of PluralAttributeNature in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeNatureModifier and TypeMethodDescriptionPluralAttributeSourceArrayImpl.getNature()
PluralAttributeSourceBagImpl.getNature()
PluralAttributeSourceIdBagImpl.getNature()
PluralAttributeSourceListImpl.getNature()
PluralAttributeSourceMapImpl.getNature()
PluralAttributeSourcePrimitiveArrayImpl.getNature()
PluralAttributeSourceSetImpl.getNature()
-
Uses of PluralAttributeNature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return PluralAttributeNatureModifier and TypeMethodDescriptionPluralAttributeSource.getNature()
static PluralAttributeNature
Returns the enum constant of this class with the specified name.static PluralAttributeNature[]
PluralAttributeNature.values()
Returns an array containing the constants of this enum class, in the order they are declared.