public class TimestampableListener extends Object
| Constructor and Description |
|---|
TimestampableListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTimestamps(Object timestampable)
Saves timestamps marked for entity creation creation.
|
void |
updateTimestamps(Object timestampable)
Saves timestamps marked for entity update creation.
|
public void createTimestamps(Object timestampable) throws IllegalAccessException
timestampable - Subject for timestamp handling.IllegalAccessException - When accessing source field is impossible.public void updateTimestamps(Object timestampable) throws IllegalAccessException
timestampable - Subject for timestamp handling.IllegalAccessException - When accessing source field is impossible.Copyright © 2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.