public class AnnotationAuditingConfiguration extends Object implements AuditingConfiguration
AuditingConfiguration
.Constructor and Description |
---|
AnnotationAuditingConfiguration(AnnotationMetadata metadata,
Class<? extends Annotation> annotation)
Creates a new instance of
AnnotationAuditingConfiguration for the given AnnotationMetadata and
annotation type. |
Modifier and Type | Method and Description |
---|---|
String |
getAuditorAwareRef()
Returns the bean name of the
AuditorAware instance to be used.. |
String |
getDateTimeProviderRef()
Returns the bean name of the
DateTimeProvider to be used. |
boolean |
isModifyOnCreate()
Returns whether the entity shall be marked as modified on creation.
|
boolean |
isSetDates()
Returns whether the creation and modification dates shall be set.
|
public AnnotationAuditingConfiguration(AnnotationMetadata metadata, Class<? extends Annotation> annotation)
AnnotationAuditingConfiguration
for the given AnnotationMetadata
and
annotation type.metadata
- must not be null.annotation
- must not be null.public String getAuditorAwareRef()
AuditingConfiguration
AuditorAware
instance to be used..getAuditorAwareRef
in interface AuditingConfiguration
public boolean isSetDates()
AuditingConfiguration
isSetDates
in interface AuditingConfiguration
public String getDateTimeProviderRef()
AuditingConfiguration
DateTimeProvider
to be used.getDateTimeProviderRef
in interface AuditingConfiguration
public boolean isModifyOnCreate()
AuditingConfiguration
isModifyOnCreate
in interface AuditingConfiguration
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.