Uses of Enum Class
org.hibernate.testing.orm.domain.contacts.Contact.Gender
Packages that use Contact.Gender
-
Uses of Contact.Gender in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return Contact.GenderModifier and TypeMethodDescriptionContact.getGender()
static Contact.Gender
Returns the enum constant of this class with the specified name.static Contact.Gender[]
Contact.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.contacts with parameters of type Contact.GenderConstructors in org.hibernate.testing.orm.domain.contacts with parameters of type Contact.GenderModifierConstructorDescriptionContact
(Integer id, Contact.Name name, Contact.Gender gender, LocalDate birthDay)