org.hibernate.ejb.test.emops
Class Decorate_

java.lang.Object
  extended by org.hibernate.ejb.test.emops.Decorate_

public abstract class Decorate_
extends Object


Field Summary
static SingularAttribute<Decorate,Integer> id
           
static SingularAttribute<Decorate,String> name
           
static SingularAttribute<Decorate,Pet> pet
           
 
Constructor Summary
Decorate_()
           
 
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<Decorate,Integer> id

pet

public static volatile SingularAttribute<Decorate,Pet> pet

name

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

Decorate_

public Decorate_()


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