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

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

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

Subclasses of Person in org.hibernate.ejb.test.callbacks
 class Customer
           
 class Employee
           
 

Fields in org.hibernate.ejb.test.callbacks with type parameters of type Person
static SingularAttribute<Person,String> Person_.address
           
static SingularAttribute<Person,String> Person_.country
           
static SingularAttribute<Person,Long> Person_.id
           
static SingularAttribute<Person,String> Person_.name
           
static SingularAttribute<Person,Character> Person_.sex
           
static SingularAttribute<Person,String> Person_.zip
           
 



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