Class DIHWriterBase

    • Field Detail

      • keyFieldName

        protected String keyFieldName
    • Constructor Detail

      • DIHWriterBase

        public DIHWriterBase()
    • Method Detail

      • setDeltaKeys

        public void setDeltaKeys​(Set<Map<String,​Object>> passedInDeltaKeys)
        Description copied from interface: DIHWriter

        Specify the keys to be modified by a delta update (required by writers that can store duplicate keys)

        Specified by:
        setDeltaKeys in interface DIHWriter