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

Packages that use UnversionedStrTestEntity
org.hibernate.envers.test.entities.components.relations   
org.hibernate.envers.test.entities.ids   
org.hibernate.envers.test.entities.manytomany.unidirectional   
org.hibernate.envers.test.entities.manytoone.unidirectional   
 

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

Methods in org.hibernate.envers.test.entities.components.relations that return UnversionedStrTestEntity
 UnversionedStrTestEntity NotAuditedManyToOneComponent.getEntity()
           
 

Methods in org.hibernate.envers.test.entities.components.relations with parameters of type UnversionedStrTestEntity
 void NotAuditedManyToOneComponent.setEntity(UnversionedStrTestEntity entity)
           
 

Constructors in org.hibernate.envers.test.entities.components.relations with parameters of type UnversionedStrTestEntity
NotAuditedManyToOneComponent(UnversionedStrTestEntity entity, String data)
           
 

Uses of UnversionedStrTestEntity in org.hibernate.envers.test.entities.ids
 

Methods in org.hibernate.envers.test.entities.ids that return UnversionedStrTestEntity
 UnversionedStrTestEntity ManyToOneNotAuditedEmbId.getId()
           
 

Methods in org.hibernate.envers.test.entities.ids with parameters of type UnversionedStrTestEntity
 void ManyToOneNotAuditedEmbId.setId(UnversionedStrTestEntity id)
           
 

Constructors in org.hibernate.envers.test.entities.ids with parameters of type UnversionedStrTestEntity
ManyToOneNotAuditedEmbId(UnversionedStrTestEntity id)
           
 

Uses of UnversionedStrTestEntity in org.hibernate.envers.test.entities.manytomany.unidirectional
 

Methods in org.hibernate.envers.test.entities.manytomany.unidirectional that return types with arguments of type UnversionedStrTestEntity
 List<UnversionedStrTestEntity> M2MIndexedListTargetNotAuditedEntity.getReferences()
           
 List<UnversionedStrTestEntity> M2MTargetNotAuditedEntity.getReferences()
           
 

Method parameters in org.hibernate.envers.test.entities.manytomany.unidirectional with type arguments of type UnversionedStrTestEntity
 void M2MIndexedListTargetNotAuditedEntity.setReferences(List<UnversionedStrTestEntity> references)
           
 void M2MTargetNotAuditedEntity.setReferences(List<UnversionedStrTestEntity> references)
           
 

Constructor parameters in org.hibernate.envers.test.entities.manytomany.unidirectional with type arguments of type UnversionedStrTestEntity
M2MIndexedListTargetNotAuditedEntity(Integer id, String data, List<UnversionedStrTestEntity> references)
           
M2MTargetNotAuditedEntity(Integer id, String data, List<UnversionedStrTestEntity> references)
           
M2MTargetNotAuditedEntity(String data, List<UnversionedStrTestEntity> references)
           
 

Uses of UnversionedStrTestEntity in org.hibernate.envers.test.entities.manytoone.unidirectional
 

Methods in org.hibernate.envers.test.entities.manytoone.unidirectional that return UnversionedStrTestEntity
 UnversionedStrTestEntity TargetNotAuditedEntity.getReference()
           
 

Methods in org.hibernate.envers.test.entities.manytoone.unidirectional with parameters of type UnversionedStrTestEntity
 void TargetNotAuditedEntity.setReference(UnversionedStrTestEntity reference)
           
 

Constructors in org.hibernate.envers.test.entities.manytoone.unidirectional with parameters of type UnversionedStrTestEntity
TargetNotAuditedEntity(Integer id, String data, UnversionedStrTestEntity reference)
           
TargetNotAuditedEntity(String data, UnversionedStrTestEntity reference)
           
 



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