org.hibernate.ejb.test.callbacks
Class Employee_

java.lang.Object
  extended by org.hibernate.ejb.test.callbacks.Person_
      extended by org.hibernate.ejb.test.callbacks.Employee_

public abstract class Employee_
extends Person_


Field Summary
static SingularAttribute<Employee,Employee> manager
           
static SingularAttribute<Employee,BigDecimal> salary
           
static SingularAttribute<Employee,String> title
           
 
Fields inherited from class org.hibernate.ejb.test.callbacks.Person_
address, country, id, name, sex, zip
 
Constructor Summary
Employee_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public static volatile SingularAttribute<Employee,String> title

manager

public static volatile SingularAttribute<Employee,Employee> manager

salary

public static volatile SingularAttribute<Employee,BigDecimal> salary
Constructor Detail

Employee_

public Employee_()


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