@Inherited @Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Import(value=org.springframework.data.neo4j.config.ReactiveNeo4jAuditingRegistrar.class) public @interface EnableReactiveNeo4jAuditing
| Modifier and Type | Optional Element and Description |
|---|---|
String |
auditorAwareRef
Configures the
AuditorAware bean to be used to look up the current principal. |
String |
dateTimeProviderRef
Configures a
DateTimeProvider bean name that allows customizing actual date time class 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 String auditorAwareRef
AuditorAware bean to be used to look up the current principal.AuditorAware bean to be used to look up the current principal.public abstract boolean setDates
public abstract boolean modifyOnCreate
public abstract String dateTimeProviderRef
DateTimeProvider bean name that allows customizing actual date time class to be used for
setting creation and modification dates.DateTimeProvider bean to provide the current date time for creation and modification dates.Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.