| Package | Description |
|---|---|
| net.sf.mmm.jpa.impl.query.statement.jpql | |
| net.sf.mmm.orient.base.query.statement | |
| net.sf.mmm.util.query.base.feature | |
| net.sf.mmm.util.query.base.statement |
| Modifier and Type | Class and Description |
|---|---|
class |
JpqlDeleteStatementImpl<E>
Implementation of
JpqlDeleteStatement. |
class |
JpqlSelectStatementImpl<E,T>
Implementation of
JpqlSelectStatement. |
class |
JpqlUpdateStatementImpl<E>
Implementation of
JpqlUpdateStatement. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
JpqlStatementFactoryImpl.assignParameters(javax.persistence.Query query,
AbstractStatement<?,?> statement,
Long firstResult,
Integer maxResults) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientDbDeleteStatementImpl<E>
Implementation of
OrientDbDeleteStatement. |
class |
OrientDbInsertStatementImpl<E>
Implementation of
OrientDbInsertStatement. |
class |
OrientDbSelectStatementImpl<E>
Implementation of
OrientDbSelectStatement. |
class |
OrientDbUpdateStatementImpl<E>
Implementation of
OrientDbUpdateStatement. |
| Modifier and Type | Field and Description |
|---|---|
private AbstractStatement<?,?> |
AbstractFeature.statement |
| Modifier and Type | Method and Description |
|---|---|
AbstractStatement<?,?> |
AbstractFeature.getStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeature.setStatement(AbstractStatement<?,?> statement) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeleteStatement<E,SELF extends DeleteStatement<E,SELF>>
This is the abstract base-implementation of
DeleteStatement. |
class |
AbstractInsertStatement<E,SELF extends InsertStatement<E,SELF>>
This is the abstract base-implementation of
InsertStatement. |
class |
AbstractModifyStatement<E,SELF extends ModifyStatement<E,SELF>>
This is the abstract base-implementation of
ModifyStatement. |
class |
AbstractSelectStatement<E,SELF extends SelectStatement<E,SELF>,T>
This is the abstract base-implementation of
SelectStatement. |
class |
AbstractStoreStatement<E,SELF extends StoreStatement<E,SELF>>
This is the abstract base-implementation of
StoreStatement. |
class |
AbstractUpdateStatement<E,SELF extends UpdateStatement<E,SELF>>
This is the abstract base-implementation of
UpdateStatement. |
| Modifier and Type | Field and Description |
|---|---|
private AbstractStatement<?,?> |
SqlBuilder.statement |
| Modifier and Type | Method and Description |
|---|---|
AbstractStatement<?,?> |
SqlBuilder.getStatement() |
| Constructor and Description |
|---|
SqlBuilder(AbstractStatement<?,?> statement)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.