Package | Description |
---|---|
net.sf.mmm.util.query.base.path |
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 |
SetPathImpl<E>
This is the implementation of
SetPath . |
class |
StringPathImpl
This is the implementation of
StringPath . |
Modifier and Type | Field and Description |
---|---|
private PathImpl<?> |
PathImpl.parent |
Modifier and Type | Method and Description |
---|---|
PathImpl<?> |
PathImpl.getParent() |
Constructor and Description |
---|
BooleanPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
CollectionPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
ComparablePathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
EntityBeanPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
ListPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
MapPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
NumberPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
PathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
SetPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
StringPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.