public class EntitiesDeleter extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.slf4j.Logger |
log |
| 构造器和说明 |
|---|
EntitiesDeleter(Class<T> entityClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(Consumer<WhereCondition> condition,
Function<SqlExecutor,Integer> doSqlExecutor) |
int |
deleteByPrimaryKey(Collection<?> pkValues,
Function<SqlExecutor,Integer> doSqlExecutor) |
int |
deleteByPrimaryKey(Object pkValue,
Function<SqlExecutor,Integer> doSqlExecutor) |
public EntitiesDeleter(Class<T> entityClass)
public int deleteByPrimaryKey(Object pkValue, Function<SqlExecutor,Integer> doSqlExecutor)
public int deleteByPrimaryKey(Collection<?> pkValues, Function<SqlExecutor,Integer> doSqlExecutor)
public int delete(Consumer<WhereCondition> condition, Function<SqlExecutor,Integer> doSqlExecutor)
Copyright © 2024 Dynamic-SQL. All rights reserved.