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) |
public JDODeleteClause(javax.jdo.PersistenceManager pm, EntityPath<?> entity)
public JDODeleteClause(javax.jdo.PersistenceManager persistenceManager, EntityPath<?> entity, JDOQLTemplates templates)
public long execute()
DMLClause
execute
in interface DMLClause<JDODeleteClause>
public JDODeleteClause where(Predicate... o)
FilteredClause
Skips null arguments
where
in interface FilteredClause<JDODeleteClause>
o
- filter conditions to be addedCopyright © 2007–2015 Mysema Ltd. All rights reserved.