Package | Description |
---|---|
net.sf.mmm.orient.api.query.statement | |
net.sf.mmm.orient.base.query.statement |
Modifier and Type | Method and Description |
---|---|
<E> OrientDbSelectStatement<E> |
OrientDbStatementFactory.selectFrom(EntityAlias<?> alias,
Class<E> toClass,
PropertyPath<?>... constructorArgs) |
OrientDbSelectStatement<Object[]> |
OrientDbStatementFactory.selectFrom(EntityAlias<?> alias,
PropertyPath<?>... paths) |
<E> OrientDbSelectStatement<E> |
OrientDbStatementFactory.selectFrom(EntityAlias<E> alias) |
Modifier and Type | Class and Description |
---|---|
class |
OrientDbSelectStatementImpl<E>
Implementation of
OrientDbSelectStatement . |
Modifier and Type | Method and Description |
---|---|
OrientDbSelectStatement<E> |
OrientDbSelectStatementImpl.let(String variable,
PropertyPath<?> path) |
<V> OrientDbSelectStatement<E> |
OrientDbSelectStatementImpl.let(Variable<V> variable,
PropertyPath<V> path) |
<E> OrientDbSelectStatement<E> |
OrientDbStatementFactoryImpl.selectFrom(EntityAlias<?> alias,
Class<E> toClass,
PropertyPath<?>... constructorArgs) |
OrientDbSelectStatement<Object[]> |
OrientDbStatementFactoryImpl.selectFrom(EntityAlias<?> alias,
PropertyPath<?>... paths) |
<E> OrientDbSelectStatement<E> |
OrientDbStatementFactoryImpl.selectFrom(EntityAlias<E> alias) |
Copyright © 2001–2016 mmm-Team. All rights reserved.