Uses of Class
org.hibernate.testing.orm.domain.animal.Name
-
Packages that use Name Package Description org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of Name in org.hibernate.testing.orm.domain.animal
Methods in org.hibernate.testing.orm.domain.animal that return Name Modifier and Type Method Description Name
Human. getName()
Methods in org.hibernate.testing.orm.domain.animal with parameters of type Name Modifier and Type Method Description void
Human. setName(Name name)
-