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

Type Parameters:
C -
All Known Subinterfaces:
DeleteClause<C>, InsertClause<C>, StoreClause<C>, UpdateClause<C>
All Known Implementing Classes:
ColDeleteClause, ColUpdateClause, HibernateDeleteClause, HibernateUpdateClause, JDOQLDeleteClause, JDOQLUpdateClause, JPADeleteClause, JPAUpdateClause, SQLDeleteClause, SQLInsertClause, SQLMergeClause, SQLUpdateClause

public interface DMLClause<C extends DMLClause<C>>

Parent interface for DML clauses

Author:
tiwe

Method Summary
 long execute()
          Execute the clause and return the amount of affected rows
 

Method Detail

execute

long execute()
Execute the clause and return the amount of affected rows

Returns:


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