Class CompoundSelectionImpl<X>
- java.lang.Object
-
- org.datanucleus.api.jakarta.criteria.ExpressionImpl<X>
-
- org.datanucleus.api.jakarta.criteria.CompoundSelectionImpl<X>
-
- Type Parameters:
X
- The selection
- All Implemented Interfaces:
jakarta.persistence.criteria.CompoundSelection<X>
,jakarta.persistence.criteria.Expression<X>
,jakarta.persistence.criteria.Selection<X>
,jakarta.persistence.TupleElement<X>
,Serializable
public class CompoundSelectionImpl<X> extends ExpressionImpl<X> implements jakarta.persistence.criteria.CompoundSelection<X>
Implementation of Jakarta Persistence Criteria "CompoundSelection".- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.datanucleus.api.jakarta.criteria.ExpressionImpl
cb
-
-
Constructor Summary
Constructors Constructor Description CompoundSelectionImpl(CriteriaBuilderImpl cb, Class<X> cls, jakarta.persistence.criteria.Selection<?>... args)
CompoundSelectionImpl(CriteriaBuilderImpl cb, Class<X> cls, List<jakarta.persistence.criteria.Selection<?>> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<jakarta.persistence.criteria.Selection<?>>
getCompoundSelectionItems()
boolean
isCompoundSelection()
-
Methods inherited from class org.datanucleus.api.jakarta.criteria.ExpressionImpl
alias, as, getAlias, getJavaType, getQueryExpression, in, in, in, in, isNotNull, isNull, toString
-
-
-
-
Constructor Detail
-
CompoundSelectionImpl
public CompoundSelectionImpl(CriteriaBuilderImpl cb, Class<X> cls, jakarta.persistence.criteria.Selection<?>... args)
-
CompoundSelectionImpl
public CompoundSelectionImpl(CriteriaBuilderImpl cb, Class<X> cls, List<jakarta.persistence.criteria.Selection<?>> args)
-
-
Method Detail
-
getCompoundSelectionItems
public List<jakarta.persistence.criteria.Selection<?>> getCompoundSelectionItems()
- Specified by:
getCompoundSelectionItems
in interfacejakarta.persistence.criteria.Selection<X>
- Overrides:
getCompoundSelectionItems
in classExpressionImpl<X>
-
isCompoundSelection
public boolean isCompoundSelection()
- Specified by:
isCompoundSelection
in interfacejakarta.persistence.criteria.Selection<X>
- Overrides:
isCompoundSelection
in classExpressionImpl<X>
-
-