| Package | Description |
|---|---|
| org.jinq.orm.internal | |
| org.jinq.orm.stream |
| Modifier and Type | Method and Description |
|---|---|
<U> QueryComposer<U> |
QueryComposer.select(JinqStream.SelectWithSource<T,U> select) |
| Modifier and Type | Method and Description |
|---|---|
<U> JinqStream<U> |
QueryJinqStream.select(JinqStream.SelectWithSource<T,U> select) |
<U> JinqStream<U> |
JinqStream.select(JinqStream.SelectWithSource<T,U> select)
Transforms the elements in the stream.
|
<U> JinqStream<U> |
NonQueryJinqStream.select(JinqStream.SelectWithSource<T,U> select) |
Copyright © 2014. All Rights Reserved.