org.hibernate.envers.test.integration.superclass.auditparents
Class ChildMultipleParentsEntity
java.lang.Object
org.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
- extends MappedParentEntity
ChildMultipleParentsEntity
public ChildMultipleParentsEntity()
ChildMultipleParentsEntity
public ChildMultipleParentsEntity(Long id,
String grandparent,
String notAudited,
String parent,
String child,
StrIntTestEntity relation)
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.