|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.AuditingEntityListener
class AuditingEntityListener extends Object
| Constructor Summary | |
AuditingEntityListener()
|
|
| Method Summary | |
|---|---|
void
|
createdDate(Object target)
|
void
|
modifiedDate(Object target)
|
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
AuditingEntityListener()
| Method Detail |
|---|
@PrePersist void createdDate(Object target)
@PreUpdate void modifiedDate(Object target)
Groovy Documentation