Uses of Class
org.hibernate.ejb.test.callbacks.Employee

Packages that use Employee
org.hibernate.ejb.test.callbacks   
 

Uses of Employee in org.hibernate.ejb.test.callbacks
 

Fields in org.hibernate.ejb.test.callbacks with type parameters of type Employee
static SingularAttribute<Employee,Employee> Employee_.manager
           
static SingularAttribute<Employee,Employee> Employee_.manager
           
static SingularAttribute<Employee,BigDecimal> Employee_.salary
           
static SingularAttribute<Customer,Employee> Customer_.salesperson
           
static SingularAttribute<Employee,String> Employee_.title
           
 

Methods in org.hibernate.ejb.test.callbacks that return Employee
 Employee Employee.getManager()
           
 Employee Customer.getSalesperson()
           
 

Methods in org.hibernate.ejb.test.callbacks with parameters of type Employee
 void Employee.setManager(Employee manager)
           
 void Customer.setSalesperson(Employee salesperson)
           
 



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