Uses of Class
org.hibernate.test.annotations.dataTypes.Grade

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)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.