Uses of Class
org.hibernate.envers.test.entities.ids.CustomEnum

Packages that use CustomEnum
org.hibernate.envers.test.entities.ids   
 

Uses of CustomEnum in org.hibernate.envers.test.entities.ids
 

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

Methods in org.hibernate.envers.test.entities.ids with parameters of type CustomEnum
 void EmbIdWithCustomType.setCustomEnum(CustomEnum customEnum)
           
 

Constructors in org.hibernate.envers.test.entities.ids with parameters of type CustomEnum
EmbIdWithCustomType(Integer x, CustomEnum customEnum)
           
 



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