Uses of Class
org.hibernate.envers.test.entities.IntNoAutoIdTestEntity

Packages that use IntNoAutoIdTestEntity
org.hibernate.envers.test.entities.manytomany   
 

Uses of IntNoAutoIdTestEntity in org.hibernate.envers.test.entities.manytomany
 

Methods in org.hibernate.envers.test.entities.manytomany that return types with arguments of type IntNoAutoIdTestEntity
 List<IntNoAutoIdTestEntity> WhereJoinTableEntity.getReferences1()
           
 List<IntNoAutoIdTestEntity> WhereJoinTableEntity.getReferences2()
           
 

Method parameters in org.hibernate.envers.test.entities.manytomany with type arguments of type IntNoAutoIdTestEntity
 void WhereJoinTableEntity.setReferences1(List<IntNoAutoIdTestEntity> references1)
           
 void WhereJoinTableEntity.setReferences2(List<IntNoAutoIdTestEntity> references2)
           
 



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