Uses of Class
org.hibernate.envers.test.entities.components.relations.NotAuditedManyToOneComponent

Packages that use NotAuditedManyToOneComponent
org.hibernate.envers.test.entities.components.relations   
 

Uses of NotAuditedManyToOneComponent in org.hibernate.envers.test.entities.components.relations
 

Methods in org.hibernate.envers.test.entities.components.relations that return NotAuditedManyToOneComponent
 NotAuditedManyToOneComponent NotAuditedManyToOneComponentTestEntity.getComp1()
           
 

Methods in org.hibernate.envers.test.entities.components.relations with parameters of type NotAuditedManyToOneComponent
 void NotAuditedManyToOneComponentTestEntity.setComp1(NotAuditedManyToOneComponent comp1)
           
 

Constructors in org.hibernate.envers.test.entities.components.relations with parameters of type NotAuditedManyToOneComponent
NotAuditedManyToOneComponentTestEntity(Integer id, NotAuditedManyToOneComponent comp1)
           
NotAuditedManyToOneComponentTestEntity(NotAuditedManyToOneComponent comp1)
           
 



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