org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass
Class AuditedAllSubclassEntity
java.lang.Object
   org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.AuditedMethodMappedSuperclass
org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.AuditedMethodMappedSuperclass
       org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass.AuditedAllSubclassEntity
org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass.AuditedAllSubclassEntity
- @Entity
public class AuditedAllSubclassEntity 
- extends AuditedMethodMappedSuperclass
 
 
 
 
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:
- equalsin class- AuditedMethodMappedSuperclass
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- AuditedMethodMappedSuperclass
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.