org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass
Class AuditedAllSubclassEntity
java.lang.Object
org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.AuditedAllMappedSuperclass
org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass.AuditedAllSubclassEntity
@Entity
public class AuditedAllSubclassEntity
- extends AuditedAllMappedSuperclass
AuditedAllSubclassEntity
public AuditedAllSubclassEntity()
AuditedAllSubclassEntity
public AuditedAllSubclassEntity(Integer id,
String str,
String otherString,
String subAuditedStr)
AuditedAllSubclassEntity
public AuditedAllSubclassEntity(String str,
String otherString,
String subAuditedStr)
getId
public Integer getId()
setId
public void setId(Integer id)
getSubAuditedStr
public String getSubAuditedStr()
setSubAuditedStr
public void setSubAuditedStr(String subAuditedStr)
equals
public boolean equals(Object o)
- Overrides:
equals
in class AuditedAllMappedSuperclass
hashCode
public int hashCode()
- Overrides:
hashCode
in class AuditedAllMappedSuperclass
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.