Uses of Interface
org.apache.openjpa.kernel.exps.Arguments
Package
Description
OpenJPA-JDBC Expression Tree
OpenJPA Expression Tree
-
Uses of Arguments in org.apache.openjpa.jdbc.kernel.exps
Modifier and TypeMethodDescriptionJDBCExpressionFactory.newArgumentList
(Value... vs) JDBCExpressionFactory.newArgumentList
(Value v1, Value v2) ModifierConstructorDescriptionDatastoreFunction
(String name, Class<?> resultType, Arguments args) -
Uses of Arguments in org.apache.openjpa.kernel.exps
Modifier and TypeMethodDescriptionExpressionFactory.newArgumentList
(Value... values) Return a function argument list consisting of the given values, any of which may itself be an argument list.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.InMemoryExpressionFactory.newArgumentList
(Value... values) InMemoryExpressionFactory.newArgumentList
(Value val1, Value val2)