Uses of Class
org.hibernate.ejb.test.xml.sequences.Address

Packages that use Address
org.hibernate.ejb.test.xml.sequences   
 

Uses of Address in org.hibernate.ejb.test.xml.sequences
 

Methods in org.hibernate.ejb.test.xml.sequences that return Address
 Address Employee.getHomeAddress()
           
 Address Employee.getMailAddress()
           
 

Methods in org.hibernate.ejb.test.xml.sequences with parameters of type Address
 void Employee.setHomeAddress(Address homeAddress)
           
 void Employee.setMailAddress(Address mailAddress)
           
 



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