org.hibernate.envers.test.integration.superclass.auditparents
Class ChildMultipleParentsEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
      extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedParentEntity
          extended by org.hibernate.envers.test.integration.superclass.auditparents.ChildMultipleParentsEntity

@Entity
public class ChildMultipleParentsEntity
extends MappedParentEntity


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

ChildMultipleParentsEntity

public ChildMultipleParentsEntity()

ChildMultipleParentsEntity

public ChildMultipleParentsEntity(Long id,
                                  String grandparent,
                                  String notAudited,
                                  String parent,
                                  String child,
                                  StrIntTestEntity relation)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class MappedParentEntity

hashCode

public int hashCode()
Overrides:
hashCode in class MappedParentEntity

toString

public String toString()
Overrides:
toString in class MappedParentEntity

getChild

public String getChild()

setChild

public void setChild(String child)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.