org.hibernate.test.annotations.generics
Class WildEntity
java.lang.Object
org.hibernate.test.annotations.generics.WildEntity
- All Implemented Interfaces:
- Serializable
@Entity
public class WildEntity
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WildEntity
public WildEntity()
getId
public int getId()
someMethod
public <T> T someMethod()
setId
public void setId(int id)
getProperty
public String getProperty()
setProperty
public void setProperty(String property)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.