org.hibernate.test.annotations.indexcoll
Class Wardrobe

java.lang.Object
  extended by org.hibernate.test.annotations.indexcoll.Wardrobe

@Entity
public class Wardrobe
extends Object


Constructor Summary
Wardrobe()
           
 
Method Summary
 List<Drawer> getDrawers()
          unidirectional one to many list with non null foreign key (mapping not recommended).
 Long getId()
           
 void setDrawers(List<Drawer> drawers)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wardrobe

public Wardrobe()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getDrawers

public List<Drawer> getDrawers()
unidirectional one to many list with non null foreign key (mapping not recommended).


setDrawers

public void setDrawers(List<Drawer> drawers)


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