public class CompoundSelectionImpl<X> extends ExpressionImpl<X> implements javax.persistence.criteria.CompoundSelection<X>
| Constructor and Description |
|---|
CompoundSelectionImpl(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 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 © 2012. All Rights Reserved.