Class ColumnMapper.ColumnMapperResult

  • Enclosing interface:
    ColumnMapper

    public static class ColumnMapper.ColumnMapperResult
    extends Object
    • Constructor Detail

      • ColumnMapperResult

        public ColumnMapperResult​(List<ColumnMetaData> columns,
                                  boolean emptyColumnListOk)
    • Method Detail

      • isEmptyColumnListOk

        public boolean isEmptyColumnListOk()
        If the column cannot be found in the target table this raises an error. However, if you explicitly want to drop that column and this method returns true it will just output a warning instead.