public class SelectionImpl<X> extends TupleElementBase<X> implements javax.persistence.criteria.Selection<X>
alias, javaType| Constructor and Description |
|---|
SelectionImpl(Class<? extends X> javaType) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Selection<X> |
alias(String name) |
List<javax.persistence.criteria.Selection<?>> |
getCompoundSelectionItems() |
boolean |
isCompoundSelection() |
getAlias, getJavaTypepublic javax.persistence.criteria.Selection<X> alias(String name)
alias in interface javax.persistence.criteria.Selection<X>public boolean isCompoundSelection()
isCompoundSelection in interface javax.persistence.criteria.Selection<X>Copyright © 2017. All rights reserved.