Uses of Enum Class
org.hibernate.testing.orm.domain.animal.Classification
Packages that use Classification
Package
Description
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 ClassificationModifier and TypeMethodDescriptionZoo.getClassification()
static Classification
Returns the enum constant of this class with the specified name.static Classification
Returns the enum constant of this class with the specified name.static Classification[]
Classification.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.testing.orm.domain.animal with parameters of type Classification