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

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

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

Methods in org.hibernate.test.annotations.entity that return OverseasPhoneNumber
 OverseasPhoneNumber LocalContactDetails.getOverseasPhoneNumber()
           
 OverseasPhoneNumber ContactDetails.getOverseasPhoneNumber()
           
 

Methods in org.hibernate.test.annotations.entity with parameters of type OverseasPhoneNumber
 void LocalContactDetails.setOverseasPhoneNumber(OverseasPhoneNumber overseasPhoneNumber)
           
 void ContactDetails.setOverseasPhoneNumber(OverseasPhoneNumber overseasPhoneNumber)
           
 



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