| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.querydef |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueryImpl<T>
Purpose: Contains the implementation of the AbstractQuery interface of
the JPA criteria API.
|
class |
CriteriaDeleteImpl<T>
Purpose: Contains the implementation of the CriteriaDelete interface of
the JPA criteria API.
|
class |
CriteriaQueryImpl<T>
Purpose: Contains the implementation of the CriteriaQuery interface of
the JPA criteria API.
|
class |
CriteriaUpdateImpl<T>
Purpose: Contains the implementation of the CriteriaUpdate interface of
the JPA criteria API.
|
class |
SubQueryImpl<T>
Purpose: Contains the implementation of the SubQuery interface of the JPA
criteria API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubQueryImpl.findRootAndParameters(CommonAbstractCriteriaImpl query) |
void |
RootImpl.findRootAndParameters(CommonAbstractCriteriaImpl query) |
void |
PathImpl.findRootAndParameters(CommonAbstractCriteriaImpl query) |
void |
ParameterExpressionImpl.findRootAndParameters(CommonAbstractCriteriaImpl query) |
void |
InternalSelection.findRootAndParameters(CommonAbstractCriteriaImpl criteriaQuery) |
void |
InImpl.findRootAndParameters(CommonAbstractCriteriaImpl query) |
void |
FunctionExpressionImpl.findRootAndParameters(CommonAbstractCriteriaImpl query) |
void |
ExpressionImpl.findRootAndParameters(CommonAbstractCriteriaImpl criteriaQuery) |
void |
CompoundSelectionImpl.findRootAndParameters(CommonAbstractCriteriaImpl criteriaQuery) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.