| Package | Description |
|---|---|
| org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
| org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
|
| org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
| 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 | Class and Description |
|---|---|
(package private) class |
CollectionParam
Represents a collection valued input parameter.
|
(package private) class |
Param
Represents a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
InMemoryExpressionFactory.newCollectionValuedParameter(Object name,
Class type) |
Parameter |
ExpressionFactory.newCollectionValuedParameter(Object name,
Class type)
Return a value representing a collection-valued parameter.
|
Parameter |
InMemoryExpressionFactory.newParameter(Object name,
Class type) |
Parameter |
ExpressionFactory.newParameter(Object name,
Class type)
Return a value representing a parameter for the given value.
|
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.