|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapExpression | |
---|---|
com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections |
com.mysema.query.jpa | Query implementations for HQL and JPAQL |
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.collections |
---|
Methods in com.mysema.query.collections with parameters of type MapExpression | ||
---|---|---|
|
ColQuery.innerJoin(MapExpression<?,P> mapPath,
Path<P> alias)
Define an inner join from the Map typed path to the alias |
|
|
AbstractColQuery.innerJoin(MapExpression<?,P> target,
Path<P> alias)
|
Uses of MapExpression in com.mysema.query.jpa |
---|
Methods in com.mysema.query.jpa with parameters of type MapExpression | ||
---|---|---|
|
AbstractJPQLSubQuery.fullJoin(MapExpression<?,P> target)
|
|
|
JPQLQueryBase.fullJoin(MapExpression<?,P> target)
|
|
|
JPQLCommonQuery.fullJoin(MapExpression<?,P> target)
Create a full join with the given target. |
|
|
AbstractJPQLSubQuery.fullJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLQueryBase.fullJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLCommonQuery.fullJoin(MapExpression<?,P> target,
Path<P> alias)
Create a full join with the given target and alias. |
|
|
AbstractJPQLSubQuery.innerJoin(MapExpression<?,P> target)
|
|
|
JPQLQueryBase.innerJoin(MapExpression<?,P> target)
|
|
|
JPQLCommonQuery.innerJoin(MapExpression<?,P> target)
Create a inner join with the given target. |
|
|
AbstractJPQLSubQuery.innerJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLQueryBase.innerJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLCommonQuery.innerJoin(MapExpression<?,P> target,
Path<P> alias)
Create a inner join with the given target and alias. |
|
|
AbstractJPQLSubQuery.join(MapExpression<?,P> target)
|
|
|
JPQLQueryBase.join(MapExpression<?,P> target)
|
|
|
JPQLCommonQuery.join(MapExpression<?,P> target)
Create a join with the given target. |
|
|
AbstractJPQLSubQuery.join(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLQueryBase.join(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLCommonQuery.join(MapExpression<?,P> target,
Path<P> alias)
Create a join with the given target and alias. |
|
|
AbstractJPQLSubQuery.leftJoin(MapExpression<?,P> target)
|
|
|
JPQLQueryBase.leftJoin(MapExpression<?,P> target)
|
|
|
JPQLCommonQuery.leftJoin(MapExpression<?,P> target)
Create a left join with the given target. |
|
|
AbstractJPQLSubQuery.leftJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLQueryBase.leftJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLCommonQuery.leftJoin(MapExpression<?,P> target,
Path<P> alias)
Create a left join with the given target and alias. |
|
|
AbstractJPQLSubQuery.rightJoin(MapExpression<?,P> target)
|
|
|
JPQLQueryBase.rightJoin(MapExpression<?,P> target)
|
|
|
JPQLCommonQuery.rightJoin(MapExpression<?,P> target)
Create a right join with the given target. |
|
|
AbstractJPQLSubQuery.rightJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLQueryBase.rightJoin(MapExpression<?,P> target,
Path<P> alias)
|
|
|
JPQLCommonQuery.rightJoin(MapExpression<?,P> target,
Path<P> alias)
Create a right join with the given target and alias. |
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 |