Class SoftDeleteTranslatorFactory

  • All Implemented Interfaces:
    BatchTranslatorFactory

    @Deprecated
    public class SoftDeleteTranslatorFactory
    extends DefaultBatchTranslatorFactory
    Deprecated.
    since 4.2
    Implementation of {link #BatchTranslator}, which uses 'soft' delete (runs UPDATE and sets 'deleted' field to true instead-of running SQL DELETE)
    Since:
    4.0
    • Field Detail

      • DEFAULT_DELETED_FIELD_NAME

        public static final String DEFAULT_DELETED_FIELD_NAME
        Deprecated.
        Default name of 'deleted' field
        See Also:
        Constant Field Values
    • Constructor Detail

      • SoftDeleteTranslatorFactory

        public SoftDeleteTranslatorFactory()
        Deprecated.
      • SoftDeleteTranslatorFactory

        public SoftDeleteTranslatorFactory​(String deletedFieldName)
        Deprecated.