Uses of Class
org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
-
Packages that use PropertyFactory.NonIdentifierAttributeNature Package Description org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model. -
-
Uses of PropertyFactory.NonIdentifierAttributeNature in org.hibernate.tuple
Methods in org.hibernate.tuple that return PropertyFactory.NonIdentifierAttributeNature Modifier and Type Method Description static PropertyFactory.NonIdentifierAttributeNature
PropertyFactory.NonIdentifierAttributeNature. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyFactory.NonIdentifierAttributeNature[]
PropertyFactory.NonIdentifierAttributeNature. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-