org.hibernate.envers.test.entities.onetomany.detached
Class DoubleListJoinColumnBidirectionalRefIngEntity
java.lang.Object
org.hibernate.envers.test.entities.onetomany.detached.DoubleListJoinColumnBidirectionalRefIngEntity
@Entity
public class DoubleListJoinColumnBidirectionalRefIngEntity
- extends Object
Entity for DoubleJoinColumnBidirectionalList
test.
Owning side of the relations.
DoubleListJoinColumnBidirectionalRefIngEntity
public DoubleListJoinColumnBidirectionalRefIngEntity()
DoubleListJoinColumnBidirectionalRefIngEntity
public DoubleListJoinColumnBidirectionalRefIngEntity(Integer id,
String data)
DoubleListJoinColumnBidirectionalRefIngEntity
public DoubleListJoinColumnBidirectionalRefIngEntity(String data)
getId
public Integer getId()
setId
public void setId(Integer id)
getData
public String getData()
setData
public void setData(String data)
getReferences1
public List<DoubleListJoinColumnBidirectionalRefEdEntity1> getReferences1()
setReferences1
public void setReferences1(List<DoubleListJoinColumnBidirectionalRefEdEntity1> references1)
getReferences2
public List<DoubleListJoinColumnBidirectionalRefEdEntity2> getReferences2()
setReferences2
public void setReferences2(List<DoubleListJoinColumnBidirectionalRefEdEntity2> references2)
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.