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 EnumValuestatic EnumValueReturns 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 TypeMethodDescriptionvoidEntityOfMaps.addBasicByConvertedEnum(EnumValue key, String value) voidEntityOfMaps.addBasicByEnum(EnumValue key, String val) voidEntityOfLists.addConvertedEnum(EnumValue value) voidEntityOfSets.addConvertedEnum(EnumValue value) voidvoidEnumValueConverter.convertToDatabaseColumn(EnumValue domainValue) Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type EnumValueModifier and TypeMethodDescriptionvoidEntityOfMaps.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)