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

Type Parameters:
C -
All Superinterfaces:
DMLClause<C>
All Known Subinterfaces:
InsertClause<C>, UpdateClause<C>
All Known Implementing Classes:
ColUpdateClause, HibernateUpdateClause, JDOQLUpdateClause, JPAUpdateClause, SQLInsertClause, SQLMergeClause, SQLUpdateClause

public interface StoreClause<C extends StoreClause<C>>
extends DMLClause<C>

Parent interface for InsertClause and UpdateCluase

Author:
tiwe

Method Summary
<T> C
set(Path<T> path, T value)
          Add a value binding
 
Methods inherited from interface com.mysema.query.dml.DMLClause
execute
 

Method Detail

set

<T> C set(Path<T> path,
          @Nullable
          T value)
Add a value binding

Type Parameters:
T -
Parameters:
path - path to be updated
value - value to set
Returns:


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