org.hibernate.ejb.test.cascade
Class Student_

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

public abstract class Student_
extends Object


Field Summary
static SingularAttribute<Student,Teacher> favoriteTeacher
           
static SingularAttribute<Student,Long> id
           
static SingularAttribute<Student,String> name
           
static SingularAttribute<Student,Teacher> primaryTeacher
           
 
Constructor Summary
Student_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

favoriteTeacher

public static volatile SingularAttribute<Student,Teacher> favoriteTeacher

id

public static volatile SingularAttribute<Student,Long> id

primaryTeacher

public static volatile SingularAttribute<Student,Teacher> primaryTeacher

name

public static volatile SingularAttribute<Student,String> name
Constructor Detail

Student_

public Student_()


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