Class AbstractJdbcBatchMetadataDao

    • Field Detail

      • DEFAULT_TABLE_PREFIX

        public static final java.lang.String DEFAULT_TABLE_PREFIX
        Default value for the table prefix property.
        See Also:
        Constant Field Values
      • DEFAULT_EXIT_MESSAGE_LENGTH

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

      • AbstractJdbcBatchMetadataDao

        public AbstractJdbcBatchMetadataDao()
    • Method Detail

      • getQuery

        protected java.lang.String getQuery​(java.lang.String base)
      • getTablePrefix

        protected java.lang.String getTablePrefix()
      • setTablePrefix

        public void setTablePrefix​(java.lang.String tablePrefix)
        Public setter for the table prefix property. This will be prefixed to all the table names before queries are executed. Defaults to DEFAULT_TABLE_PREFIX.
        Parameters:
        tablePrefix - the tablePrefix to set
      • setJdbcTemplate

        public void setJdbcTemplate​(org.springframework.jdbc.core.JdbcOperations jdbcTemplate)
      • getJdbcTemplate

        protected org.springframework.jdbc.core.JdbcOperations getJdbcTemplate()
      • getClobTypeToUse

        public int getClobTypeToUse()
      • setClobTypeToUse

        public void setClobTypeToUse​(int clobTypeToUse)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception