Uses of Class
com.mysema.query.jpa.impl.JPAUpdateClause

Packages that use JPAUpdateClause
com.mysema.query.jpa.impl HQL Support classes 
 

Uses of JPAUpdateClause in com.mysema.query.jpa.impl
 

Methods in com.mysema.query.jpa.impl that return JPAUpdateClause
 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)
           
<T> JPAUpdateClause
JPAUpdateClause.setNull(Path<T> path)
           
 JPAUpdateClause JPAQueryFactory.update(EntityPath<?> path)
           
 JPAUpdateClause JPAUpdateClause.where(Predicate... o)
           
 



Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.