org.hibernate.envers.test.integration.superclass.auditoverride
Class AuditedSpecialEntity
java.lang.Object
org.hibernate.envers.test.integration.superclass.auditoverride.NotAuditedBaseEntity
org.hibernate.envers.test.integration.superclass.auditoverride.AuditedSpecialEntity
- All Implemented Interfaces:
- Serializable
@Entity
public class AuditedSpecialEntity
- extends NotAuditedBaseEntity
- See Also:
- Serialized Form
AuditedSpecialEntity
public AuditedSpecialEntity()
AuditedSpecialEntity
public AuditedSpecialEntity(String str1,
Integer number,
String str2)
AuditedSpecialEntity
public AuditedSpecialEntity(String str1,
Integer number,
Integer id,
String str2)
equals
public boolean equals(Object o)
- Overrides:
equals
in class NotAuditedBaseEntity
hashCode
public int hashCode()
- Overrides:
hashCode
in class NotAuditedBaseEntity
toString
public String toString()
- Overrides:
toString
in class NotAuditedBaseEntity
getStr2
public String getStr2()
setStr2
public void setStr2(String str2)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.