org.hibernate.envers.test.entities.onetomany.detached.inheritance
Class ChildIndexedListJoinColumnBidirectionalRefIngEntity
java.lang.Object
org.hibernate.envers.test.entities.onetomany.detached.inheritance.ParentIndexedListJoinColumnBidirectionalRefIngEntity
org.hibernate.envers.test.entities.onetomany.detached.inheritance.ChildIndexedListJoinColumnBidirectionalRefIngEntity
@Entity
public class ChildIndexedListJoinColumnBidirectionalRefIngEntity
- extends ParentIndexedListJoinColumnBidirectionalRefIngEntity
Entity for InheritanceIndexedJoinColumnBidirectionalList
test.
Child, owning side of the relation.
ChildIndexedListJoinColumnBidirectionalRefIngEntity
public ChildIndexedListJoinColumnBidirectionalRefIngEntity()
ChildIndexedListJoinColumnBidirectionalRefIngEntity
public ChildIndexedListJoinColumnBidirectionalRefIngEntity(Integer id,
String data,
String data2,
ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity... references)
ChildIndexedListJoinColumnBidirectionalRefIngEntity
public ChildIndexedListJoinColumnBidirectionalRefIngEntity(String data,
String data2,
ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity... references)
getData2
public String getData2()
setData2
public void setData2(String data2)
equals
public boolean equals(Object o)
- Overrides:
equals
in class ParentIndexedListJoinColumnBidirectionalRefIngEntity
hashCode
public int hashCode()
- Overrides:
hashCode
in class ParentIndexedListJoinColumnBidirectionalRefIngEntity
toString
public String toString()
- Overrides:
toString
in class ParentIndexedListJoinColumnBidirectionalRefIngEntity
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.