| Package | Description |
|---|---|
| org.ibatis.persist | |
| org.ibatis.persist.criteria | |
| org.ibatis.spring |
| Modifier and Type | Method and Description |
|---|---|
<T> int |
EntityManager.executeDelete(CriteriaDelete<T> deleteQuery)
Delete entities by the CriteriaUpdate object.
|
| Modifier and Type | Method and Description |
|---|---|
<T> CriteriaDelete<T> |
CriteriaBuilder.createCriteriaDelete(Class<T> targetEntity)
Create a
CriteriaDelete query object to perform a bulk delete operation. |
CriteriaDelete<T> |
CriteriaDelete.where(Expression<Boolean> restriction)
Modify the delete query to restrict the target of the deletion according to the specified boolean expression.
|
CriteriaDelete<T> |
CriteriaDelete.where(Predicate... restrictions)
Modify the delete query to restrict the target of the deletion according to the conjunction of the specified
restriction predicates.
|
| Modifier and Type | Method and Description |
|---|---|
<T> int |
SqlMapClientTemplate.executeDelete(CriteriaDelete<T> deleteQuery) |
<T> int |
SqlMapClientOperations.executeDelete(CriteriaDelete<T> deleteQuery)
Delete entities by the CriteriaUpdate object.
|
Copyright © 2084–2018 dukeware.com. All rights reserved.