Uses of Class
org.hibernate.testing.orm.domain.animal.Address
-
Packages that use Address Package Description org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of Address in org.hibernate.testing.orm.domain.animal
Methods in org.hibernate.testing.orm.domain.animal that return Address Modifier and Type Method Description Address
Zoo. getAddress()
Methods in org.hibernate.testing.orm.domain.animal that return types with arguments of type Address Modifier and Type Method Description Map<String,Address>
Human. getAddresses()
Methods in org.hibernate.testing.orm.domain.animal with parameters of type Address Modifier and Type Method Description void
Zoo. setAddress(Address address)
Method parameters in org.hibernate.testing.orm.domain.animal with type arguments of type Address Modifier and Type Method Description void
Human. setAddresses(Map<String,Address> addresses)
Constructors in org.hibernate.testing.orm.domain.animal with parameters of type Address Constructor Description Zoo(String name, Address address)
-