org.hibernate.envers.test.entities.onetomany.detached.inheritance
Class ParentIndexedListJoinColumnBidirectionalRefIngEntity
java.lang.Object
org.hibernate.envers.test.entities.onetomany.detached.inheritance.ParentIndexedListJoinColumnBidirectionalRefIngEntity
- Direct Known Subclasses:
- ChildIndexedListJoinColumnBidirectionalRefIngEntity
@Entity
public abstract class ParentIndexedListJoinColumnBidirectionalRefIngEntity
- extends Object
Entity for InheritanceIndexedJoinColumnBidirectionalList
test.
Parent, owning side of the relation.
ParentIndexedListJoinColumnBidirectionalRefIngEntity
public ParentIndexedListJoinColumnBidirectionalRefIngEntity()
ParentIndexedListJoinColumnBidirectionalRefIngEntity
public ParentIndexedListJoinColumnBidirectionalRefIngEntity(Integer id,
String data,
ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity... references)
ParentIndexedListJoinColumnBidirectionalRefIngEntity
public ParentIndexedListJoinColumnBidirectionalRefIngEntity(String data,
ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity... references)
getId
public Integer getId()
setId
public void setId(Integer id)
getData
public String getData()
setData
public void setData(String data)
getReferences
public List<ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity> getReferences()
setReferences
public void setReferences(List<ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity> 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.