Uses of Class
org.hibernate.testing.orm.domain.animal.Classification
-
Packages that use Classification Package Description org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of Classification in org.hibernate.testing.orm.domain.animal
Methods in org.hibernate.testing.orm.domain.animal that return Classification Modifier and Type Method Description ClassificationZoo. getClassification()static ClassificationClassification. valueOf(Integer ordinal)Returns the enum constant of this type with the specified name.static ClassificationClassification. valueOf(String name)Returns the enum constant of this type with the specified name.static Classification[]Classification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.testing.orm.domain.animal with parameters of type Classification Modifier and Type Method Description voidZoo. setClassification(Classification classification)
-