Package | Description |
---|---|
oracle.toplink.essentials.expressions | |
oracle.toplink.essentials.internal.expressions |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionBuilder.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java
|
void |
Expression.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java for project class generation
|
void |
ExpressionOperator.printJavaCollection(Vector items,
ExpressionJavaPrinter printer)
INTERNAL: Print the collection onto the SQL stream.
|
void |
ExpressionOperator.printJavaDuo(Expression first,
Expression second,
ExpressionJavaPrinter printer)
INTERNAL:
For performance, special case printing two children, since it's by far the most common
|
Modifier and Type | Method and Description |
---|---|
void |
RelationExpression.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java for project class generation
|
void |
QueryKeyExpression.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java for project class generation
|
void |
ParameterExpression.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java for project class generation
|
void |
FunctionExpression.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java for project class generation
|
void |
FieldExpression.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java for project class generation
|
void |
ConstantExpression.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java for project class generation
|
void |
CompoundExpression.printJava(ExpressionJavaPrinter printer)
INTERNAL:
Print java for project class generation
|
Copyright © 2022. All rights reserved.