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

Type Parameters:
C - concrete subtype
All Known Subinterfaces:
DeleteClause<C>, InsertClause<C>, StoreClause<C>, UpdateClause<C>
All Known Implementing Classes:
ColDeleteClause, ColUpdateClause, HibernateDeleteClause, HibernateUpdateClause, JDOQLDeleteClause, JDOQLUpdateClause, JPADeleteClause, JPAUpdateClause, MySQLReplaceClause, 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-2011 Mysema Ltd. All Rights Reserved.