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

Type Parameters:
C -
All Known Implementing Classes:
ColDeleteClause, HibernateDeleteClause, JDOQLDeleteClause, JPADeleteClause, SQLDeleteClause

public interface DeleteClause<C extends DeleteClause<C>>

DeleteClause defines a generic extensible interface for Delete clauses

Author:
tiwe

Method Summary
 long execute()
          Execute the delete clause and return the amount of deleted rows/items
 C where(EBoolean... o)
          Defines the filter constraints
 

Method Detail

where

C where(EBoolean... o)
Defines the filter constraints

Parameters:
o -
Returns:

execute

long execute()
Execute the delete clause and return the amount of deleted rows/items

Returns:


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