Package | Description |
---|---|
com.mysema.query |
Contains basic Query elements
|
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.sql |
SQL/JDBC support for Querydsl
|
com.mysema.query.support |
Various support classes
|
Modifier and Type | Method and Description |
---|---|
List<JoinExpression> |
EmptyMetadata.getJoins() |
List<JoinExpression> |
QueryMetadata.getJoins()
Get the query joins
|
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 |
---|---|
protected void |
NativeSQLSerializer.handleJoinTarget(JoinExpression je) |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLSerializer.handleJoinTarget(JoinExpression je) |
Modifier and Type | Method and Description |
---|---|
List<JoinExpression> |
OrderedQueryMetadata.getJoins() |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.