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 |
DateTimeExpressionImpl
Implementation of a DateTime expression.
|
Modifier and Type | Method and Description |
---|---|
DateTimeExpression<Date> |
JDOTypesafeQuery.datetimeParameter(String name) |
<S> DateTimeExpression<S> |
JDOTypesafeSubquery.selectUnique(DateTimeExpression<S> expr) |
Modifier and Type | Method and Description |
---|---|
<S> DateTimeExpression<S> |
JDOTypesafeSubquery.selectUnique(DateTimeExpression<S> expr) |
Modifier and Type | Method and Description |
---|---|
DateTimeExpression<Date> |
TypesafeQuery.datetimeParameter(String name)
Method to return a datetime parameter for the query.
|
<S> DateTimeExpression<S> |
TypesafeSubquery.selectUnique(DateTimeExpression<S> expr)
Accessor for the subquery (datetime) expression from the subquery when the subquery returns a single value.
|
Modifier and Type | Method and Description |
---|---|
<S> DateTimeExpression<S> |
TypesafeSubquery.selectUnique(DateTimeExpression<S> expr)
Accessor for the subquery (datetime) expression from the subquery when the subquery returns a single value.
|
Copyright © 2023. All rights reserved.