public interface JPQLQueryFactory extends QueryFactory<JPQLQuery,JPQLSubQuery>
| Modifier and Type | Method and Description | 
|---|---|
| DeleteClause<?> | delete(EntityPath<?> path)Create a new DELETE clause | 
| JPQLQuery | from(EntityPath<?> from)Create a new Query with the given source | 
| UpdateClause<?> | update(EntityPath<?> path)Create a new UPDATE clause | 
query, subQueryDeleteClause<?> delete(EntityPath<?> path)
path - JPQLQuery from(EntityPath<?> from)
from - UpdateClause<?> update(EntityPath<?> path)
path - Copyright © 2007–2015 Querydsl. All rights reserved.