Annotation Type EnableDynamoDBAuditing


  • @Inherited
    @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    @Import(org.socialsignin.spring.data.dynamodb.config.DynamoDBAuditingRegistrar.class)
    public @interface EnableDynamoDBAuditing
    Annotation to enable auditing in DynamoDB via annotation configuration.
    Author:
    Vito Limandibhrata
    • Element Detail

      • auditorAwareRef

        java.lang.String auditorAwareRef
        Returns:
        Configures the AuditorAware bean to be used to lookup the current principal.
        Default:
        ""
      • setDates

        boolean setDates
        Returns:
        Configures whether the creation and modification dates are set. Defaults to true.
        Default:
        true
      • modifyOnCreate

        boolean modifyOnCreate
        Returns:
        Configures whether the entity shall be marked as modified on creation. Defaults to true.
        Default:
        true
      • dateTimeProviderRef

        java.lang.String dateTimeProviderRef
        Returns:
        Configures a DateTimeProvider bean name that allows customizing the DateTime to be used for setting creation and modification dates.
        Default:
        ""