|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constant | |
---|---|
org.apache.openjpa.jdbc.kernel.exps | OpenJPA-JDBC Expression Tree |
org.apache.openjpa.kernel.exps | OpenJPA Expression Tree |
Uses of Constant in org.apache.openjpa.jdbc.kernel.exps |
---|
Classes in org.apache.openjpa.jdbc.kernel.exps that implement Constant | |
---|---|
(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. |
Uses of Constant in org.apache.openjpa.kernel.exps |
---|
Subinterfaces of Constant in org.apache.openjpa.kernel.exps | |
---|---|
interface |
Literal
Interface for any literal value. |
interface |
Parameter
A query parameter. |
Classes in org.apache.openjpa.kernel.exps that implement Constant | |
---|---|
(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |