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 |
---|---|
java.util.List<JoinExpression> |
EmptyMetadata.getJoins() |
java.util.List<JoinExpression> |
QueryMetadata.getJoins()
Get the query joins
|
java.util.List<JoinExpression> |
DefaultQueryMetadata.getJoins() |
Modifier and Type | Method and Description |
---|---|
com.mysema.codegen.Evaluator<java.util.List<java.lang.Object[]>> |
DefaultEvaluatorFactory.createEvaluator(QueryMetadata metadata,
java.util.List<JoinExpression> joins,
Predicate filter)
Create an Evaluator for the given sources and the given optional filter
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JoinExpression> |
OrderedQueryMetadata.getJoins() |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.