Uses of Class
org.hibernate.testing.orm.domain.userguide.Phone
-
Packages that use Phone Package Description org.hibernate.testing.orm.domain.userguide -
-
Uses of Phone in org.hibernate.testing.orm.domain.userguide
Methods in org.hibernate.testing.orm.domain.userguide that return Phone Modifier and Type Method Description Phone
Call. getPhone()
Methods in org.hibernate.testing.orm.domain.userguide that return types with arguments of type Phone Modifier and Type Method Description List<Phone>
Person. getPhones()
Methods in org.hibernate.testing.orm.domain.userguide with parameters of type Phone Modifier and Type Method Description void
Person. addPhone(Phone phone)
void
Call. setPhone(Phone phone)
-