Uses of Class
org.hibernate.envers.test.entities.collection.EnumSetEntity.E1

Packages that use EnumSetEntity.E1
org.hibernate.envers.test.entities.collection   
 

Uses of EnumSetEntity.E1 in org.hibernate.envers.test.entities.collection
 

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

Methods in org.hibernate.envers.test.entities.collection that return types with arguments of type EnumSetEntity.E1
 Set<EnumSetEntity.E1> EnumSetEntity.getEnums1()
           
 

Method parameters in org.hibernate.envers.test.entities.collection with type arguments of type EnumSetEntity.E1
 void EnumSetEntity.setEnums1(Set<EnumSetEntity.E1> enums1)
           
 



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