@Inherited @Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Import(value=org.springframework.data.r2dbc.config.R2dbcAuditingRegistrar.class) public @interface EnableR2dbcAuditing
| Modifier and Type | Optional Element and Description |
|---|---|
String |
auditorAwareRef
Configures the
ReactiveAuditorAware bean to be used to lookup the current principal. |
String |
dateTimeProviderRef
Configures a
DateTimeProvider bean name that allows customizing the timestamp to be used for setting
creation and modification dates. |
boolean |
modifyOnCreate
Configures whether the entity shall be marked as modified on creation.
|
boolean |
setDates
Configures whether the creation and modification dates are set.
|
public abstract boolean setDates
Copyright © 2018–2023 Pivotal Software, Inc.. All rights reserved.