Package | Description |
---|---|
net.sf.mmm.util.query.base.argument | |
net.sf.mmm.util.query.base.path |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractListArgument<E>
The abstract base implementation of
CollectionArgument . |
interface |
AbstractSetArgument<E>
The abstract base implementation of
SetArgument . |
Modifier and Type | Class and Description |
---|---|
class |
ConstantCollectionArgument<V extends Collection<E>,E>
This is the
constant implementation of CollectionArgument . |
class |
ConstantListArgument<E>
This is the
constant implementation of ListArgument . |
class |
ConstantSetArgument<E>
This is the
constant implementation of ListArgument . |
Modifier and Type | Class and Description |
---|---|
class |
CollectionPathImpl<V extends Collection<E>,E>
This is the implementation of
CollectionPath . |
class |
ListPathImpl<E>
This is the implementation of
ListPath . |
class |
SetPathImpl<E>
This is the implementation of
SetPath . |
Copyright © 2001–2016 mmm-Team. All rights reserved.