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