E
- the generic type of the queried object (typically a Bean
).public class OrientDbDeleteStatementImpl<E> extends AbstractDeleteStatement<E,OrientDbDeleteStatement<E>> implements OrientDbDeleteStatement<E>
OrientDbDeleteStatement
.Constructor and Description |
---|
OrientDbDeleteStatementImpl(OrientDbDialect dialect,
EntityAlias<E> alias)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected long |
doExecute(String sql,
Integer limit) |
buildStart, limit, where
execute
addAlias, addAliases, build, createFeature, createSqlBuilder, feature, getAlias, getBuilder, getDialect, getFeature, getParameters, getResultClass, getSql, isSupportingAlias, self, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAlias, getDialect, getParameters, getSql, toString
execute
where
limit
public OrientDbDeleteStatementImpl(OrientDbDialect dialect, EntityAlias<E> alias)
dialect
- - see AbstractStatement.getDialect()
.alias
- - see AbstractStatement.getAlias()
.protected long doExecute(String sql, Integer limit)
doExecute
in class AbstractModifyStatement<E,OrientDbDeleteStatement<E>>
sql
- the AbstractStatement.getSql()
to execute.limit
- the limit
.AbstractModifyStatement.execute()
Copyright © 2001–2016 mmm-Team. All rights reserved.