Uses of Class
org.hibernate.envers.test.integration.data.EnumTestEntity.E1

Packages that use EnumTestEntity.E1
org.hibernate.envers.test.integration.data   
 

Uses of EnumTestEntity.E1 in org.hibernate.envers.test.integration.data
 

Methods in org.hibernate.envers.test.integration.data that return EnumTestEntity.E1
 EnumTestEntity.E1 EnumTestEntity.getEnum1()
           
static EnumTestEntity.E1 EnumTestEntity.E1.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumTestEntity.E1[] EnumTestEntity.E1.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.envers.test.integration.data with parameters of type EnumTestEntity.E1
 void EnumTestEntity.setEnum1(EnumTestEntity.E1 enum1)
           
 

Constructors in org.hibernate.envers.test.integration.data with parameters of type EnumTestEntity.E1
EnumTestEntity(EnumTestEntity.E1 enum1, EnumTestEntity.E2 enum2)
           
EnumTestEntity(Integer id, EnumTestEntity.E1 enum1, EnumTestEntity.E2 enum2)
           
 



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