Modifier and Type | Interface and Description |
---|---|
interface |
JpqlUpdateStatement<E>
Extension of a regular
UpdateStatement for JPQL . |
Modifier and Type | Class and Description |
---|---|
class |
JpqlUpdateStatementImpl<E>
Implementation of
JpqlUpdateStatement . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrientDbInsertStatement<E>
Extends a regular
InsertStatement for OrientDB with advanced features. |
interface |
OrientDbUpdateStatement<E>
Extends a regular
UpdateStatement for OrientDB with advanced features like UPSERT . |
Modifier and Type | Class and Description |
---|---|
class |
OrientDbInsertStatementImpl<E>
Implementation of
OrientDbInsertStatement . |
class |
OrientDbUpdateStatementImpl<E>
Implementation of
OrientDbUpdateStatement . |
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureSet<SELF extends FeatureSet<SELF>>
|
Modifier and Type | Interface and Description |
---|---|
interface |
InsertStatement<E,SELF extends InsertStatement<E,SELF>>
Extends
Statement for INSERT statements. |
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 |
FeatureSetImpl
Implementation of
AbstractFeature for FeatureWhere . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInsertStatement<E,SELF extends InsertStatement<E,SELF>>
This is the abstract base-implementation of
InsertStatement . |
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 . |
Copyright © 2001–2016 mmm-Team. All rights reserved.