com.mysema.query.dml
Interface UpdateClause<C extends UpdateClause<C>>

Type Parameters:
C - concrete subtype
All Superinterfaces:
DMLClause<C>, FilteredClause<C>, StoreClause<C>
All Known Implementing Classes:
ColUpdateClause, HibernateUpdateClause, JDOQLUpdateClause, JPAUpdateClause, SQLUpdateClause

public interface UpdateClause<C extends UpdateClause<C>>
extends StoreClause<C>, FilteredClause<C>

UpdateClause defines a generic extensible interface for Update clauses

Author:
tiwe

Method Summary
 C set(List<? extends Path<?>> paths, List<?> values)
          Set the paths to be updated
 
Methods inherited from interface com.mysema.query.dml.StoreClause
set, set, setNull
 
Methods inherited from interface com.mysema.query.dml.DMLClause
execute
 
Methods inherited from interface com.mysema.query.FilteredClause
where
 

Method Detail

set

C set(List<? extends Path<?>> paths,
      List<?> values)
Set the paths to be updated

Parameters:
paths -
values -
Returns:


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