Uses of Class
org.hibernate.envers.test.entities.onetomany.CollectionRefEdEntity

Packages that use CollectionRefEdEntity
org.hibernate.envers.test.entities.onetomany   
 

Uses of CollectionRefEdEntity in org.hibernate.envers.test.entities.onetomany
 

Methods in org.hibernate.envers.test.entities.onetomany that return CollectionRefEdEntity
 CollectionRefEdEntity CollectionRefIngEntity.getReference()
           
 

Methods in org.hibernate.envers.test.entities.onetomany with parameters of type CollectionRefEdEntity
 void CollectionRefIngEntity.setReference(CollectionRefEdEntity reference)
           
 

Constructors in org.hibernate.envers.test.entities.onetomany with parameters of type CollectionRefEdEntity
CollectionRefIngEntity(Integer id, String data, CollectionRefEdEntity reference)
           
CollectionRefIngEntity(String data, CollectionRefEdEntity reference)
           
 



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