| 
 | ||||||||||
| 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.ChildSingleParentEntity
@Entity public class ChildSingleParentEntity
| Constructor Summary | |
|---|---|
| ChildSingleParentEntity() | |
| ChildSingleParentEntity(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 ChildSingleParentEntity()
public ChildSingleParentEntity(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 | |||||||||