Package com.caplin.transformer.persistence


package com.caplin.transformer.persistence
  • Class
    Description
    A basic JDBC Implementation of a Persistor.
    A Persistor is a class that handles callbacks from the Transformers persistence module and acts as a Bridge between Transformer and any Database
    Configuration object representing Transformers persistence.conf add-database-params entry
    This class is used to hold all the information necessary for Persistor.onQuery(String, String, QueryParams) to create and execute a query
    Enum representing the sort order to be applied to columns