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

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

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

Methods in org.hibernate.envers.test.entities.components.relations that return ManyToOneComponent
 ManyToOneComponent ManyToOneComponentTestEntity.getComp1()
           
 

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

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



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