Uses of Class
org.hibernate.testing.orm.domain.contacts.Contact.Gender
-
Packages that use Contact.Gender Package Description org.hibernate.testing.orm.domain.contacts -
-
Uses of Contact.Gender in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return Contact.Gender Modifier and Type Method Description Contact.GenderContact. getGender()static Contact.GenderContact.Gender. valueOf(String name)Returns the enum constant of this type with the specified name.static Contact.Gender[]Contact.Gender. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.testing.orm.domain.contacts with parameters of type Contact.Gender Modifier and Type Method Description voidContact. setGender(Contact.Gender gender)Constructors in org.hibernate.testing.orm.domain.contacts with parameters of type Contact.Gender Constructor Description Contact(Integer id, Contact.Name name, Contact.Gender gender, LocalDate birthDay)
-