|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditableBeanWrapper
Interface to abstract the ways setting the auditing information can be implemented.
Method Summary | |
---|---|
void |
setCreatedBy(Object value)
Set the creator of the object. |
void |
setCreatedDate(org.joda.time.DateTime value)
Set the date the object was created. |
void |
setLastModifiedBy(Object value)
Set the last modifier of the object. |
void |
setLastModifiedDate(org.joda.time.DateTime value)
Set the last modification date. |
Method Detail |
---|
void setCreatedBy(Object value)
value
- void setCreatedDate(org.joda.time.DateTime value)
value
- void setLastModifiedBy(Object value)
value
- void setLastModifiedDate(org.joda.time.DateTime value)
value
-
|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |