@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) @Import(org.socialsignin.spring.data.dynamodb.config.DynamoDBAuditingRegistrar.class) public @interface EnableDynamoDBAuditing
Modifier and Type | Optional Element | Description |
---|---|---|
String |
auditorAwareRef |
|
String |
dateTimeProviderRef |
|
boolean |
modifyOnCreate |
|
boolean |
setDates |
String auditorAwareRef
AuditorAware
bean to be used to lookup the current principal.boolean setDates
boolean modifyOnCreate
String dateTimeProviderRef
DateTimeProvider
bean name
that allows customizing the DateTime
to be used
for setting creation and modification dates.Copyright © 2018. All rights reserved.