Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
Modifier and Type | Class and Description |
---|---|
class |
Args
A list of arguments to a multi-argument function.
|
Modifier and Type | Method and Description |
---|---|
Arguments |
JDBCExpressionFactory.newArgumentList(Value... vs) |
Arguments |
JDBCExpressionFactory.newArgumentList(Value v1,
Value v2) |
Constructor and Description |
---|
DatastoreFunction(String name,
Class<?> resultType,
Arguments args) |
Modifier and Type | Method and Description |
---|---|
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... values) |
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.
|
Arguments |
InMemoryExpressionFactory.newArgumentList(Value val1,
Value val2) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.