org.hibernate.test.annotations.join
Class Life

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

@Entity
public class Life
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int duration
           
 String fullDescription
           
 Integer id
           
 Cat owner
           
 
Constructor Summary
Life()
           
 
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

duration

public int duration

fullDescription

public String fullDescription

owner

public Cat owner
Constructor Detail

Life

public Life()


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