Uses of Class
org.hibernate.test.annotations.genericsinheritance.Parent

Packages that use Parent
org.hibernate.test.annotations.genericsinheritance   
 

Uses of Parent in org.hibernate.test.annotations.genericsinheritance
 

Classes in org.hibernate.test.annotations.genericsinheritance with type parameters of type Parent
 class Child<P extends Parent>
           
 

Subclasses of Parent in org.hibernate.test.annotations.genericsinheritance
 class ParentHierarchy1
           
 class ParentHierarchy2<C extends ChildHierarchy2>
           
 class ParentHierarchy22
           
 



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