public class SelectionJena<X> extends Object implements javax.persistence.criteria.Selection<X>
| Constructor and Description |
|---|
SelectionJena() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Selection<X> |
alias(String name) |
String |
getAlias() |
List<javax.persistence.criteria.Selection<?>> |
getCompoundSelectionItems() |
Class<? extends X> |
getJavaType() |
boolean |
isCompoundSelection() |
public Class<? extends X> getJavaType()
getJavaType in interface javax.persistence.TupleElement<X>public String getAlias()
getAlias in interface javax.persistence.TupleElement<X>public 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.