Modifier and Type | Interface and Description |
---|---|
interface |
JpqlDeleteStatement<E>
Extension of a regular
DeleteStatement for JPQL . |
interface |
JpqlSelectStatement<E>
Extends a regular
SelectStatement with advanced features like
HAVING clause . |
interface |
JpqlUpdateStatement<E>
Extension of a regular
UpdateStatement for JPQL . |
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 | Interface and Description |
---|---|
interface |
OrientDbDeleteStatement<E>
Extends a regular
DeleteStatement for OrientDB with advanced features. |
interface |
OrientDbInsertStatement<E>
Extends a regular
InsertStatement for OrientDB with advanced features. |
interface |
OrientDbSelectStatement<E>
Extends a regular
SelectStatement for OrientDB with advanced features like
LET clause . |
interface |
OrientDbUpdateStatement<E>
Extends a regular
UpdateStatement for OrientDB with advanced features like UPSERT . |
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 | Interface and Description |
---|---|
interface |
FeatureAndFrom<SELF extends FeatureAndFrom<SELF>>
StatementFeature for a Statement with support for #innerJoin
block. |
interface |
FeatureFetch<E>
A
FeatureFetch is for a regular SelectStatement to fetch and
retrieve results. |
interface |
FeatureGroupBy<SELF extends FeatureGroupBy<SELF>>
This is the abstract interface for a
Statement allowing a
GROUP BY clause . |
interface |
FeatureHaving<SELF extends FeatureHaving<SELF>>
This is the abstract interface for a
Statement allowing a
HAVING clause . |
interface |
FeatureInnerJoin<SELF extends FeatureInnerJoin<SELF>>
|
interface |
FeatureLet<SELF extends FeatureLet<SELF>>
|
interface |
FeatureLimit<SELF extends FeatureLimit<SELF>>
|
interface |
FeatureModify
StatementFeature for a Statement that modifies data. |
interface |
FeatureOrderBy<SELF extends FeatureOrderBy<SELF>>
|
interface |
FeaturePaging<SELF extends FeaturePaging<SELF>>
StatementFeature for a Statement with paging support via
FeatureLimit.limit(int) and FeaturePaging.offset(long) . |
interface |
FeatureSet<SELF extends FeatureSet<SELF>>
|
interface |
FeatureUpsert<SELF extends FeatureUpsert<SELF>>
|
interface |
FeatureValues<SELF extends FeatureValues<SELF>>
|
interface |
FeatureWhere<SELF extends FeatureWhere<SELF>>
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteStatement<E,SELF extends DeleteStatement<E,SELF>>
Extends
Statement for UPDATE statements. |
interface |
InsertStatement<E,SELF extends InsertStatement<E,SELF>>
Extends
Statement for INSERT statements. |
interface |
ModifyStatement<E,SELF extends ModifyStatement<E,SELF>>
Extends
Statement for modifying data. |
interface |
SelectStatement<E,SELF extends SelectStatement<E,SELF>>
|
interface |
StoreStatement<E,SELF extends StoreStatement<E,SELF>>
Extends
Statement for storing data. |
interface |
UpdateStatement<E,SELF extends UpdateStatement<E,SELF>>
Extends
Statement for UPDATE statements. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeature
This is the abstract base implementation of
StatementFeature . |
class |
FeatureAndFromImpl
Implementation of
AbstractFeature for FeatureWhere . |
class |
FeatureGroupByImpl
Implementation of
AbstractFeature for FeatureWhere . |
class |
FeatureHavingImpl
Implementation of
AbstractFeature for FeatureWhere . |
class |
FeatureLetImpl
Implementation of
AbstractFeature for FeatureWhere . |
class |
FeatureOrderByImpl
Implementation of
AbstractFeature for FeatureWhere . |
class |
FeaturePagingImpl
Implementation of
AbstractFeature for FeatureWhere . |
class |
FeatureSetImpl
Implementation of
AbstractFeature for FeatureWhere . |
class |
FeatureUpsertImpl
Implementation of
AbstractFeature for FeatureWhere . |
class |
FeatureWhereImpl
Implementation of
AbstractFeature for FeatureWhere . |
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 Map<Class<? extends StatementFeature>,AbstractFeature> |
AbstractStatement.featureMap |
Copyright © 2001–2016 mmm-Team. All rights reserved.