Uses of Interface
org.hibernate.envers.test.integration.interfaces.relation.ISetRefEdEntity

Packages that use ISetRefEdEntity
org.hibernate.envers.test.integration.interfaces.relation   
 

Uses of ISetRefEdEntity in org.hibernate.envers.test.integration.interfaces.relation
 

Classes in org.hibernate.envers.test.integration.interfaces.relation that implement ISetRefEdEntity
 class SetRefEdEntity
          ReferencEd entity
 

Methods in org.hibernate.envers.test.integration.interfaces.relation that return ISetRefEdEntity
 ISetRefEdEntity SetRefIngEntity.getReference()
           
 

Methods in org.hibernate.envers.test.integration.interfaces.relation with parameters of type ISetRefEdEntity
 void SetRefIngEntity.setReference(ISetRefEdEntity reference)
           
 

Constructors in org.hibernate.envers.test.integration.interfaces.relation with parameters of type ISetRefEdEntity
SetRefIngEntity(Integer id, String data, ISetRefEdEntity reference)
           
SetRefIngEntity(String data, ISetRefEdEntity reference)
           
 



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