public class HibernateDeleteClause extends Object implements DeleteClause<HibernateDeleteClause>
| Constructor and Description |
|---|
HibernateDeleteClause(org.hibernate.Session session,
EntityPath<?> entity) |
HibernateDeleteClause(org.hibernate.Session session,
EntityPath<?> entity,
JPQLTemplates templates) |
HibernateDeleteClause(SessionHolder session,
EntityPath<?> entity,
JPQLTemplates templates) |
HibernateDeleteClause(org.hibernate.StatelessSession session,
EntityPath<?> entity) |
public HibernateDeleteClause(org.hibernate.Session session,
EntityPath<?> entity)
public HibernateDeleteClause(org.hibernate.StatelessSession session,
EntityPath<?> entity)
public HibernateDeleteClause(org.hibernate.Session session,
EntityPath<?> entity,
JPQLTemplates templates)
public HibernateDeleteClause(SessionHolder session, EntityPath<?> entity, JPQLTemplates templates)
public long execute()
DMLClauseexecute in interface DMLClause<HibernateDeleteClause>public HibernateDeleteClause where(Predicate... o)
FilteredClausewhere in interface FilteredClause<HibernateDeleteClause>o - filter conditions to be addedCopyright © 2007-2013 Mysema Ltd. All Rights Reserved.