Uses of Class
org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
-
Packages that use PluralAttributeMapKeySource.Nature Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeMapKeySource.Nature in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeMapKeySource.Nature Modifier and Type Method Description PluralAttributeMapKeySource.NaturePluralAttributeMapKeyManyToAnySourceImpl. getMapKeyNature()PluralAttributeMapKeySource.NaturePluralAttributeMapKeyManyToManySourceImpl. getMapKeyNature() -
Uses of PluralAttributeMapKeySource.Nature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return PluralAttributeMapKeySource.Nature Modifier and Type Method Description PluralAttributeMapKeySource.NaturePluralAttributeMapKeySource. getMapKeyNature()static PluralAttributeMapKeySource.NaturePluralAttributeMapKeySource.Nature. valueOf(String name)Returns the enum constant of this type with the specified name.static PluralAttributeMapKeySource.Nature[]PluralAttributeMapKeySource.Nature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-