| Package | Description |
|---|---|
| net.sf.mmm.jpa.impl.query.statement.jpql | |
| net.sf.mmm.orient.base.query.statement | |
| net.sf.mmm.util.query.base |
| Modifier and Type | Class and Description |
|---|---|
class |
JpqlSelectStatementImpl<E,T>
Implementation of
JpqlSelectStatement. |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientDbSelectStatementImpl<E>
Implementation of
OrientDbSelectStatement. |
| Modifier and Type | Field and Description |
|---|---|
private AbstractSelectStatement<E,?,T> |
QueryImpl.statement |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSelectStatement<E,?,T> |
QueryImpl.getStatement() |
| Constructor and Description |
|---|
ListQueryImpl(AbstractSelectStatement<E,?,T> statement,
String sql,
QueryMode mode,
Function<T,E> mapper)
The constructor.
|
NumberQueryImpl(AbstractSelectStatement<E,?,T> statement,
String sql)
The constructor.
|
QueryImpl(AbstractSelectStatement<E,?,T> statement,
String sql,
QueryMode mode)
The constructor.
|
SingleQueryImpl(AbstractSelectStatement<R,?,T> statement,
ListQuery<T> listQuery,
QueryMode mode,
Function<T,R> mapper)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.