Interface | Description |
---|---|
BooleanPath |
This is the interface for a
Path that is a BooleanArgument . |
CollectionPath<V extends Collection<E>,E> |
This is the interface for a
Path that is a CollectionArgument . |
ComparablePath<V extends Comparable<?>> |
This is the interface for a
Path that is a ComparableArgument . |
EntityAlias<E> |
This is the interface for an
EntityAlias used in an
SQL statement e.g. |
EntityBeanPath<V extends EntityBean> |
This is the interface for a
Path that is a EntityBeanArgument . |
ListPath<E> |
This is the interface for a
Path that is a ListArgument . |
MapPath<K,V> |
This is the interface for a
Path that is a MapArgument . |
NumberPath<V extends Number & Comparable<?>> |
This is the interface for a
Path that is a NumberArgument . |
Path<V> |
This is the interface for a typed path
build by the
properties to traverse. |
PathFactory | |
PathRoot<E> |
This is the root element of a
Path . |
SetPath<E> |
This is the interface for a
Path that is a SetArgument . |
StringPath |
This is the interface for a
Path that is a StringArgument . |
Copyright © 2001–2016 mmm-Team. All rights reserved.