Modifier and Type | Interface and Description |
---|---|
interface |
JpqlSelectStatement<E>
Extends a regular
SelectStatement with advanced features like
HAVING clause . |
Modifier and Type | Class and Description |
---|---|
class |
JpqlSelectStatementImpl<E,T>
Implementation of
JpqlSelectStatement . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrientDbSelectStatement<E>
Extends a regular
SelectStatement for OrientDB with advanced features like
LET clause . |
Modifier and Type | Class and Description |
---|---|
class |
OrientDbSelectStatementImpl<E>
Implementation of
OrientDbSelectStatement . |
Modifier and Type | Method and Description |
---|---|
<E> SelectStatement<E,?> |
FeatureSelect.selectFrom(EntityAlias<?> alias,
Class<E> toClass,
PropertyPath<?>... constructorArgs)
Creates
SelectStatement for a projection to a transfer-object having an according constructor. |
SelectStatement<Object[],?> |
FeatureSelect.selectFrom(EntityAlias<?> alias,
PropertyPath<?>... paths)
Creates
SelectStatement for a tuple of the given {paths (
{@code SELECT path1, path2, ... |
<E> SelectStatement<E,?> |
FeatureSelect.selectFrom(EntityAlias<E> alias)
Creates a regular
SelectStatement (SELECT FROM alias.source [AS alias.name] ... ). |
Modifier and Type | Interface and Description |
---|---|
interface |
SelectStatement<E,SELF extends SelectStatement<E,SELF>>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectStatement<E,SELF extends SelectStatement<E,SELF>,T>
This is the abstract base-implementation of
SelectStatement . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectStatement<E,SELF extends SelectStatement<E,SELF>,T>
This is the abstract base-implementation of
SelectStatement . |
Copyright © 2001–2016 mmm-Team. All rights reserved.