org.hibernate.test.annotations.join
Class Death

java.lang.Object
  extended by org.hibernate.test.annotations.join.Death
All Implemented Interfaces:
Serializable

@Entity
public class Death
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Date date
           
 String howDoesItHappen
           
 Integer id
           
 
Constructor Summary
Death()
           
 
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

date

public Date date

howDoesItHappen

public String howDoesItHappen
Constructor Detail

Death

public Death()


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