Uses of Class
org.hibernate.envers.test.integration.onetoone.unidirectional.UniRefEdEntity

Packages that use UniRefEdEntity
org.hibernate.envers.test.integration.onetoone.unidirectional   
 

Uses of UniRefEdEntity in org.hibernate.envers.test.integration.onetoone.unidirectional
 

Methods in org.hibernate.envers.test.integration.onetoone.unidirectional that return UniRefEdEntity
 UniRefEdEntity UniRefIngEntity.getReference()
           
 

Methods in org.hibernate.envers.test.integration.onetoone.unidirectional with parameters of type UniRefEdEntity
 void UniRefIngEntity.setReference(UniRefEdEntity reference)
           
 

Constructors in org.hibernate.envers.test.integration.onetoone.unidirectional with parameters of type UniRefEdEntity
UniRefIngEntity(Integer id, String data, UniRefEdEntity reference)
           
 



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