类 AbstractJdbcBatchMetadataDao

    • 方法详细资料

      • getQuery

        protected java.lang.String getQuery​(java.lang.String base)
      • 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.
        参数:
        tablePrefix - the tablePrefix to set
      • setJdbcTemplate

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

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

        public void afterPropertiesSet()
                                throws java.lang.Exception
        指定者:
        afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
        抛出:
        java.lang.Exception