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