public class JDODeleteClause extends Object implements DeleteClause<JDODeleteClause>
| Constructor and Description | 
|---|
| JDODeleteClause(javax.jdo.PersistenceManager pm,
               EntityPath<?> entity) | 
| JDODeleteClause(javax.jdo.PersistenceManager persistenceManager,
               EntityPath<?> entity,
               JDOQLTemplates templates) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | execute()Execute the clause and return the amount of affected rows | 
| String | toString() | 
| JDODeleteClause | where(Predicate... o)Adds the given filter conditions | 
public JDODeleteClause(javax.jdo.PersistenceManager pm,
                       EntityPath<?> entity)
public JDODeleteClause(javax.jdo.PersistenceManager persistenceManager,
                       EntityPath<?> entity,
                       JDOQLTemplates templates)
public long execute()
DMLClauseexecute in interface DMLClause<JDODeleteClause>public JDODeleteClause where(Predicate... o)
FilteredClauseSkips null arguments
where in interface FilteredClause<JDODeleteClause>o - filter conditions to be addedCopyright © 2007–2015 Querydsl. All rights reserved.