| Package | Description | 
|---|---|
| com.mysema.query.jdo.dml | DML operations support for Querydsl JDOQL | 
| Modifier and Type | Method and Description | 
|---|---|
| JDOUpdateClause | JDOUpdateClause. set(List<? extends Path<?>> paths,
   List<?> values) | 
| <T> JDOUpdateClause | JDOUpdateClause. set(Path<T> path,
   Expression<? extends T> expression) | 
| <T> JDOUpdateClause | JDOUpdateClause. set(Path<T> path,
   T value) | 
| <T> JDOUpdateClause | JDOUpdateClause. setNull(Path<T> path) | 
| JDOUpdateClause | JDOUpdateClause. where(Predicate... o) | 
Copyright © 2007–2015 Querydsl. All rights reserved.