| Package | Description |
|---|---|
| net.sf.mmm.util.query.api.path | |
| net.sf.mmm.util.query.base.path |
| 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 |
EntityAlias<E>
This is the interface for an
EntityAlias used in an
SQL statement e.g. |
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 |
PathRoot<E>
This is the root element of a
Path. |
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 | Class and Description |
|---|---|
class |
AbstractPathFactory
This is the abstract base implementation of
PathFactory. |
class |
AbstractPathRoot<E>
This is the abstract base implementation of
PathRoot. |
class |
Alias<E>
|
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. |
Copyright © 2001–2016 mmm-Team. All rights reserved.