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

Packages that use StrTestEntity
org.hibernate.envers.test.entities   
org.hibernate.envers.test.entities.components.relations   
org.hibernate.envers.test.entities.manytomany   
org.hibernate.envers.test.entities.manytomany.unidirectional   
org.hibernate.envers.test.entities.onetomany.detached   
org.hibernate.envers.test.integration.collection.mapkey   
org.hibernate.envers.test.integration.manytomany.ternary   
org.hibernate.envers.test.integration.naming   
 

Uses of StrTestEntity in org.hibernate.envers.test.entities
 

Methods in org.hibernate.envers.test.entities with parameters of type StrTestEntity
 int StrTestEntityComparator.compare(StrTestEntity o1, StrTestEntity o2)
           
 

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

Methods in org.hibernate.envers.test.entities.components.relations that return StrTestEntity
 StrTestEntity ManyToOneComponent.getEntity()
           
 

Methods in org.hibernate.envers.test.entities.components.relations that return types with arguments of type StrTestEntity
 Set<StrTestEntity> OneToManyComponent.getEntities()
           
 

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

Method parameters in org.hibernate.envers.test.entities.components.relations with type arguments of type StrTestEntity
 void OneToManyComponent.setEntities(Set<StrTestEntity> entities)
           
 

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

Uses of StrTestEntity in org.hibernate.envers.test.entities.manytomany
 

Methods in org.hibernate.envers.test.entities.manytomany that return types with arguments of type StrTestEntity
 SortedMap<StrTestEntity,String> SortedSetEntity.getSortedMap()
           
 SortedSet<StrTestEntity> SortedSetEntity.getSortedSet()
           
 

Method parameters in org.hibernate.envers.test.entities.manytomany with type arguments of type StrTestEntity
 void SortedSetEntity.setSortedMap(SortedMap<StrTestEntity,String> sortedMap)
           
 void SortedSetEntity.setSortedSet(SortedSet<StrTestEntity> sortedSet)
           
 

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

Methods in org.hibernate.envers.test.entities.manytomany.unidirectional that return types with arguments of type StrTestEntity
 Map<String,StrTestEntity> MapUniEntity.getMap()
           
 Set<StrTestEntity> SetUniEntity.getReferences()
           
 List<StrTestEntity> ListUniEntity.getReferences()
           
 

Method parameters in org.hibernate.envers.test.entities.manytomany.unidirectional with type arguments of type StrTestEntity
 void MapUniEntity.setMap(Map<String,StrTestEntity> map)
           
 void ListUniEntity.setReferences(List<StrTestEntity> references)
           
 void SetUniEntity.setReferences(Set<StrTestEntity> references)
           
 

Uses of StrTestEntity in org.hibernate.envers.test.entities.onetomany.detached
 

Methods in org.hibernate.envers.test.entities.onetomany.detached that return types with arguments of type StrTestEntity
 Set<StrTestEntity> SetRefCollEntity.getCollection()
           
 Set<StrTestEntity> SetJoinColumnRefCollEntity.getCollection()
           
 Set<StrTestEntity> DoubleSetRefCollEntity.getCollection()
           
 List<StrTestEntity> ListRefCollEntity.getCollection()
           
 Set<StrTestEntity> DoubleSetRefCollEntity.getCollection2()
           
 

Method parameters in org.hibernate.envers.test.entities.onetomany.detached with type arguments of type StrTestEntity
 void ListRefCollEntity.setCollection(List<StrTestEntity> collection)
           
 void SetRefCollEntity.setCollection(Set<StrTestEntity> collection)
           
 void SetJoinColumnRefCollEntity.setCollection(Set<StrTestEntity> collection)
           
 void DoubleSetRefCollEntity.setCollection(Set<StrTestEntity> collection)
           
 void DoubleSetRefCollEntity.setCollection2(Set<StrTestEntity> collection2)
           
 

Uses of StrTestEntity in org.hibernate.envers.test.integration.collection.mapkey
 

Methods in org.hibernate.envers.test.integration.collection.mapkey that return types with arguments of type StrTestEntity
 Map<Integer,StrTestEntity> IdMapKeyEntity.getIdmap()
           
 

Method parameters in org.hibernate.envers.test.integration.collection.mapkey with type arguments of type StrTestEntity
 void IdMapKeyEntity.setIdmap(Map<Integer,StrTestEntity> idmap)
           
 

Uses of StrTestEntity in org.hibernate.envers.test.integration.manytomany.ternary
 

Methods in org.hibernate.envers.test.integration.manytomany.ternary that return types with arguments of type StrTestEntity
 Map<IntTestEntity,StrTestEntity> TernaryMapEntity.getMap()
           
 

Method parameters in org.hibernate.envers.test.integration.manytomany.ternary with type arguments of type StrTestEntity
 void TernaryMapEntity.setMap(Map<IntTestEntity,StrTestEntity> map)
           
 

Uses of StrTestEntity in org.hibernate.envers.test.integration.naming
 

Methods in org.hibernate.envers.test.integration.naming that return types with arguments of type StrTestEntity
 Set<StrTestEntity> VersionsJoinTableTestEntity.getCollection()
           
 Set<StrTestEntity> DetachedNamingTestEntity.getCollection()
           
 

Method parameters in org.hibernate.envers.test.integration.naming with type arguments of type StrTestEntity
 void VersionsJoinTableTestEntity.setCollection(Set<StrTestEntity> collection)
           
 void DetachedNamingTestEntity.setCollection(Set<StrTestEntity> collection)
           
 



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