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 |
OrientDbUpdateStatement<E>
Extends a regular
UpdateStatement for OrientDB with advanced features like UPSERT . |
Modifier and Type | Class and Description |
---|---|
class |
OrientDbUpdateStatementImpl<E>
Implementation of
OrientDbUpdateStatement . |
Modifier and Type | Method and Description |
---|---|
<E> UpdateStatement<E,?> |
FeatureUpdate.update(EntityAlias<E> alias)
Creates a regular
UpdateStatement (UPDATE alias.source [AS alias.name] ... ). |
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateStatement<E,SELF extends UpdateStatement<E,SELF>>
Extends
Statement for UPDATE statements. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUpdateStatement<E,SELF extends UpdateStatement<E,SELF>>
This is the abstract base-implementation of
UpdateStatement . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUpdateStatement<E,SELF extends UpdateStatement<E,SELF>>
This is the abstract base-implementation of
UpdateStatement . |
Copyright © 2001–2016 mmm-Team. All rights reserved.