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