Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionParam
A collection-valued input parameter in an in-expression.
|
(package private) class |
ConstGetObjectId
Obtaining the object id of a constant.
|
(package private) class |
ConstPath
A field traversal starting with a constant filter parameter.
|
(package private) class |
CurrentDate
A literal current DATE/TIME/TIMESTAMP value in a filter.
|
class |
Lit
A literal value in a filter.
|
class |
Null
A literal null value in a filter.
|
class |
Param
A parameter in a filter.
|
class |
TypeLit
A type literal value.
|
Modifier and Type | Method and Description |
---|---|
Const |
InExpression.getConstant()
Constant collection.
|
Constructor and Description |
---|
ConstGetObjectId(Const constant)
Constructor.
|
ConstInstanceofExpression(Const val,
Class cls)
Constructor.
|
ConstPath(Const constant)
Constructor.
|
InExpression(Val val,
Const constant)
Constructor.
|
InKeyExpression(Val val,
Const constant)
Constructor.
|
InValueExpression(Val val,
Const constant)
Constructor.
|
MatchesExpression(Val val,
Const con,
String single,
String multi,
String escape)
Constructor.
|
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.