Package | Description |
---|---|
org.datanucleus.api.jdo.query |
Package providing DataNucleus' implementation of a typesafe query mechanism, primarily JDOQL.
|
org.datanucleus.query.typesafe |
Package providing a typesafe query mechanism, primarily for JDO.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanExpressionImpl<T>
Implementation of a BooleanExpression
|
class |
ByteExpressionImpl<T>
Implementation of a ByteExpression
|
class |
CharacterExpressionImpl<T>
Implementation of a CharacterExpression
|
class |
ComparableExpressionImpl<T>
Implementation of the methods for ComparableExpression.
|
class |
DateExpressionImpl<T>
Implementation of a Date expression.
|
class |
DateTimeExpressionImpl
Implementation of a DateTime expression.
|
class |
EnumExpressionImpl<T>
Implementation of an Enum expression.
|
class |
NumericExpressionImpl<T>
Implementation of a NumericExpression.
|
class |
StringExpressionImpl
Implementation of a StringExpression
|
class |
TimeExpressionImpl<T>
Implementation of a Time expression.
|
Modifier and Type | Method and Description |
---|---|
BooleanExpression |
ComparableExpressionImpl.gt(ComparableExpression expr) |
BooleanExpression |
ComparableExpressionImpl.gteq(ComparableExpression expr) |
BooleanExpression |
ComparableExpressionImpl.lt(ComparableExpression expr) |
BooleanExpression |
ComparableExpressionImpl.lteq(ComparableExpression expr) |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanExpression
Representation of a boolean expression.
|
interface |
ByteExpression
Representation of a byte expression.
|
interface |
CharacterExpression
Representation of a character expression.
|
interface |
DateExpression<T>
Representation of a date in a query.
|
interface |
DateTimeExpression<T>
Representation of a date-time type in a query.
|
interface |
EnumExpression<T>
Representation of an Enum in a query.
|
interface |
NumericExpression<T>
Representation of a numeric expression.
|
interface |
StringExpression
Representation of a string in a query.
|
interface |
TemporalExpression<T>
Representation of a temporal type in a query.
|
interface |
TimeExpression<T>
Representation of a time in a query.
|
Modifier and Type | Method and Description |
---|---|
BooleanExpression |
ComparableExpression.gt(ComparableExpression expr)
Method returning whether this expression is greater than the other expression.
|
BooleanExpression |
ComparableExpression.gteq(ComparableExpression expr)
Method returning whether this expression is greater than or equal the other expression.
|
BooleanExpression |
ComparableExpression.lt(ComparableExpression expr)
Method returning whether this expression is less than the other expression.
|
BooleanExpression |
ComparableExpression.lteq(ComparableExpression expr)
Method returning whether this expression is less than or equal the other expression.
|
Copyright © 2018. All rights reserved.