cc.iliz.mybatis.shading.sqltable.SqlTableParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-sharding Show documentation
Show all versions of mybatis-sharding Show documentation
A sharding based on mybatis
package cc.iliz.mybatis.shading.sqltable;
import org.apache.ibatis.mapping.SqlCommandType;
import cc.iliz.mybatis.shading.db.ShardingEntry;
public interface SqlTableParser {
ShardingEntry markShardingTable(String sql, Object param);
SqlCommandType getSqlCommandType();
}