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

Packages that use EmbId
org.hibernate.envers.test.entities.ids   
org.hibernate.envers.test.entities.onetomany.detached.ids   
org.hibernate.envers.test.entities.onetomany.ids   
org.hibernate.envers.test.integration.onetoone.bidirectional.ids   
org.hibernate.envers.test.integration.secondary.ids   
 

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

Methods in org.hibernate.envers.test.entities.ids that return EmbId
 EmbId EmbIdTestEntity.getId()
           
 

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

Constructors in org.hibernate.envers.test.entities.ids with parameters of type EmbId
EmbIdTestEntity(EmbId id, String str1)
           
 

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

Methods in org.hibernate.envers.test.entities.onetomany.detached.ids that return EmbId
 EmbId SetRefCollEntityEmbId.getId()
           
 

Methods in org.hibernate.envers.test.entities.onetomany.detached.ids with parameters of type EmbId
 void SetRefCollEntityEmbId.setId(EmbId id)
           
 

Constructors in org.hibernate.envers.test.entities.onetomany.detached.ids with parameters of type EmbId
SetRefCollEntityEmbId(EmbId id, String data)
           
 

Uses of EmbId in org.hibernate.envers.test.entities.onetomany.ids
 

Methods in org.hibernate.envers.test.entities.onetomany.ids that return EmbId
 EmbId SetRefEdEmbIdEntity.getId()
           
 EmbId SetRefIngEmbIdEntity.getId()
           
 

Methods in org.hibernate.envers.test.entities.onetomany.ids with parameters of type EmbId
 void SetRefEdEmbIdEntity.setId(EmbId id)
           
 void SetRefIngEmbIdEntity.setId(EmbId id)
           
 

Constructors in org.hibernate.envers.test.entities.onetomany.ids with parameters of type EmbId
SetRefEdEmbIdEntity(EmbId id, String data)
           
SetRefIngEmbIdEntity(EmbId id, String data, SetRefEdEmbIdEntity reference)
           
 

Uses of EmbId in org.hibernate.envers.test.integration.onetoone.bidirectional.ids
 

Methods in org.hibernate.envers.test.integration.onetoone.bidirectional.ids that return EmbId
 EmbId BiEmbIdRefIngEntity.getId()
           
 EmbId BiEmbIdRefEdEntity.getId()
           
 

Methods in org.hibernate.envers.test.integration.onetoone.bidirectional.ids with parameters of type EmbId
 void BiEmbIdRefIngEntity.setId(EmbId id)
           
 void BiEmbIdRefEdEntity.setId(EmbId id)
           
 

Constructors in org.hibernate.envers.test.integration.onetoone.bidirectional.ids with parameters of type EmbId
BiEmbIdRefEdEntity(EmbId id, String data)
           
BiEmbIdRefEdEntity(EmbId id, String data, BiEmbIdRefIngEntity referencing)
           
BiEmbIdRefIngEntity(EmbId id, String data)
           
BiEmbIdRefIngEntity(EmbId id, String data, BiEmbIdRefEdEntity reference)
           
 

Uses of EmbId in org.hibernate.envers.test.integration.secondary.ids
 

Methods in org.hibernate.envers.test.integration.secondary.ids that return EmbId
 EmbId SecondaryEmbIdTestEntity.getId()
           
 

Methods in org.hibernate.envers.test.integration.secondary.ids with parameters of type EmbId
 void SecondaryEmbIdTestEntity.setId(EmbId id)
           
 

Constructors in org.hibernate.envers.test.integration.secondary.ids with parameters of type EmbId
SecondaryEmbIdTestEntity(EmbId id, String s1, String s2)
           
 



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