org.hibernate.test.annotations.generics
Class Dummy<K>
java.lang.Object
org.hibernate.test.annotations.generics.Dummy<K>
@Entity
public class Dummy<K>
- extends Object
Constructor Summary |
Dummy()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dummy
public Dummy()
getId
public Long getId()
setId
public void setId(Long id)
getDummyField
public K getDummyField()
setDummyField
public void setDummyField(K dummyField)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.