public class InnerSelectManyCells<E extends Entity,F> extends Object implements QueryExpressionProvider, FieldsProvider<F>
| Constructor and Description |
|---|
InnerSelectManyCells(List<F> res) |
InnerSelectManyCells(QueryField<E,F> sel) |
| Modifier and Type | Method and Description |
|---|---|
long |
countAny() |
Optional<F> |
findFirst() |
List<F> |
findMany() |
QueryField<E,F> |
getSelect() |
boolean |
isResultCached() |
public InnerSelectManyCells(QueryField<E,F> sel)
public QueryField<E,F> getSelect()
getSelect in interface QueryExpressionProviderpublic List<F> findMany()
findMany in interface FieldsProvider<F>public Optional<F> findFirst()
findFirst in interface FieldsProvider<F>public long countAny()
countAny in interface FieldsProvider<F>public boolean isResultCached()
isResultCached in interface QueryExpressionProviderCopyright © 2021. All rights reserved.