|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapExpression | |
|---|---|
| com.mysema.query.support | Various support classes |
| com.mysema.query.types.expr | Operations represent typed operations with operator and arguments |
| com.mysema.query.types.path | Paths represent typed property paths, variables and list-map-array access |
| Uses of MapExpression in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support with parameters of type MapExpression | ||
|---|---|---|
protected
|
QueryMixin.createAlias(MapExpression<?,D> target,
Path<D> alias)
|
|
|
QueryMixin.fullJoin(MapExpression<?,P> target)
|
|
|
QueryMixin.fullJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
QueryMixin.innerJoin(MapExpression<?,P> target)
|
|
|
QueryMixin.innerJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
QueryMixin.join(MapExpression<?,P> target)
|
|
|
QueryMixin.join(MapExpression<?,P> target,
Path<P> alias)
|
|
|
QueryMixin.leftJoin(MapExpression<?,P> target)
|
|
|
QueryMixin.leftJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
QueryMixin.rightJoin(MapExpression<?,P> target)
|
|
|
QueryMixin.rightJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
| Uses of MapExpression in com.mysema.query.types.expr |
|---|
| Classes in com.mysema.query.types.expr that implement MapExpression | |
|---|---|
class |
MapExpressionBase<K,V,Q extends SimpleExpression<? super V>>
MapExpressionBase is an abstract base class for MapExpression implementations |
| Uses of MapExpression in com.mysema.query.types.path |
|---|
| Classes in com.mysema.query.types.path that implement MapExpression | |
|---|---|
class |
MapPath<K,V,E extends SimpleExpression<? super V>>
MapPath represents map paths |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||