org.hibernate.test.annotations.fetch
Class Branch

java.lang.Object
  extended by org.hibernate.test.annotations.fetch.Branch

@Entity
public class Branch
extends Object


Constructor Summary
Branch()
           
 
Method Summary
 Integer getId()
           
 Set<Leaf> getLeaves()
           
 void setId(Integer id)
           
 void setLeaves(Set<Leaf> leaves)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Branch

public Branch()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getLeaves

public Set<Leaf> getLeaves()

setLeaves

public void setLeaves(Set<Leaf> leaves)


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