Package | Description |
---|---|
com.querydsl.collections |
Java Bean collections support
|
com.querydsl.core |
Basic Query elements
|
com.querydsl.core.support |
Various support classes
|
com.querydsl.jpa |
JPA support
|
com.querydsl.sql |
SQL/JDBC support
|
Modifier and Type | Method and Description |
---|---|
Evaluator<java.util.List<java.lang.Object[]>> |
DefaultEvaluatorFactory.createEvaluator(QueryMetadata metadata,
java.util.List<JoinExpression> joins,
@Nullable Predicate filter)
Create an Evaluator for the given sources and the given optional filter
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JoinExpression> |
EmptyMetadata.getJoins() |
java.util.List<JoinExpression> |
DefaultQueryMetadata.getJoins() |
Modifier and Type | Method and Description |
---|---|
java.util.List<JoinExpression> |
OrderedQueryMetadata.getJoins() |
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 |
---|---|
protected java.util.List<Expression<?>> |
SQLSerializer.getIdentifierColumns(java.util.List<JoinExpression> joins,
boolean alias)
Return a list of expressions that can be used to uniquely define the query sources
|
protected void |
SQLSerializer.serializeSources(java.util.List<JoinExpression> joins) |
Copyright © 2007–2021 Querydsl. All rights reserved.