Modifier and Type | Interface and Description |
---|---|
interface |
JpqlDeleteStatement<E>
Extension of a regular
DeleteStatement for JPQL . |
Modifier and Type | Class and Description |
---|---|
class |
JpqlDeleteStatementImpl<E>
Implementation of
JpqlDeleteStatement . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrientDbDeleteStatement<E>
Extends a regular
DeleteStatement for OrientDB with advanced features. |
Modifier and Type | Class and Description |
---|---|
class |
OrientDbDeleteStatementImpl<E>
Implementation of
OrientDbDeleteStatement . |
Modifier and Type | Method and Description |
---|---|
<E> DeleteStatement<E,?> |
FeatureDelete.deleteFrom(EntityAlias<E> alias)
Creates a regular
DeleteStatement (DELETE FROM alias.source [AS alias.name] ... ). |
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteStatement<E,SELF extends DeleteStatement<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 . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeleteStatement<E,SELF extends DeleteStatement<E,SELF>>
This is the abstract base-implementation of
DeleteStatement . |
Copyright © 2001–2016 mmm-Team. All rights reserved.