Package com.societegenerale.failover.store.jdbc.resolver


package com.societegenerale.failover.store.jdbc.resolver
SQL query and column-type resolvers for the JDBC failover store.

FailoverStoreQueryResolver supplies the parameterised SQL statements used by FailoverStoreJdbc. PayloadColumnResolver abstracts the SQL type of the PAYLOAD column, allowing VARCHAR, TEXT, or CLOB variants via a pluggable strategy.