Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Const
A literal or parameter in the filter.
|
(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 |
Null
A literal null value in a filter.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Literal
Interface for any literal value.
|
interface |
Parameter
A query parameter.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CollectionParam
Represents a collection valued input parameter.
|
(package private) class |
Lit
Represents a literal.
|
(package private) class |
Param
Represents a parameter.
|
(package private) class |
TypeLit
Represents a type literal.
|
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.