Module org.eclipse.persistence.jpa
Class CriteriaMultiSelectImpl<T>
java.lang.Object
org.eclipse.persistence.internal.jpa.querydef.CriteriaMultiSelectImpl<T>
- All Implemented Interfaces:
CriteriaSelect<T>,CriteriaSelectInternal<T>
public class CriteriaMultiSelectImpl<T>
extends Object
implements CriteriaSelect<T>, CriteriaSelectInternal<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCriteriaMultiSelectImpl(CriteriaSelect<T> first, CriteriaSelect<?> second, org.eclipse.persistence.internal.jpa.querydef.CriteriaMultiSelectImpl.Union union) -
Method Summary
Modifier and TypeMethodDescriptionGet the type of the result.Translates from the criteria query to a EclipseLink Database Query.
-
Field Details
-
queryType
-
-
Constructor Details
-
CriteriaMultiSelectImpl
public CriteriaMultiSelectImpl(CriteriaSelect<T> first, CriteriaSelect<?> second, org.eclipse.persistence.internal.jpa.querydef.CriteriaMultiSelectImpl.Union union)
-
-
Method Details
-
getResultType
Description copied from interface:CriteriaSelectInternalGet the type of the result.- Specified by:
getResultTypein interfaceCriteriaSelectInternal<T>- Returns:
- the type of the result
-
translate
Translates from the criteria query to a EclipseLink Database Query.- Specified by:
translatein interfaceCriteriaSelectInternal<T>
-