org.hibernate.ejb.test.xml.sequences
Class Employee_

java.lang.Object
  extended by org.hibernate.ejb.test.xml.sequences.Employee_

public abstract class Employee_
extends Object


Field Summary
static SingularAttribute<Employee,Long> id
           
static SingularAttribute<Employee,String> name
           
 
Constructor Summary
Employee_()
           
 
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<Employee,Long> id

name

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

Employee_

public Employee_()


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