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 |
DateExpressionImpl<T>
Implementation of a Date expression.
|
class |
DateTimeExpressionImpl
Implementation of a DateTime expression.
|
class |
TimeExpressionImpl<T>
Implementation of a Time expression.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DateExpression<T>
Representation of a date in a query.
|
interface |
DateTimeExpression<T>
Representation of a date-time type in a query.
|
interface |
TimeExpression<T>
Representation of a time in a query.
|
Copyright © 2023. All rights reserved.