Uses of Enum Class
org.hibernate.testing.orm.domain.gambit.EnumValue
Packages that use EnumValue
-
Uses of EnumValue in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return EnumValueModifier and TypeMethodDescriptionEnumValueConverter.convertToEntityAttribute
(String dbData) static EnumValue
static EnumValue
Returns the enum constant of this class with the specified name.static EnumValue[]
EnumValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.testing.orm.domain.gambit that return types with arguments of type EnumValueModifier and TypeMethodDescriptionEntityOfMaps.getBasicByConvertedEnum()
EntityOfMaps.getBasicByEnum()
EntityOfLists.getListOfConvertedEnums()
EntityOfLists.getListOfEnums()
EntityOfSets.getSetOfConvertedEnums()
EntityOfSets.getSetOfEnums()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type EnumValueModifier and TypeMethodDescriptionvoid
EntityOfMaps.addBasicByConvertedEnum
(EnumValue key, String value) void
EntityOfMaps.addBasicByEnum
(EnumValue key, String val) void
EntityOfLists.addConvertedEnum
(EnumValue value) void
EntityOfSets.addConvertedEnum
(EnumValue value) void
void
EnumValueConverter.convertToDatabaseColumn
(EnumValue domainValue) Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type EnumValueModifier and TypeMethodDescriptionvoid
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)