|
||||||||||
| 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 to be returned in the query result.
| Method Summary | |
|---|---|
Selection<X> |
alias(String name)
Return a selection item with the assigned alias. |
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(String name)
name - alias
boolean isCompoundSelection()
List<Selection<?>> getCompoundSelectionItems()
IllegalStateException - if selection is not a compound
selection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||