Uses of Class
org.hibernate.testing.orm.domain.gambit.EnumValue
-
Packages that use EnumValue Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of EnumValue in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return EnumValue Modifier and Type Method Description EnumValue
EnumValueConverter. convertToEntityAttribute(String dbData)
static EnumValue
EnumValue. fromCode(String code)
static EnumValue
EnumValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumValue[]
EnumValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.testing.orm.domain.gambit that return types with arguments of type EnumValue Modifier and Type Method Description Map<EnumValue,String>
EntityOfMaps. getBasicByConvertedEnum()
Map<EnumValue,String>
EntityOfMaps. getBasicByEnum()
List<EnumValue>
EntityOfLists. getListOfConvertedEnums()
List<EnumValue>
EntityOfLists. getListOfEnums()
Set<EnumValue>
EntityOfSets. getSetOfConvertedEnums()
Set<EnumValue>
EntityOfSets. getSetOfEnums()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type EnumValue Modifier and Type Method Description void
EntityOfMaps. addBasicByConvertedEnum(EnumValue key, String value)
void
EntityOfMaps. addBasicByEnum(EnumValue key, String val)
void
EntityOfLists. addConvertedEnum(EnumValue value)
void
EntityOfSets. addConvertedEnum(EnumValue value)
void
EntityOfLists. addEnum(EnumValue value)
void
EntityOfSets. addEnum(EnumValue value)
String
EnumValueConverter. convertToDatabaseColumn(EnumValue domainValue)
Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type EnumValue Modifier and Type Method Description void
EntityOfMaps. setBasicByConvertedEnum(Map<EnumValue,String> basicByConvertedEnum)
void
EntityOfMaps. setBasicByEnum(Map<EnumValue,String> basicByEnum)
void
EntityOfLists. setListOfConvertedEnums(List<EnumValue> listOfConvertedEnums)
void
EntityOfLists. setListOfEnums(List<EnumValue> listOfEnums)
void
EntityOfSets. setSetOfConvertedEnums(Set<EnumValue> setOfConvertedEnums)
void
EntityOfSets. setSetOfEnums(Set<EnumValue> setOfEnums)
-