Uses of Enum Class
org.hibernate.boot.model.source.spi.PluralAttributeElementNature
Packages that use PluralAttributeElementNature
Package
Description
-
Uses of PluralAttributeElementNature in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeElementNatureModifier and TypeMethodDescriptionPluralAttributeElementSourceBasicImpl.getNature()
PluralAttributeElementSourceEmbeddedImpl.getNature()
PluralAttributeElementSourceManyToAnyImpl.getNature()
PluralAttributeElementSourceManyToManyImpl.getNature()
PluralAttributeElementSourceOneToManyImpl.getNature()
-
Uses of PluralAttributeElementNature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return PluralAttributeElementNatureModifier and TypeMethodDescriptionPluralAttributeElementSource.getNature()
static PluralAttributeElementNature
Returns the enum constant of this class with the specified name.static PluralAttributeElementNature[]
PluralAttributeElementNature.values()
Returns an array containing the constants of this enum class, in the order they are declared.