|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommonAbstractCriteria
The CommonAbstractCriteria
interface defines functionality
that is common to both top-level criteria queries and subqueries as
well as to update and delete criteria operations.
It is not intended to be used directly in query construction.
Note that criteria queries and criteria update and delete operations are typed differently. Criteria queries are typed according to the query result type. Update and delete operations are typed according to the target of the update or delete.
Method Summary | ||
---|---|---|
Predicate |
getRestriction()
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified. |
|
|
subquery(java.lang.Class<U> type)
Create a subquery of the query. |
Method Detail |
---|
<U> Subquery<U> subquery(java.lang.Class<U> type)
type
- the subquery result type
Predicate getRestriction()
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |