org.hibernate.test.annotations.genericsinheritance
Class Child<P extends Parent>

java.lang.Object
  extended by org.hibernate.test.annotations.genericsinheritance.Child<P>
Direct Known Subclasses:
ChildHierarchy1, ChildHierarchy2

@MappedSuperclass
public abstract class Child<P extends Parent>
extends Object


Constructor Summary
Child()
           
 
Method Summary
 Long getId()
           
 P getParent()
           
 void setId(Long id)
           
 void setParent(P parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Child

public Child()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getParent

public P getParent()

setParent

public void setParent(P parent)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.