org.hibernate.envers.test.integration.superclass.auditparents
Class MappedParentEntity
java.lang.Object
org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
org.hibernate.envers.test.integration.superclass.auditparents.MappedParentEntity
- Direct Known Subclasses:
- ChildCompleteEntity, ChildMultipleParentsEntity, ChildSingleParentEntity
@MappedSuperclass
public class MappedParentEntity
- extends MappedGrandparentEntity
MappedParentEntity
public MappedParentEntity(Long id,
String grandparent,
String notAudited,
String parent,
StrIntTestEntity relation)
equals
public boolean equals(Object o)
- Overrides:
equals
in class MappedGrandparentEntity
hashCode
public int hashCode()
- Overrides:
hashCode
in class MappedGrandparentEntity
toString
public String toString()
- Overrides:
toString
in class MappedGrandparentEntity
getParent
public String getParent()
setParent
public void setParent(String parent)
getRelation
public StrIntTestEntity getRelation()
setRelation
public void setRelation(StrIntTestEntity relation)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.