org.hibernate.ejb.test.emops
Class Pet_

java.lang.Object
  extended by org.hibernate.ejb.test.emops.Pet_
Direct Known Subclasses:
Cat_, Dog_

public abstract class Pet_
extends Object


Field Summary
static SingularAttribute<Pet,Integer> id
           
static SingularAttribute<Pet,String> name
           
static SingularAttribute<Pet,Double> weight
           
 
Constructor Summary
Pet_()
           
 
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<Pet,Integer> id

weight

public static volatile SingularAttribute<Pet,Double> weight

name

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

Pet_

public Pet_()


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