Package | Description |
---|---|
net.sf.mmm.orient.base.query.statement |
Modifier and Type | Field and Description |
---|---|
private OrientDbDialect |
OrientDbStatementFactoryImpl.dialect |
static OrientDbDialect |
OrientDbDialect.INSTANCE
The singleton instance of this class.
|
Constructor and Description |
---|
OrientDbDeleteStatementImpl(OrientDbDialect dialect,
EntityAlias<E> alias)
The constructor.
|
OrientDbInsertStatementImpl(OrientDbDialect dialect,
EntityAlias<E> alias)
The constructor.
|
OrientDbSelectStatementImpl(OrientDbDialect dialect,
EntityAlias<?> alias,
Function<com.orientechnologies.orient.core.record.impl.ODocument,E> mapper,
Class<E> toClass,
PropertyPath<?>... constructorArgs)
The constructor.
|
OrientDbSelectStatementImpl(OrientDbDialect dialect,
EntityAlias<?> alias,
Function<com.orientechnologies.orient.core.record.impl.ODocument,E> mapper,
PropertyPath<?>... paths)
The constructor.
|
OrientDbSelectStatementImpl(OrientDbDialect dialect,
EntityAlias<E> alias,
Function<com.orientechnologies.orient.core.record.impl.ODocument,E> mapper)
The constructor.
|
OrientDbStatementFactoryImpl(OrientDbDialect dialect)
The constructor.
|
OrientDbUpdateStatementImpl(OrientDbDialect dialect,
EntityAlias<E> alias)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.