Uses of Class
org.hibernate.envers.test.entities.ids.EmbIdTestEntity

Packages that use EmbIdTestEntity
org.hibernate.envers.test.entities.onetomany.detached.ids   
org.hibernate.envers.test.integration.onetoone.unidirectional   
 

Uses of EmbIdTestEntity in org.hibernate.envers.test.entities.onetomany.detached.ids
 

Methods in org.hibernate.envers.test.entities.onetomany.detached.ids that return types with arguments of type EmbIdTestEntity
 Set<EmbIdTestEntity> SetRefCollEntityEmbId.getCollection()
           
 

Method parameters in org.hibernate.envers.test.entities.onetomany.detached.ids with type arguments of type EmbIdTestEntity
 void SetRefCollEntityEmbId.setCollection(Set<EmbIdTestEntity> collection)
           
 

Uses of EmbIdTestEntity in org.hibernate.envers.test.integration.onetoone.unidirectional
 

Methods in org.hibernate.envers.test.integration.onetoone.unidirectional that return EmbIdTestEntity
 EmbIdTestEntity UniRefIngMulIdEntity.getReference()
           
 

Methods in org.hibernate.envers.test.integration.onetoone.unidirectional with parameters of type EmbIdTestEntity
 void UniRefIngMulIdEntity.setReference(EmbIdTestEntity reference)
           
 

Constructors in org.hibernate.envers.test.integration.onetoone.unidirectional with parameters of type EmbIdTestEntity
UniRefIngMulIdEntity(Integer id, String data, EmbIdTestEntity reference)
           
 



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