org.hibernate.ejb.test.cascade
Class Teacher_

java.lang.Object
  extended by org.hibernate.ejb.test.cascade.Teacher_

public abstract class Teacher_
extends Object


Field Summary
static SingularAttribute<Teacher,Student> favoriteStudent
           
static SingularAttribute<Teacher,Long> id
           
static SingularAttribute<Teacher,String> name
           
static SetAttribute<Teacher,Student> students
           
 
Constructor Summary
Teacher_()
           
 
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<Teacher,Long> id

students

public static volatile SetAttribute<Teacher,Student> students

name

public static volatile SingularAttribute<Teacher,String> name

favoriteStudent

public static volatile SingularAttribute<Teacher,Student> favoriteStudent
Constructor Detail

Teacher_

public Teacher_()


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