org.hibernate.ejb.test.emops
Class Race_

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

public abstract class Race_
extends Object


Field Summary
static ListAttribute<Race,Competitor> competitors
           
static SingularAttribute<Race,Integer> id
           
static SingularAttribute<Race,String> name
           
 
Constructor Summary
Race_()
           
 
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<Race,Integer> id

name

public static volatile SingularAttribute<Race,String> name

competitors

public static volatile ListAttribute<Race,Competitor> competitors
Constructor Detail

Race_

public Race_()


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