public class SqlExecutionFactory extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> R |
applySql(SqlExecuteType sqlExecuteType,
String dataSourceName,
Connection connection,
PreparedSql preparedSql,
boolean isIntercepted,
Function<SqlExecutor,R> doSqlExecutor) |
static AbstractDialectParser |
chosenDialectParser(SchemaProperties schemaProperties,
Class<?> entityClass,
Collection<Object> param) |
static AbstractDialectParser |
chosenDialectParser(SchemaProperties schemaProperties,
Class<?> entityClass,
Collection<Object> param,
WhereCondition whereCondition) |
static <R> R |
executorSql(SqlExecuteType sqlExecuteType,
SqlStatementWrapper sqlStatementWrapper,
Function<SqlExecutor,R> doSqlExecutor) |
public static AbstractDialectParser chosenDialectParser(SchemaProperties schemaProperties, Class<?> entityClass, Collection<Object> param)
public static AbstractDialectParser chosenDialectParser(SchemaProperties schemaProperties, Class<?> entityClass, Collection<Object> param, WhereCondition whereCondition)
public static <R> R executorSql(SqlExecuteType sqlExecuteType, SqlStatementWrapper sqlStatementWrapper, Function<SqlExecutor,R> doSqlExecutor)
public static <R> R applySql(SqlExecuteType sqlExecuteType, String dataSourceName, Connection connection, PreparedSql preparedSql, boolean isIntercepted, Function<SqlExecutor,R> doSqlExecutor)
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.