org.hibernate.envers.test.integration.superclass.auditparents
Class ChildSingleParentEntity
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.ChildSingleParentEntity
@Entity
public class ChildSingleParentEntity
- extends MappedParentEntity
ChildSingleParentEntity
public ChildSingleParentEntity()
ChildSingleParentEntity
public ChildSingleParentEntity(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.