Modifier and Type | Interface and Description |
---|---|
interface |
JpqlDeleteStatement<E>
Extension of a regular
DeleteStatement for JPQL . |
interface |
JpqlUpdateStatement<E>
Extension of a regular
UpdateStatement for JPQL . |
Modifier and Type | Class and Description |
---|---|
class |
JpqlDeleteStatementImpl<E>
Implementation of
JpqlDeleteStatement . |
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 |
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 |
OrientDbUpdateStatementImpl<E>
Implementation of
OrientDbUpdateStatement . |
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 |
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 |
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 |
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.