Interface ColumnHandlerFactory


  • public interface ColumnHandlerFactory
    Interface for factories providing ColumnHandler. Instances should be registered through ie: ServiceProvider(service = ColumnHandlerFactory.class, path = "META-INF/namedservices/rdbms/db_type") annotation. db_type should be replaced with actual db type string or default for the default factory.
    Author:
    Max Sauer