org.hibernate.test.annotations.subselect
Class Item
java.lang.Object
org.hibernate.test.annotations.subselect.Item
@Entity
public class Item
- extends Object
Constructor Summary |
Item()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item()
getId
public long getId()
setId
public void setId(long id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.