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