Uses of Class
org.hibernate.testing.orm.domain.contacts.Contact.Name
Packages that use Contact.Name
-
Uses of Contact.Name in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return Contact.NameMethods in org.hibernate.testing.orm.domain.contacts with parameters of type Contact.NameConstructors in org.hibernate.testing.orm.domain.contacts with parameters of type Contact.NameModifierConstructorDescriptionContact
(Integer id, Contact.Name name, Contact.Gender gender, LocalDate birthDay)