Uses of Interface
org.hibernate.envers.test.integration.interfaces.components.IComponent

Packages that use IComponent
org.hibernate.envers.test.integration.interfaces.components   
 

Uses of IComponent in org.hibernate.envers.test.integration.interfaces.components
 

Classes in org.hibernate.envers.test.integration.interfaces.components that implement IComponent
 class Component1
           
 

Methods in org.hibernate.envers.test.integration.interfaces.components that return IComponent
 IComponent ComponentTestEntity.getComp1()
           
 

Methods in org.hibernate.envers.test.integration.interfaces.components with parameters of type IComponent
 void ComponentTestEntity.setComp1(IComponent comp1)
           
 

Constructors in org.hibernate.envers.test.integration.interfaces.components with parameters of type IComponent
ComponentTestEntity(IComponent comp1)
           
ComponentTestEntity(Integer id, IComponent comp1)
           
 



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