org.hibernate.test.annotations.indexcoll
Class Wardrobe
java.lang.Object
org.hibernate.test.annotations.indexcoll.Wardrobe
@Entity
public class Wardrobe
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wardrobe
public Wardrobe()
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.