Uses of Class
org.hibernate.envers.test.entities.StrIntTestEntity

Packages that use StrIntTestEntity
org.hibernate.envers.test.integration.superclass.auditparents   
 

Uses of StrIntTestEntity in org.hibernate.envers.test.integration.superclass.auditparents
 

Methods in org.hibernate.envers.test.integration.superclass.auditparents that return StrIntTestEntity
 StrIntTestEntity MappedParentEntity.getRelation()
           
 

Methods in org.hibernate.envers.test.integration.superclass.auditparents with parameters of type StrIntTestEntity
 void MappedParentEntity.setRelation(StrIntTestEntity relation)
           
 

Constructors in org.hibernate.envers.test.integration.superclass.auditparents with parameters of type StrIntTestEntity
BabyCompleteEntity(Long id, String grandparent, String notAudited, String parent, String child, StrIntTestEntity relation, String baby)
           
ChildCompleteEntity(Long id, String grandparent, String notAudited, String parent, String child, StrIntTestEntity relation)
           
ChildMultipleParentsEntity(Long id, String grandparent, String notAudited, String parent, String child, StrIntTestEntity relation)
           
ChildSingleParentEntity(Long id, String grandparent, String notAudited, String parent, String child, StrIntTestEntity relation)
           
MappedParentEntity(Long id, String grandparent, String notAudited, String parent, StrIntTestEntity relation)
           
 



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