Package | Description |
---|---|
net.sf.mmm.jpa.impl.query.statement.jpql | |
net.sf.mmm.orient.base.query.statement | |
net.sf.mmm.util.query.base | |
net.sf.mmm.util.query.base.statement |
Modifier and Type | Method and Description |
---|---|
protected Object |
JpqlSelectStatementImpl.doExecute(String sql,
QueryMode mode,
Long offset,
Integer limit) |
Modifier and Type | Method and Description |
---|---|
protected Object |
OrientDbSelectStatementImpl.doExecute(String sql,
QueryMode mode,
Long offset,
Integer limit) |
Modifier and Type | Field and Description |
---|---|
private QueryMode |
QueryImpl.mode |
Modifier and Type | Method and Description |
---|---|
QueryMode |
QueryImpl.getMode() |
static QueryMode |
QueryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryMode[] |
QueryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ListQueryImpl(AbstractSelectStatement<E,?,T> statement,
String sql,
QueryMode mode,
Function<T,E> mapper)
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.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractSelectStatement.createSqlSingleQuery(QueryMode mode) |
protected abstract Object |
AbstractSelectStatement.doExecute(String sql,
QueryMode mode,
Long offset,
Integer limit)
Creates a select query with the given
SQL and the given arguments. |
Object |
AbstractSelectStatement.execute(String sql,
QueryMode mode)
Creates a select query with the given
SQL and the given QueryMode . |
protected SingleQuery<E> |
AbstractSelectStatement.querySingle(QueryMode mode) |
Copyright © 2001–2016 mmm-Team. All rights reserved.