Package | Description |
---|---|
net.sf.mmm.util.query.api.path | |
net.sf.mmm.util.query.base.path |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityAlias<E>
This is the interface for an
EntityAlias used in an
SQL statement e.g. |
Modifier and Type | Method and Description |
---|---|
PathRoot<?> |
Path.getRoot() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPathRoot<E>
This is the abstract base implementation of
PathRoot . |
class |
Alias<E>
|
Modifier and Type | Field and Description |
---|---|
private PathRoot<?> |
PathImpl.root |
Modifier and Type | Method and Description |
---|---|
PathRoot<?> |
PathImpl.getRoot() |
Constructor and Description |
---|
BooleanPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
CollectionPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
ComparablePathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
EntityBeanPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
ListPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
MapPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
NumberPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
PathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
SetPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
StringPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.