|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
org.hibernate.envers.test.integration.superclass.auditparents.MappedParentEntity
org.hibernate.envers.test.integration.superclass.auditparents.ChildMultipleParentsEntity
@Entity public class ChildMultipleParentsEntity
| Constructor Summary | |
|---|---|
ChildMultipleParentsEntity()
|
|
ChildMultipleParentsEntity(Long id,
String grandparent,
String notAudited,
String parent,
String child,
StrIntTestEntity relation)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getChild()
|
int |
hashCode()
|
void |
setChild(String child)
|
String |
toString()
|
| Methods inherited from class org.hibernate.envers.test.integration.superclass.auditparents.MappedParentEntity |
|---|
getParent, getRelation, setParent, setRelation |
| Methods inherited from class org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity |
|---|
getGrandparent, getId, getNotAudited, setGrandparent, setId, setNotAudited |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChildMultipleParentsEntity()
public ChildMultipleParentsEntity(Long id,
String grandparent,
String notAudited,
String parent,
String child,
StrIntTestEntity relation)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class MappedParentEntitypublic int hashCode()
hashCode in class MappedParentEntitypublic String toString()
toString in class MappedParentEntitypublic String getChild()
public void setChild(String child)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||