Uses of Enum Class
org.hibernate.boot.model.source.spi.SingularAttributeNature
Packages that use SingularAttributeNature
Package
Description
-
Uses of SingularAttributeNature in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return SingularAttributeNatureModifier and TypeMethodDescriptionAbstractSingularAttributeSourceEmbeddedImpl.getSingularAttributeNature()
CompositeIdentifierSingularAttributeSourceBasicImpl.getSingularAttributeNature()
CompositeIdentifierSingularAttributeSourceManyToOneImpl.getSingularAttributeNature()
SingularAttributeSourceAnyImpl.getSingularAttributeNature()
-
Uses of SingularAttributeNature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return SingularAttributeNatureModifier and TypeMethodDescriptionSingularAttributeSource.getSingularAttributeNature()
Obtain the nature of this attribute type.static SingularAttributeNature
Returns the enum constant of this class with the specified name.static SingularAttributeNature[]
SingularAttributeNature.values()
Returns an array containing the constants of this enum class, in the order they are declared.