Package | Description |
---|---|
javax.jdo | |
javax.jdo.query |
Package providing expressions for building a typed JDOQL query.
|
javax.jdo.query.geospatial |
Package providing expressions representing geospatial types in building a typed JDOQL query.
|
Class and Description |
---|
BooleanExpression
Representation of a boolean expression.
|
CharacterExpression
Representation of a character expression.
|
CollectionExpression
Representation of a collection in a query.
|
DateExpression
Representation of a date in a query.
|
DateTimeExpression
Representation of a date-time type in a query.
|
Expression
Representation of an expression in a query.
|
IfThenElseExpression
Expression representing an "IF ...
|
ListExpression
Representation of a List in a query.
|
MapExpression
Representation of a map in a query.
|
NumericExpression
Representation of a numeric expression.
|
OrderExpression
Expression representing the ordering using an expression, a direction, and how to treat nulls.
|
PersistableExpression
Expression representing a persistable object in a query (e.g alias.persistableField).
|
StringExpression
Representation of a string in a query.
|
TimeExpression
Representation of a time in a query.
|
Class and Description |
---|
BooleanExpression
Representation of a boolean expression.
|
CharacterExpression
Representation of a character expression.
|
CollectionExpression
Representation of a collection in a query.
|
ComparableExpression
Representation of an expression for a Java type that implements java.lang.Comparable.
|
Expression
Representation of an expression in a query.
|
IfThenElseExpression
Expression representing an "IF ...
|
NumericExpression
Representation of a numeric expression.
|
OrderExpression
Expression representing the ordering using an expression, a direction, and how to treat nulls.
|
OrderExpression.OrderDirection |
OrderExpression.OrderNullsPosition |
StringExpression
Representation of a string in a query.
|
Class and Description |
---|
BooleanExpression
Representation of a boolean expression.
|
ComparableExpression
Representation of an expression for a Java type that implements java.lang.Comparable.
|
Expression
Representation of an expression in a query.
|
NumericExpression
Representation of a numeric expression.
|
ObjectExpression
Representation of an Object as an expression.
|
StringExpression
Representation of a string in a query.
|
Copyright © 2020. All rights reserved.