public class CompoundSelectionImpl<X> extends ExpressionImpl<X> implements javax.persistence.criteria.CompoundSelection<X>
cb| Constructor and Description |
|---|
CompoundSelectionImpl(CriteriaBuilderImpl cb,
Class<X> cls,
List<javax.persistence.criteria.Selection<?>> args) |
CompoundSelectionImpl(CriteriaBuilderImpl cb,
Class<X> cls,
javax.persistence.criteria.Selection<?>... args) |
| Modifier and Type | Method and Description |
|---|---|
List<javax.persistence.criteria.Selection<?>> |
getCompoundSelectionItems() |
boolean |
isCompoundSelection() |
alias, as, getAlias, getJavaType, getQueryExpression, in, in, in, in, isNotNull, isNull, toStringpublic CompoundSelectionImpl(CriteriaBuilderImpl cb, Class<X> cls, javax.persistence.criteria.Selection<?>... args)
public CompoundSelectionImpl(CriteriaBuilderImpl cb, Class<X> cls, List<javax.persistence.criteria.Selection<?>> args)
public List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems in interface javax.persistence.criteria.Selection<X>getCompoundSelectionItems in class ExpressionImpl<X>public boolean isCompoundSelection()
isCompoundSelection in interface javax.persistence.criteria.Selection<X>isCompoundSelection in class ExpressionImpl<X>Copyright © 2015. All rights reserved.