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