Uses of Class
org.hibernate.envers.test.entities.components.Component1

Packages that use Component1
org.hibernate.envers.test.entities.components   
org.hibernate.envers.test.integration.collection.mapkey   
org.hibernate.envers.test.integration.naming   
 

Uses of Component1 in org.hibernate.envers.test.entities.components
 

Methods in org.hibernate.envers.test.entities.components that return Component1
 Component1 ComponentTestEntity.getComp1()
           
 

Methods in org.hibernate.envers.test.entities.components that return types with arguments of type Component1
 Set<Component1> ComponentSetTestEntity.getComps()
           
 

Methods in org.hibernate.envers.test.entities.components with parameters of type Component1
 void ComponentTestEntity.setComp1(Component1 comp1)
           
 

Method parameters in org.hibernate.envers.test.entities.components with type arguments of type Component1
 void ComponentSetTestEntity.setComps(Set<Component1> comps)
           
 

Constructors in org.hibernate.envers.test.entities.components with parameters of type Component1
ComponentTestEntity(Component1 comp1, Component2 comp2)
           
ComponentTestEntity(Integer id, Component1 comp1, Component2 comp2)
           
 

Uses of Component1 in org.hibernate.envers.test.integration.collection.mapkey
 

Methods in org.hibernate.envers.test.integration.collection.mapkey that return types with arguments of type Component1
 Map<Component1,ComponentTestEntity> ComponentMapKeyEntity.getIdmap()
           
 

Method parameters in org.hibernate.envers.test.integration.collection.mapkey with type arguments of type Component1
 void ComponentMapKeyEntity.setIdmap(Map<Component1,ComponentTestEntity> idmap)
           
 

Uses of Component1 in org.hibernate.envers.test.integration.naming
 

Methods in org.hibernate.envers.test.integration.naming that return Component1
 Component1 VersionsJoinTableRangeComponentTestEntity.getComponent3()
           
 

Methods in org.hibernate.envers.test.integration.naming with parameters of type Component1
 void VersionsJoinTableRangeComponentTestEntity.setComponent3(Component1 component3)
           
 



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