Uses of Class
org.hibernate.testing.orm.domain.contacts.Contact.Name
-
Packages that use Contact.Name Package Description org.hibernate.testing.orm.domain.contacts -
-
Uses of Contact.Name in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return Contact.Name Modifier and Type Method Description Contact.Name
Contact. getName()
Methods in org.hibernate.testing.orm.domain.contacts with parameters of type Contact.Name Modifier and Type Method Description void
Contact. setName(Contact.Name name)
Constructors in org.hibernate.testing.orm.domain.contacts with parameters of type Contact.Name Constructor Description Contact(Integer id, Contact.Name name, Contact.Gender gender, LocalDate birthDay)
-