Uses of Class
org.hibernate.envers.test.integration.inheritance.joined.relation.ParentIngEntity

Packages that use ParentIngEntity
org.hibernate.envers.test.integration.inheritance.joined.relation   
 

Uses of ParentIngEntity in org.hibernate.envers.test.integration.inheritance.joined.relation
 

Subclasses of ParentIngEntity in org.hibernate.envers.test.integration.inheritance.joined.relation
 class ChildIngEntity
           
 

Methods in org.hibernate.envers.test.integration.inheritance.joined.relation that return types with arguments of type ParentIngEntity
 Set<ParentIngEntity> ReferencedEntity.getReferencing()
           
 

Method parameters in org.hibernate.envers.test.integration.inheritance.joined.relation with type arguments of type ParentIngEntity
 void ReferencedEntity.setReferencing(Set<ParentIngEntity> referencing)
           
 



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