| Package | Description |
|---|---|
| com.mysema.query |
Contains basic Query elements
|
| com.mysema.query.collections |
Implementations of Querydsl query interfaces for JavaBean collections
|
| com.mysema.query.support |
Various support classes
|
| Modifier and Type | Method and Description |
|---|---|
List<JoinExpression> |
QueryMetadata.getJoins()
Get the query joins
|
List<JoinExpression> |
EmptyMetadata.getJoins() |
List<JoinExpression> |
DefaultQueryMetadata.getJoins() |
| Modifier and Type | Method and Description |
|---|---|
com.mysema.codegen.Evaluator<List<Object[]>> |
DefaultEvaluatorFactory.createEvaluator(QueryMetadata metadata,
List<JoinExpression> joins,
Predicate filter)
Create an Evaluator for the given sources and the given optional filter
|
| Modifier and Type | Method and Description |
|---|---|
List<JoinExpression> |
OrderedQueryMetadata.getJoins() |
Copyright © 2007–2014 Mysema Ltd. All rights reserved.