Uses of Enum Class
org.hibernate.testing.orm.domain.gambit.EntityOfBasics.Gender
Packages that use EntityOfBasics.Gender
-
Uses of EntityOfBasics.Gender in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return EntityOfBasics.GenderModifier and TypeMethodDescriptionEntityOfBasics.GenderConverter.convertToEntityAttribute
(Character dbData) EntityOfBasics.getConvertedGender()
EntityOfBasics.getGender()
EntityOfBasics.getOrdinalGender()
EntityOfBasics.getSingleCharGender()
static EntityOfBasics.Gender
Returns the enum constant of this class with the specified name.static EntityOfBasics.Gender[]
EntityOfBasics.Gender.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 with parameters of type EntityOfBasics.GenderModifier and TypeMethodDescriptionEntityOfBasics.GenderConverter.convertToDatabaseColumn
(EntityOfBasics.Gender attribute) void
EntityOfBasics.setConvertedGender
(EntityOfBasics.Gender convertedGender) void
EntityOfBasics.setGender
(EntityOfBasics.Gender gender) void
EntityOfBasics.setOrdinalGender
(EntityOfBasics.Gender ordinalGender) void
EntityOfBasics.setSingleCharGender
(EntityOfBasics.Gender singleCharGender)