org.hibernate.test.annotations.genericsinheritance
Class ChildHierarchy1

java.lang.Object
  extended by org.hibernate.test.annotations.genericsinheritance.Child<ParentHierarchy1>
      extended by org.hibernate.test.annotations.genericsinheritance.ChildHierarchy1

@Entity
public class ChildHierarchy1
extends Child<ParentHierarchy1>


Constructor Summary
ChildHierarchy1()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.annotations.genericsinheritance.Child
getId, getParent, setId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildHierarchy1

public ChildHierarchy1()


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