|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |