| Package | Description |
|---|---|
| javax.jdo | |
| javax.jdo.query |
Package providing expressions for building a typed JDOQL query.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionExpression<?,?> |
JDOQLTypedQuery.collectionParameter(String name)
Method to return a collection parameter for the query.
|
CollectionExpression<?,?> |
JDOQLTypedSubquery.select(CollectionExpression<?,?> expr)
Accessor for the subquery (collection) expression from the subquery.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionExpression<?,?> |
JDOQLTypedSubquery.select(CollectionExpression<?,?> expr)
Accessor for the subquery (collection) expression from the subquery.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListExpression<T extends List<E>,E>
Representation of a List in a query.
|
Copyright © 2015. All rights reserved.