org.hibernate.ejb.test.callbacks
Class Person_

java.lang.Object
  extended by org.hibernate.ejb.test.callbacks.Person_
Direct Known Subclasses:
Customer_, Employee_

public abstract class Person_
extends Object


Field Summary
static SingularAttribute<Person,String> address
           
static SingularAttribute<Person,String> country
           
static SingularAttribute<Person,Long> id
           
static SingularAttribute<Person,String> name
           
static SingularAttribute<Person,Character> sex
           
static SingularAttribute<Person,String> zip
           
 
Constructor Summary
Person_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public static volatile SingularAttribute<Person,Long> id

zip

public static volatile SingularAttribute<Person,String> zip

sex

public static volatile SingularAttribute<Person,Character> sex

address

public static volatile SingularAttribute<Person,String> address

name

public static volatile SingularAttribute<Person,String> name

country

public static volatile SingularAttribute<Person,String> country
Constructor Detail

Person_

public Person_()


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