org.hibernate.test.annotations.fetch
Class Leaf
java.lang.Object
org.hibernate.test.annotations.fetch.Leaf
@Entity
public class Leaf
- extends Object
Constructor Summary |
Leaf()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Leaf
public Leaf()
getId
public Integer getId()
setId
public void setId(Integer id)
getBranch
public Branch getBranch()
setBranch
public void setBranch(Branch branch)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.