Package | Description |
---|---|
com.mysema.query.jpa.impl |
JPQL for JPA
|
Modifier and Type | Method and Description |
---|---|
JPAUpdateClause |
JPAUpdateClause.set(java.util.List<? extends Path<?>> paths,
java.util.List<?> values) |
<T> JPAUpdateClause |
JPAUpdateClause.set(Path<T> path,
Expression<? extends T> expression) |
<T> JPAUpdateClause |
JPAUpdateClause.set(Path<T> path,
T value) |
<T> JPAUpdateClause |
JPAUpdateClause.setNull(Path<T> path) |
JPAUpdateClause |
JPAQueryFactory.update(EntityPath<?> path) |
JPAUpdateClause |
JPAUpdateClause.where(Predicate... o) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.