Uses of Class
org.hibernate.envers.test.integration.onetoone.bidirectional.BiRefEdEntity

Packages that use BiRefEdEntity
org.hibernate.envers.test.integration.onetoone.bidirectional   
 

Uses of BiRefEdEntity in org.hibernate.envers.test.integration.onetoone.bidirectional
 

Methods in org.hibernate.envers.test.integration.onetoone.bidirectional that return BiRefEdEntity
 BiRefEdEntity BiRefIngEntity.getReference()
           
 

Methods in org.hibernate.envers.test.integration.onetoone.bidirectional with parameters of type BiRefEdEntity
 void BiRefIngEntity.setReference(BiRefEdEntity reference)
           
 

Constructors in org.hibernate.envers.test.integration.onetoone.bidirectional with parameters of type BiRefEdEntity
BiRefIngEntity(Integer id, String data, BiRefEdEntity reference)
           
 



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