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

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

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

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

Subclasses of Child in org.hibernate.test.annotations.genericsinheritance
 class ChildHierarchy1
           
 class ChildHierarchy2<P extends ParentHierarchy2>
           
 class ChildHierarchy22
           
 



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