| Package | Description |
|---|---|
| org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
| Modifier and Type | Method and Description |
|---|---|
Arguments |
InMemoryExpressionFactory.newArgumentList(Value... values) |
Arguments |
ExpressionFactory.newArgumentList(Value... values)
Return a function argument list consisting of the given values, any
of which may itself be an argument list.
|
Arguments |
InMemoryExpressionFactory.newArgumentList(Value val1,
Value val2) |
Arguments |
ExpressionFactory.newArgumentList(Value arg1,
Value arg2)
Return a function argument list consisting of the given values, either
of which may itself be an argument list.
|
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.