Class CallableStatementWrapperFactory

  • All Implemented Interfaces:
    AutoCloseable, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

    public class CallableStatementWrapperFactory
    extends org.apache.camel.support.service.ServiceSupport
    Stateful class that cached template functions.
    • Field Detail

      • TEMPLATE_CACHE_DEFAULT_SIZE

        public static final int TEMPLATE_CACHE_DEFAULT_SIZE
        See Also:
        Constant Field Values
      • BATCH_TEMPLATE_CACHE_DEFAULT_SIZE

        public static final int BATCH_TEMPLATE_CACHE_DEFAULT_SIZE
        See Also:
        Constant Field Values
    • Constructor Detail

      • CallableStatementWrapperFactory

        public CallableStatementWrapperFactory​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
                                               TemplateParser templateParser,
                                               boolean function)