Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionParam
A collection-valued input parameter in an in-expression.
|
class |
Param
A parameter in a filter.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
JDBCExpressionFactory.newCollectionValuedParameter(Object key,
Class type) |
Parameter |
JDBCExpressionFactory.newParameter(Object name,
Class type) |
Modifier and Type | Method and Description |
---|---|
SQLBuffer |
SQLBuffer.appendValue(Object o,
Column col,
Parameter userParam)
Append a user parameter value for a specific column.
|
SQLBuffer |
SQLBuffer.appendValue(Object o,
Column col,
Parameter userParam,
boolean useParamToken) |
Modifier and Type | Method and Description |
---|---|
Parameter |
ExpressionFactory.newCollectionValuedParameter(Object name,
Class type)
Return a value representing a collection-valued parameter.
|
Parameter |
InMemoryExpressionFactory.newCollectionValuedParameter(Object name,
Class type) |
Parameter |
ExpressionFactory.newParameter(Object name,
Class type)
Return a value representing a parameter for the given value.
|
Parameter |
InMemoryExpressionFactory.newParameter(Object name,
Class type) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.