org.hibernate.envers.test.entities.onetomany.detached.ids
Class SetRefCollEntityEmbId
java.lang.Object
   org.hibernate.envers.test.entities.onetomany.detached.ids.SetRefCollEntityEmbId
org.hibernate.envers.test.entities.onetomany.detached.ids.SetRefCollEntityEmbId
- @Entity
public class SetRefCollEntityEmbId 
- extends Object
Set collection of references entity
 
 
 
SetRefCollEntityEmbId
public SetRefCollEntityEmbId()
SetRefCollEntityEmbId
public SetRefCollEntityEmbId(EmbId id,
                             String data)
SetRefCollEntityEmbId
public SetRefCollEntityEmbId(String data)
getId
public EmbId getId()
- 
 
setId
public void setId(EmbId id)
- 
 
getData
public String getData()
- 
 
setData
public void setData(String data)
- 
 
getCollection
public Set<EmbIdTestEntity> getCollection()
- 
 
setCollection
public void setCollection(Set<EmbIdTestEntity> collection)
- 
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.