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 EnumValueEnumValueConverter. convertToEntityAttribute(String dbData)static EnumValueEnumValue. fromCode(String code)static EnumValueEnumValue. 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 voidEntityOfMaps. addBasicByConvertedEnum(EnumValue key, String value)voidEntityOfMaps. addBasicByEnum(EnumValue key, String val)voidEntityOfLists. addConvertedEnum(EnumValue value)voidEntityOfSets. addConvertedEnum(EnumValue value)voidEntityOfLists. addEnum(EnumValue value)voidEntityOfSets. addEnum(EnumValue value)StringEnumValueConverter. convertToDatabaseColumn(EnumValue domainValue)Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type EnumValue Modifier and Type Method Description voidEntityOfMaps. setBasicByConvertedEnum(Map<EnumValue,String> basicByConvertedEnum)voidEntityOfMaps. setBasicByEnum(Map<EnumValue,String> basicByEnum)voidEntityOfLists. setListOfConvertedEnums(List<EnumValue> listOfConvertedEnums)voidEntityOfLists. setListOfEnums(List<EnumValue> listOfEnums)voidEntityOfSets. setSetOfConvertedEnums(Set<EnumValue> setOfConvertedEnums)voidEntityOfSets. setSetOfEnums(Set<EnumValue> setOfEnums)
-