org.hibernate.ejb.test.emops
Class Race

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

@Entity
public class Race
extends Object


Field Summary
 List<Competitor> competitors
           
 Integer id
           
 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 Integer id

competitors

public List<Competitor> competitors

name

public String name
Constructor Detail

Race

public Race()


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