public class EntitiesDeleter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
EntitiesDeleter(Class<T> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Consumer<GenericWhereCondition> 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<GenericWhereCondition> condition, Function<SqlExecutor,Integer> doSqlExecutor)
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.