Uses of Interface
org.apache.openjpa.kernel.exps.Parameter
Packages that use Parameter
Package
Description
OpenJPA-JDBC Expression Tree
OpenJPA-JDBC SQL Abstraction
OpenJPA Expression Tree
-
Uses of Parameter in org.apache.openjpa.jdbc.kernel.exps
Classes in org.apache.openjpa.jdbc.kernel.exps that implement ParameterModifier and TypeClassDescriptionclass
A collection-valued input parameter in an in-expression.class
A parameter in a filter.Methods in org.apache.openjpa.jdbc.kernel.exps that return ParameterModifier and TypeMethodDescriptionJDBCExpressionFactory.newCollectionValuedParameter
(Object key, Class type) JDBCExpressionFactory.newParameter
(Object name, Class type) -
Uses of Parameter in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql with parameters of type ParameterModifier 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
Methods in org.apache.openjpa.kernel.exps that return ParameterModifier 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)