Package com.im.commons.db.columnhandling
-
Interface Summary Interface Description ColumnHandler<T> Instances of this interface can be created by usingDefaultRowMapperFactory
class.ColumnHandlerFactory Interface for factories providingColumnHandler
.DBValueHandler<T> Interface that handles reading/writing values from/to a database. -
Class Summary Class Description ColumnHandlerFactory.Context<T> Context needed for creating a ColumnHandler.ColumnHandlerManager<T> Class for obtaining proper, DB-specific or default (if db-specific not found)ColumnHandler
of type T.