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