接口 UniqueSqlHandler
-
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface public interface UniqueSqlHandler
- 版本:
- v1.0, Date:2020-8-5
- 作者:
- zhongxuchen
-
-
方法详细资料
-
process
String process(EntityMeta entityMeta, String[] paramNames, String tableName, int topSize)
- 参数:
entityMeta-paramNames-tableName-topSize- 一般设置为2- 返回:
-
-