| Package | Description |
|---|---|
| org.ibatis.persist | |
| org.ibatis.persist.criteria | |
| org.ibatis.spring |
| Modifier and Type | Method and Description |
|---|---|
<T> int |
EntityManager.executeUpdate(CriteriaUpdate<T> updateQuery)
Update entities by the CriteriaUpdate object.
|
| Modifier and Type | Method and Description |
|---|---|
<T> CriteriaUpdate<T> |
CriteriaBuilder.createCriteriaUpdate(Class<T> targetEntity)
Create a
CriteriaUpdate query object to perform a bulk update operation. |
<Y> CriteriaUpdate<T> |
CriteriaUpdate.set(Path<Y> attribute,
Expression<? extends Y> value)
Update the value of the specified attribute.
|
<Y,X extends Y> |
CriteriaUpdate.set(Path<Y> attribute,
X value)
Update the value of the specified attribute.
|
<Y> CriteriaUpdate<T> |
CriteriaUpdate.set(Y attribute,
Expression<? extends Y> value)
Update the value of the specified attribute.
|
<Y> CriteriaUpdate<T> |
CriteriaUpdate.set(Y attribute,
Y value)
Update the value of the specified attribute.
|
CriteriaUpdate<T> |
CriteriaUpdate.where(Expression<Boolean> restriction)
Modify the update query to restrict the target of the update according to the specified boolean expression.
|
CriteriaUpdate<T> |
CriteriaUpdate.where(Predicate... restrictions)
Modify the update query to restrict the target of the update according to the conjunction of the specified
restriction predicates.
|
| Modifier and Type | Method and Description |
|---|---|
<T> int |
SqlMapClientTemplate.executeUpdate(CriteriaUpdate<T> updateQuery) |
<T> int |
SqlMapClientOperations.executeUpdate(CriteriaUpdate<T> updateQuery)
Update entities by the CriteriaUpdate object.
|
Copyright © 2084–2018 dukeware.com. All rights reserved.