All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mengweijin.flyway.ISupportJdbcConnectionFactory Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package com.github.mengweijin.flyway;

/**
 * 用于兼容 flyway 的 10 和 9 版本
 * @author mengweijin
 * @since 2024-10-12
 */
public interface ISupportJdbcConnectionFactory {
    /**
     * 用于兼容 flyway 的 10 和 9 版本
     * @author mengweijin
     * @since 2024-10-12
     */
    boolean supportsBatch();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy