org.hibernate.envers.test.entities.manytomany.unidirectional
Class SetUniEntity
java.lang.Object
org.hibernate.envers.test.entities.manytomany.unidirectional.SetUniEntity
@Entity
public class SetUniEntity
- extends Object
Entity owning the many-to-many relation
SetUniEntity
public SetUniEntity()
SetUniEntity
public SetUniEntity(Integer id,
String data)
SetUniEntity
public SetUniEntity(String data)
getId
public Integer getId()
setId
public void setId(Integer id)
getData
public String getData()
setData
public void setData(String data)
getReferences
public Set<StrTestEntity> getReferences()
setReferences
public void setReferences(Set<StrTestEntity> references)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.