org.hibernate.ejb.test.callbacks
Class Customer_

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

public abstract class Customer_
extends Person_


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

Field Detail

salesperson

public static volatile SingularAttribute<Customer,Employee> salesperson

comments

public static volatile SingularAttribute<Customer,String> comments
Constructor Detail

Customer_

public Customer_()


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