| Package | Description |
|---|---|
| oracle.jbo |
Contains interfaces for client-side applications.
|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.script | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RowMatch
RowMatch is used to apply in-memory a qualifying
expression to rows in memory. |
| Modifier and Type | Method and Description |
|---|---|
ExprEval |
ExpressionDef.getEvaluator() |
ExprEval |
VariableImpl.getExprEval() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDef.useEvaluator(ExprEval eval) |
| Modifier and Type | Method and Description |
|---|---|
ExprEval |
ExprEvalSupplier.getGlobalOperations()
Deprecated.
|
ExprEval |
ExprScriptSupplier.getGlobalOperationsEval()
Deprecated.
|
ExprEval |
RowExprEvalSupplier.getRowOperations()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RowQualifier |
| Modifier and Type | Method and Description |
|---|---|
ExprEval |
ViewObjectImpl.getGlobalOperations()
For internal framework use only
|
ExprEval |
RowImpl.getGlobalOperations() |
ExprEval |
RowDef.getGlobalOperations() |
ExprEval |
EntityCache.getGlobalOperations() |
ExprEval |
OperationDefinitionsImpl.getGroovyExpr()
For internal framework use only.
|
ExprEval |
ViewRowImpl.getRowOperations() |
ExprEval |
ViewObjectImpl.getRowOperations()
For internal framework use only
|
abstract ExprEval |
RowImpl.getRowOperations()
For internal framework use only
|
ExprEval |
EntityImpl.getRowOperations() |
ExprEval |
EntityCache.getRowOperations() |
ExprEval |
AttributeDefImpl.getTransientExprEval()
Deprecated.
since 11.1.1.4.0 Applications should not use this method
|