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.GenderReturns 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) voidEntityOfBasics.setConvertedGender(EntityOfBasics.Gender convertedGender) voidEntityOfBasics.setGender(EntityOfBasics.Gender gender) voidEntityOfBasics.setOrdinalGender(EntityOfBasics.Gender ordinalGender) voidEntityOfBasics.setSingleCharGender(EntityOfBasics.Gender singleCharGender)