Class CallableQueryKey

  • All Implemented Interfaces:
    CanEstimateSize

    class CallableQueryKey
    extends BaseQueryKey
    Serves as a cache key for CallableStatement. Callable statements require some special parsing before use (due to JDBC {?= call...} syntax, thus a special cache key class is used to trigger proper parsing for callable statements.
    • Constructor Detail

      • CallableQueryKey

        CallableQueryKey​(java.lang.String sql)