| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.animal |
Standard model for Hibernate's legacy Animal model used in HQL testing
|
| Modifier and Type | Method and Description |
|---|---|
Classification |
Zoo.getClassification() |
static Classification |
Classification.valueOf(Integer ordinal) |
static Classification |
Classification.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Zoo.setClassification(Classification classification) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.