Uses of Class
org.hibernate.testing.orm.domain.contacts.Address
-
Packages that use Address Package Description org.hibernate.testing.orm.domain.contacts -
-
Uses of Address in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return types with arguments of type Address Modifier and Type Method Description List<Address>
Contact. getAddresses()
Method parameters in org.hibernate.testing.orm.domain.contacts with type arguments of type Address Modifier and Type Method Description void
Contact. setAddresses(List<Address> addresses)
-