Interface AuditingConfiguration
- All Known Implementing Classes:
AnnotationAuditingConfiguration
public interface AuditingConfiguration
Configuration information for auditing.
- Author:
- Ranie Jade Ramiso, Thomas Darimont, Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionReturns the bean name of theAuditorAware
instance to be used..Returns the bean name of theDateTimeProvider
to be used.boolean
Returns whether the entity shall be marked as modified on creation.boolean
Returns whether the creation and modification dates shall be set.
-
Method Details
-
getAuditorAwareRef
String getAuditorAwareRef()Returns the bean name of theAuditorAware
instance to be used..- Returns:
-
isSetDates
boolean isSetDates()Returns whether the creation and modification dates shall be set. Defaults to true.- Returns:
-
isModifyOnCreate
boolean isModifyOnCreate()Returns whether the entity shall be marked as modified on creation. Defaults to true.- Returns:
-
getDateTimeProviderRef
String getDateTimeProviderRef()Returns the bean name of theDateTimeProvider
to be used.- Returns:
-