Uses of Class
org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
Packages that use PluralAttributeIndexNature Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeIndexNature in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeIndexNature Modifier and Type Method Description PluralAttributeIndexNature
PluralAttributeMapKeyManyToAnySourceImpl. getNature()
PluralAttributeIndexNature
PluralAttributeMapKeyManyToManySourceImpl. getNature()
PluralAttributeIndexNature
PluralAttributeMapKeySourceBasicImpl. getNature()
PluralAttributeIndexNature
PluralAttributeMapKeySourceEmbeddedImpl. getNature()
PluralAttributeIndexNature
PluralAttributeSequentialIndexSourceImpl. getNature()
-
Uses of PluralAttributeIndexNature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return PluralAttributeIndexNature Modifier and Type Method Description PluralAttributeIndexNature
PluralAttributeIndexSource. getNature()
static PluralAttributeIndexNature
PluralAttributeIndexNature. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluralAttributeIndexNature[]
PluralAttributeIndexNature. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-