| Class |
Description |
|
AutoTimestampEventListener
|
An event listener that adds support for GORM-style auto-timestamping and auditing |
|
AutoTimestampEventListener.TimestampSuppression
|
An immutable snapshot of a thread's temporary timestamp suppression state, captured with
AutoTimestampEventListener.captureTimestampSuppression and applied on another
thread with AutoTimestampEventListener.withTimestampSuppression. |
|
ConfigurableApplicationContextEventPublisher
|
Bridge to Spring ApplicationContext event publishing |
|
DefaultApplicationEventPublisher
|
Simple implementation that just iterates over a sequence of listeners |
|
DomainEventListener
|
An event listener that provides support for GORM domain events. |