| Modifier | Constructor and Description |
|---|---|
protected |
CriteriaTupleImpl(Object[] data,
Map<String,Integer> selectionBindings) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int i) |
<X> X |
get(int i,
Class<X> type) |
Object |
get(String alias) |
<X> X |
get(String alias,
Class<X> type) |
<X> X |
get(javax.persistence.TupleElement<X> tupleElement) |
List<javax.persistence.TupleElement<?>> |
getElements() |
void |
reduce(int numEntriesToIgnore)
Ignores the given number of entries by incrementing any index access accordingly.
|
Object[] |
toArray() |
Copyright © 2017. All Rights Reserved.