Interface AuditingConfiguration
- All Known Implementing Classes:
- AnnotationAuditingConfiguration
public interface AuditingConfiguration
Configuration information for auditing.
- Author:
- Ranie Jade Ramiso, Thomas Darimont, Oliver Gierke
- 
Method SummaryModifier and TypeMethodDescriptionReturns the bean name of theAuditorAwareinstance to be used..Returns the bean name of theDateTimeProviderto be used.booleanReturns whether the entity shall be marked as modified on creation.booleanReturns whether the creation and modification dates shall be set.
- 
Method Details- 
getAuditorAwareRefString getAuditorAwareRef()Returns the bean name of theAuditorAwareinstance to be used..- Returns:
 
- 
isSetDatesboolean isSetDates()Returns whether the creation and modification dates shall be set. Defaults to true.- Returns:
 
- 
isModifyOnCreateboolean isModifyOnCreate()Returns whether the entity shall be marked as modified on creation. Defaults to true.- Returns:
 
- 
getDateTimeProviderRefString getDateTimeProviderRef()Returns the bean name of theDateTimeProviderto be used.- Returns:
 
 
-