Uses of Class
org.hibernate.envers.test.entities.components.relations.OneToManyComponent

Packages that use OneToManyComponent
org.hibernate.envers.test.entities.components.relations   
 

Uses of OneToManyComponent in org.hibernate.envers.test.entities.components.relations
 

Methods in org.hibernate.envers.test.entities.components.relations that return OneToManyComponent
 OneToManyComponent OneToManyComponentTestEntity.getComp1()
           
 

Methods in org.hibernate.envers.test.entities.components.relations with parameters of type OneToManyComponent
 void OneToManyComponentTestEntity.setComp1(OneToManyComponent comp1)
           
 

Constructors in org.hibernate.envers.test.entities.components.relations with parameters of type OneToManyComponent
OneToManyComponentTestEntity(Integer id, OneToManyComponent comp1)
           
OneToManyComponentTestEntity(OneToManyComponent comp1)
           
 



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