Module org.eclipse.persistence.jpa
Interface CriteriaSelectInternal<T>
- Type Parameters:
T- the type of the result
- All Superinterfaces:
CriteriaSelect<T>
- All Known Implementing Classes:
AbstractQueryImpl,CommonAbstractCriteriaImpl,CriteriaDeleteImpl,CriteriaMultiSelectImpl,CriteriaQueryImpl,CriteriaUpdateImpl,SubQueryImpl
Internal interface to access CriteriaQuery result type.
-
Method Summary
Modifier and TypeMethodDescriptionGet the type of the result.Translates from the criteria query to a EclipseLink Database Query.
-
Method Details
-
getResultType
Get the type of the result.- Returns:
- the type of the result
-
translate
DatabaseQuery translate()Translates from the criteria query to a EclipseLink Database Query.
-