public class EntityDelete<T> extends AbstractEntityQuery<T>
| 构造器和说明 |
|---|
EntityDelete(HbatisStatementMapper<T> mapper,
EntityNode<T> n) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> EntityDelete<T> |
create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityDelete<T> |
create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
int |
execute() |
Restrictions<T> |
getRestrictions() |
getEntityNodepublic EntityDelete(HbatisStatementMapper<T> mapper, EntityNode<T> n)
public int execute()
public Restrictions<T> getRestrictions()
getRestrictions 在类中 AbstractEntityQuery<T>public static <T> EntityDelete<T> create(HbatisStatementMapper<T> repo, EntityNode<T> n)
public static <T> EntityDelete<T> create(HbatisStatementMapper<T> repo, Class<T> clazz)
Copyright © 2024. All rights reserved.