| 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 |
PersistableExpressionImpl<T>
(Base) implementation of a persistable expression.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableExpression |
JDOTypesafeQuery.candidate() |
PersistableExpression |
JDOTypesafeSubquery.candidate() |
| Modifier and Type | Method and Description |
|---|---|
PersistableExpression |
TypesafeQuery.candidate()
Method to return an expression for the candidate of the query.
|
PersistableExpression |
TypesafeSubquery.candidate()
Method to return an expression for the candidate of the subquery.
|
Copyright © 2013. All Rights Reserved.