Uses of Class
org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
Packages that use PluralAttributeElementNature Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeElementNature in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeElementNature Modifier and Type Method Description PluralAttributeElementNature
PluralAttributeElementSourceBasicImpl. getNature()
PluralAttributeElementNature
PluralAttributeElementSourceEmbeddedImpl. getNature()
PluralAttributeElementNature
PluralAttributeElementSourceManyToAnyImpl. getNature()
PluralAttributeElementNature
PluralAttributeElementSourceManyToManyImpl. getNature()
PluralAttributeElementNature
PluralAttributeElementSourceOneToManyImpl. getNature()
-
Uses of PluralAttributeElementNature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return PluralAttributeElementNature Modifier and Type Method Description PluralAttributeElementNature
PluralAttributeElementSource. getNature()
static PluralAttributeElementNature
PluralAttributeElementNature. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluralAttributeElementNature[]
PluralAttributeElementNature. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-