类 SQLBuilder<T>
java.lang.Object
com.codingapi.springboot.fast.jpa.SQLBuilder<T>
-
构造器概要
构造器构造器说明SQLBuilder(Class<T> clazz, String sql) SQLBuilder(Class<T> clazz, String sql, String countSQL) SQLBuilder(String sql) SQLBuilder(String sql, String countSql) -
方法概要
-
构造器详细资料
-
SQLBuilder
-
SQLBuilder
-
SQLBuilder
-
SQLBuilder
-
-
方法详细资料
-
append
Append SQL condition with a value.sql end value must be a placeholder (e.g., "?").- 参数:
sql- the SQL condition to append, e.g., "where id = ?"value- the value to bind to the SQL condition
-
addParam
-
addParam
-
appendSql
-
getSQL
-
getCountSQL
-
getParams
-