|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grade | |
---|---|
org.hibernate.test.annotations.dataTypes |
Uses of Grade in org.hibernate.test.annotations.dataTypes |
---|
Fields in org.hibernate.test.annotations.dataTypes declared as Grade | |
---|---|
protected Grade |
SomeOtherEntity.grade
|
Methods in org.hibernate.test.annotations.dataTypes that return Grade | |
---|---|
Grade |
SomeOtherEntity.getGrade()
|
static Grade |
Grade.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Grade[] |
Grade.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hibernate.test.annotations.dataTypes with parameters of type Grade | |
---|---|
void |
SomeOtherEntity.setGrade(Grade grade)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |