Interface JdbcImportBuilder

All Known Implementing Classes:
JdbcImport.Builder

public interface JdbcImportBuilder
A clean interface defining all the methods a JdbcImport builder must define. The JdbcImport class should provide factory methods to provide the implementation. This is useful for python integration, as python does not handle the generic type hierarchy used in the implementation very well.