
sf.database.dialect.LookDialect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.database.dialect;
/**
* 方言查找
*/
public interface LookDialect {
/**
* @param name productName
* @param version 版本号
* @return
*/
DBDialect getDBDialect(String name, String version);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy