public class DefaultCompoundSelection<X> extends Object implements javax.persistence.criteria.CompoundSelection<X>
CompoundSelection| Modifier and Type | Field and Description |
|---|---|
private String |
alias |
private Class<? extends X> |
resultType |
private List<javax.persistence.criteria.Selection<?>> |
selections |
| Constructor and Description |
|---|
DefaultCompoundSelection(List<javax.persistence.criteria.Selection<?>> selections,
Class resultClazz) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Selection<X> |
alias(String paramString) |
String |
getAlias() |
List<javax.persistence.criteria.Selection<?>> |
getCompoundSelectionItems() |
Class<? extends X> |
getJavaType() |
boolean |
isCompoundSelection() |
private List<javax.persistence.criteria.Selection<?>> selections
private String alias
public javax.persistence.criteria.Selection<X> alias(String paramString)
alias in interface javax.persistence.criteria.Selection<X>public boolean isCompoundSelection()
isCompoundSelection in interface javax.persistence.criteria.Selection<X>public List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems in interface javax.persistence.criteria.Selection<X>public Class<? extends X> getJavaType()
getJavaType in interface javax.persistence.TupleElement<X>Copyright © 2015. All Rights Reserved.