org.hibernate.test.annotations.indexcoll
Class Painter
java.lang.Object
org.hibernate.test.annotations.indexcoll.Painter
@Entity
public class Painter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Painter
public Painter()
getId
public Integer getId()
setId
public void setId(Integer id)
getPaintings
public Map<String,Painting> getPaintings()
setPaintings
public void setPaintings(Map<String,Painting> paintings)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.