Uses of Class
org.hibernate.test.annotations.override.Employee

Packages that use Employee
org.hibernate.test.annotations.override   
 

Uses of Employee in org.hibernate.test.annotations.override
 

Methods in org.hibernate.test.annotations.override that return types with arguments of type Employee
 Collection<Employee> SocialSite.getEmployee()
           
 Collection<Employee> PhoneNumber.getEmployees()
           
 

Method parameters in org.hibernate.test.annotations.override with type arguments of type Employee
 void SocialSite.setEmployee(Collection<Employee> employee)
           
 void PhoneNumber.setEmployees(Collection<Employee> employees)
           
 



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