Uses of Class
org.hibernate.test.annotations.entity.PhoneNumber

Packages that use PhoneNumber
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
 

Uses of PhoneNumber in org.hibernate.test.annotations.entity
 

Subclasses of PhoneNumber in org.hibernate.test.annotations.entity
 class OverseasPhoneNumber
           
 

Methods in org.hibernate.test.annotations.entity that return PhoneNumber
 PhoneNumber LocalContactDetails.getLocalPhoneNumber()
           
 PhoneNumber ContactDetails.getLocalPhoneNumber()
           
 

Methods in org.hibernate.test.annotations.entity with parameters of type PhoneNumber
 void LocalContactDetails.setLocalPhoneNumber(PhoneNumber localPhoneNumber)
           
 void ContactDetails.setLocalPhoneNumber(PhoneNumber localPhoneNumber)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.