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

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

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

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

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

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



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