Package | Description |
---|---|
com.mysema.query.jpa.impl |
JPQL for JPA
|
Modifier and Type | Method and Description |
---|---|
JPAUpdateClause |
JPAUpdateClause.set(List<? extends Path<?>> paths,
List<?> values) |
<T> JPAUpdateClause |
JPAUpdateClause.set(Path<T> path,
Expression<? extends T> expression) |
<T> JPAUpdateClause |
JPAUpdateClause.set(Path<T> path,
T value) |
JPAUpdateClause |
JPAUpdateClause.setLockMode(javax.persistence.LockModeType lockMode) |
<T> JPAUpdateClause |
JPAUpdateClause.setNull(Path<T> path) |
JPAUpdateClause |
JPAQueryFactory.update(EntityPath<?> path) |
JPAUpdateClause |
JPAUpdateClause.where(Predicate... o) |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.