Uses of Interface
org.apache.openjpa.kernel.exps.Parameter
Package
Description
OpenJPA-JDBC Expression Tree
OpenJPA-JDBC SQL Abstraction
OpenJPA Expression Tree
-
Uses of Parameter in org.apache.openjpa.jdbc.kernel.exps
Modifier and TypeClassDescriptionclass
A collection-valued input parameter in an in-expression.class
A parameter in a filter.Modifier and TypeMethodDescriptionJDBCExpressionFactory.newCollectionValuedParameter
(Object key, Class type) JDBCExpressionFactory.newParameter
(Object name, Class type) -
Uses of Parameter in org.apache.openjpa.jdbc.sql
Modifier and TypeMethodDescriptionSQLBuffer.appendValue
(Object o, Column col, Parameter userParam) Append a user parameter value for a specific column.SQLBuffer.appendValue
(Object o, Column col, Parameter userParam, boolean useParamToken) -
Uses of Parameter in org.apache.openjpa.kernel.exps
Modifier and TypeMethodDescriptionExpressionFactory.newCollectionValuedParameter
(Object name, Class type) Return a value representing a collection-valued parameter.InMemoryExpressionFactory.newCollectionValuedParameter
(Object name, Class type) ExpressionFactory.newParameter
(Object name, Class type) Return a value representing a parameter for the given value.InMemoryExpressionFactory.newParameter
(Object name, Class type)