|
EclipseLink 2.0.0_ 2.0.0.v20090713-r4647 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
X - the type of the selection itempublic interface Selection<X>
The Selection interface defines an item that is returned by a query.
| Method Summary | |
|---|---|
Selection<X> |
alias(java.lang.String name)
Assign an alias to the selection. |
java.util.List<Selection<?>> |
getCompoundSelectionItems()
Return selection items composing a compound selection |
boolean |
isCompoundSelection()
Whether the selection item is a compound selection |
| Methods inherited from interface javax.persistence.TupleElement |
|---|
getAlias, getJavaType |
| Method Detail |
|---|
Selection<X> alias(java.lang.String name)
name - aliasboolean isCompoundSelection()
java.util.List<Selection<?>> getCompoundSelectionItems()
java.lang.IllegalStateException - if selection is not a compound
selection
|
EclipseLink 2.0.0_ 2.0.0.v20090713-r4647 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||