|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.mapped.expression.ScalarExpression
org.datanucleus.store.mapped.expression.JoinExpression
public class JoinExpression
An expression representing a JOIN in JPQL terms.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.datanucleus.store.mapped.expression.ScalarExpression |
|---|
ScalarExpression.DatastoreFieldExpression, ScalarExpression.DyadicOperator, ScalarExpression.ExpressionList, ScalarExpression.IllegalArgumentTypeException, ScalarExpression.IllegalOperationException, ScalarExpression.MethodInvocationException, ScalarExpression.MonadicOperator, ScalarExpression.Operator |
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.store.mapped.expression.ScalarExpression |
|---|
aliasIdentifier, checkForTypeAssignability, expressionList, FILTER, LOCALISER, lowestOperator, mapping, OP_ADD, OP_AND, OP_BETWEEN, OP_COM, OP_CONCAT, OP_DIV, OP_EQ, OP_GT, OP_GTEQ, OP_IN, OP_IS, OP_ISNOT, OP_LIKE, OP_LT, OP_LTEQ, OP_MOD, OP_MUL, OP_NEG, OP_NOT, OP_NOTEQ, OP_NOTIN, OP_NOTLIKE, OP_OR, OP_SUB, parameterName, PROJECTION, qs, st, te |
| Constructor Summary | |
|---|---|
JoinExpression(QueryExpression qs,
java.lang.String fieldName,
boolean leftJoin,
boolean fetch)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldName()
Accessor for the field name being joined. |
boolean |
isFetch()
|
boolean |
isLeftJoin()
|
| Methods inherited from class org.datanucleus.store.mapped.expression.ScalarExpression |
|---|
accessField, add, and, as, assertValidTypeForParameterComparison, callMethod, cast, checkForTypeAssignability, com, div, encloseWithInParentheses, eor, eq, equals, getAlias, getConsistentTypeForParameterComparison, getExpressionList, getLogicSetExpression, getMapping, getNonAliasExpression, getQueryExpression, gt, gteq, in, instanceOf, ior, lt, lteq, mod, mul, neg, not, noteq, setParameterName, sub, toStatementText, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JoinExpression(QueryExpression qs,
java.lang.String fieldName,
boolean leftJoin,
boolean fetch)
qs - The Query StatementfieldName - "Name" for field being joined toleftJoin - whether this is a left join, otherwise it is an inner joinfetch - whether to fetch the right hand expression by the query| Method Detail |
|---|
public java.lang.String getFieldName()
public boolean isLeftJoin()
public boolean isFetch()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||