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, subQuery
DeleteClause<?> delete(EntityPath<?> path)
path
- JPQLQuery from(EntityPath<?> from)
from
- UpdateClause<?> update(EntityPath<?> path)
path
- Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.