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.NameContact. getName()Methods in org.hibernate.testing.orm.domain.contacts with parameters of type Contact.Name Modifier and Type Method Description voidContact. 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)
-