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