Modifier and Type | Method and Description |
---|---|
<E> JpqlSelectStatement<E> |
JpqlStatementFactory.selectFrom(EntityAlias<?> alias,
Class<E> toClass,
PropertyPath<?>... constructorArgs) |
JpqlSelectStatement<Object[]> |
JpqlStatementFactory.selectFrom(EntityAlias<?> alias,
PropertyPath<?>... paths) |
Modifier and Type | Method and Description |
---|---|
<E> JpqlSelectStatement<E> |
JpqlStatementFactoryImpl.selectFrom(EntityAlias<?> alias,
Class<E> toClass,
PropertyPath<?>... constructorArgs) |
JpqlSelectStatement<Object[]> |
JpqlStatementFactoryImpl.selectFrom(EntityAlias<?> alias,
PropertyPath<?>... paths) |
Constructor and Description |
---|
JpqlSelectStatementImpl(javax.persistence.EntityManager entityManager,
JpqlDialect dialect,
EntityAlias<?> alias,
Function<T,E> mapper,
Class<E> toClass,
PropertyPath<?>... constructorArgs)
The constructor.
|
JpqlSelectStatementImpl(javax.persistence.EntityManager entityManager,
JpqlDialect dialect,
EntityAlias<?> alias,
Function<T,E> mapper,
PropertyPath<?>... paths)
The constructor.
|
JpqlSelectStatementImpl(javax.persistence.EntityManager entityManager,
SqlDialect dialect,
EntityAlias<?> alias,
Function<T,E> mapper,
Class<E> toClass,
PropertyPath<?>... constructorArgs)
The constructor.
|
JpqlSelectStatementImpl(javax.persistence.EntityManager entityManager,
SqlDialect dialect,
EntityAlias<?> alias,
Function<T,E> mapper,
PropertyPath<?>... paths)
The constructor.
|
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) |
Modifier and Type | Method and Description |
---|---|
<V> Variable<V> |
OrientDbSelectStatementImpl.let(PropertyPath<V> path,
String variable) |
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) |
Constructor and Description |
---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableObjectProperty<V>
|
interface |
ReadableProperty<V>
This is the interface for a generic property.
|
interface |
ReadableSetProperty<E>
|
interface |
WritableObjectProperty<V>
|
interface |
WritableProperty<V>
This is the interface for a generic property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContainerProperty<V>
This is the abstract base implementation of
WritableProperty and ReadableContainerProperty . |
class |
AbstractProperty<V>
This is the implementation of
WritableProperty . |
class |
AbstractRegularProperty<V>
This is the abstract base implementation of a regular
WritableProperty . |
class |
AbstractValueProperty<V>
This is the implementation of
WritableProperty . |
class |
ReadOnlyPropertyImpl<V>
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableBooleanProperty
|
interface |
ReadableStringProperty
|
interface |
WritableBooleanProperty
|
interface |
WritableStringProperty
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanProperty
This is the implementation of
BooleanProperty . |
class |
GenericProperty<V>
This is the implementation of
WritableProperty . |
class |
StringListProperty
This is an extension of
StringProperty that stores a list of String values that are enclosed with
pipe-symbols. |
class |
StringProperty
This is the implementation of
WritableStringProperty . |
Modifier and Type | Class and Description |
---|---|
class |
LinkListProperty<E extends EntityBean>
|
class |
LinkProperty<E extends EntityBean>
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableByteProperty
|
interface |
ReadableDoubleProperty
|
interface |
ReadableFloatProperty
|
interface |
ReadableIntegerBindingProperty<N extends Number>
|
interface |
ReadableIntegerProperty
|
interface |
ReadableLongProperty
|
interface |
ReadableNumberProperty<N extends Number>
|
interface |
ReadableShortProperty
|
interface |
WritableByteProperty
|
interface |
WritableDoubleProperty
|
interface |
WritableFloatProperty
|
interface |
WritableIntegerProperty
|
interface |
WritableLongProperty
|
interface |
WritableNumberProperty<N extends Number>
|
interface |
WritableShortProperty
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalProperty
This is the implementation of
WritableDoubleProperty . |
class |
ByteProperty
This is the implementation of
WritableByteProperty . |
class |
DoubleProperty
This is the implementation of
WritableDoubleProperty . |
class |
FloatProperty
This is the implementation of
WritableFloatProperty . |
class |
IntegerProperty
This is the implementation of
WritableIntegerProperty . |
class |
LongProperty
This is the implementation of
WritableLongProperty . |
class |
NumberProperty<N extends Number>
This is the implementation of
WritableNumberProperty . |
class |
ShortProperty
This is the implementation of
WritableShortProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableInstantProperty
|
interface |
ReadableLocalDateProperty
|
interface |
ReadableLocalDateTimeProperty
|
interface |
WritableInstantProperty
|
interface |
WritableLocalDateProperty
|
interface |
WritableLocalDateTimeProperty
|
Modifier and Type | Class and Description |
---|---|
class |
DurationInSecondsProperty
Extends
LongProperty to store a Duration in seconds. |
class |
InstantProperty
This is the implementation of
WritableInstantProperty . |
class |
LocalDateProperty
This is the implementation of
WritableLocalDateProperty . |
class |
LocalDateTimeProperty
This is the implementation of
WritableLocalDateTimeProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableCollectionProperty<E,V extends Collection<E>>
|
interface |
ReadableContainerProperty<V>
|
interface |
ReadableListProperty<E>
|
interface |
ReadableMapProperty<K,V>
|
interface |
WritableCollectionProperty<E,V extends Collection<E>>
|
interface |
WritableListProperty<E>
|
interface |
WritableMapProperty<K,V>
|
interface |
WritableSetProperty<E>
|
Modifier and Type | Class and Description |
---|---|
class |
ListProperty<E>
This is the implementation of
WritableListProperty . |
class |
MapProperty<K,V>
This is the implementation of
WritableListProperty . |
class |
SetProperty<E>
This is the implementation of
WritableSetProperty . |
Modifier and Type | Method and Description |
---|---|
SELF |
FeatureGroupBy.groupBy(PropertyPath<?> path)
Adds the given
PropertyPath to the GROUP BY clause. |
<V> Variable<V> |
FeatureLet.let(PropertyPath<V> path,
String variable) |
SELF |
FeatureLet.let(String variable,
PropertyPath<?> path) |
<V> SELF |
FeatureLet.let(Variable<V> variable,
PropertyPath<V> path) |
<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, ... |
<V> SELF |
FeatureSet.set(PropertyPath<V> path,
PropertyPath<V> valuePath)
Adds a value binding setting the given
PropertyPath to the value of the given valuePropertyPath . |
<V> SELF |
FeatureSet.set(PropertyPath<V> path,
PropertyPath<V> valuePath)
Adds a value binding setting the given
PropertyPath to the value of the given valuePropertyPath . |
<V> SELF |
FeatureSet.set(PropertyPath<V> path,
V value)
Adds a value binding setting the given
PropertyPath to the given value . |
default SELF |
FeatureSet.setNull(PropertyPath<?> path)
Adds a value binding setting the given
PropertyPath to null . |
<V> SELF |
FeatureValues.value(PropertyPath<V> path,
V value)
Adds a value binding setting the given
PropertyPath to the given value . |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanPath
This is the interface for a
Path that is a BooleanArgument . |
interface |
CollectionPath<V extends Collection<E>,E>
This is the interface for a
Path that is a CollectionArgument . |
interface |
ComparablePath<V extends Comparable<?>>
This is the interface for a
Path that is a ComparableArgument . |
interface |
EntityBeanPath<V extends EntityBean>
This is the interface for a
Path that is a EntityBeanArgument . |
interface |
ListPath<E>
This is the interface for a
Path that is a ListArgument . |
interface |
MapPath<K,V>
This is the interface for a
Path that is a MapArgument . |
interface |
NumberPath<V extends Number & Comparable<?>>
This is the interface for a
Path that is a NumberArgument . |
interface |
Path<V>
This is the interface for a typed path
build by the
properties to traverse. |
interface |
SetPath<E>
This is the interface for a
Path that is a SetArgument . |
interface |
StringPath
This is the interface for a
Path that is a StringArgument . |
Modifier and Type | Method and Description |
---|---|
static <V> Variable<V> |
Variable.valueOf(String name,
PropertyPath<V> path) |
Modifier and Type | Method and Description |
---|---|
PropertyPath<V> |
FeatureLetImpl.LetExpression.getPath() |
Modifier and Type | Method and Description |
---|---|
protected <V> Argument<V> |
AbstractFeature.asArg(PropertyPath<V> path) |
protected <V> Path<V> |
AbstractFeature.asPath(PropertyPath<V> path) |
FeatureGroupByImpl |
FeatureGroupByImpl.groupBy(PropertyPath<?> path) |
<V> Variable<V> |
FeatureLetImpl.let(PropertyPath<V> path,
String variable) |
FeatureLetImpl |
FeatureLetImpl.let(String variable,
PropertyPath<?> path) |
<V> FeatureLetImpl |
FeatureLetImpl.let(Variable<V> variable,
PropertyPath<V> path) |
<V> FeatureSetImpl |
FeatureSetImpl.set(PropertyPath<V> path,
PropertyPath<V> valuePropertyPath) |
<V> FeatureSetImpl |
FeatureSetImpl.set(PropertyPath<V> path,
PropertyPath<V> valuePropertyPath) |
<V> FeatureSetImpl |
FeatureSetImpl.set(PropertyPath<V> path,
V value) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanPathImpl
This is the implementation of
BooleanPath . |
class |
CollectionPathImpl<V extends Collection<E>,E>
This is the implementation of
CollectionPath . |
class |
ComparablePathImpl<V extends Comparable<?>>
This is the implementation of
ComparablePath . |
class |
EntityBeanPathImpl<V extends EntityBean>
This is the implementation of
EntityBeanPath . |
class |
ListPathImpl<E>
This is the implementation of
ListPath . |
class |
MapPathImpl<K,V>
This is the implementation of
MapPath . |
class |
NumberPathImpl<V extends Number & Comparable<?>>
This is the implementation of
NumberPath . |
class |
PathImpl<V>
This is the implementation of
Path . |
class |
SetPathImpl<E>
This is the implementation of
SetPath . |
class |
StringPathImpl
This is the implementation of
StringPath . |
Modifier and Type | Field and Description |
---|---|
private PropertyPath<?>[] |
AbstractSelectStatement.selectionPaths |
Modifier and Type | Method and Description |
---|---|
PropertyPath<?>[] |
AbstractSelectStatement.getSelectionPaths() |
Modifier and Type | Method and Description |
---|---|
SELF |
AbstractSelectStatement.groupBy(PropertyPath<?> path) |
<V> SELF |
AbstractStoreStatement.set(PropertyPath<V> path,
PropertyPath<V> valuePath) |
<V> SELF |
AbstractStoreStatement.set(PropertyPath<V> path,
PropertyPath<V> valuePath) |
<V> SELF |
AbstractStoreStatement.set(PropertyPath<V> path,
V value) |
Constructor and Description |
---|
AbstractSelectStatement(SqlDialect dialect,
EntityAlias<?> alias,
Function<T,E> mapper,
Class<E> toClass,
PropertyPath<?>... constructorArgs)
The constructor.
|
AbstractSelectStatement(SqlDialect dialect,
EntityAlias<?> alias,
Function<T,E> mapper,
PropertyPath<?>... paths)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.