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(java.lang.Object key,
java.lang.Class type) |
Parameter |
JDBCExpressionFactory.newParameter(java.lang.Object name,
java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
SQLBuffer |
SQLBuffer.appendValue(java.lang.Object o,
Column col,
Parameter userParam)
Append a user parameter value for a specific column.
|
SQLBuffer |
SQLBuffer.appendValue(java.lang.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(java.lang.Object name,
java.lang.Class type) |
Parameter |
ExpressionFactory.newCollectionValuedParameter(java.lang.Object name,
java.lang.Class type)
Return a value representing a collection-valued parameter.
|
Parameter |
InMemoryExpressionFactory.newParameter(java.lang.Object name,
java.lang.Class type) |
Parameter |
ExpressionFactory.newParameter(java.lang.Object name,
java.lang.Class type)
Return a value representing a parameter for the given value.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.