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 |
CollectionExpressionImpl<T extends Collection<E>,E>
Implementation of a CollectionExpression
|
class |
ListExpressionImpl<T extends List<E>,E>
Implementation of a ListExpression.
|
Modifier and Type | Method and Description |
---|---|
CollectionExpression |
JDOTypesafeQuery.collectionParameter(String name) |
CollectionExpression |
JDOTypesafeSubquery.select(CollectionExpression expr) |
Modifier and Type | Method and Description |
---|---|
CollectionExpression |
JDOTypesafeSubquery.select(CollectionExpression expr) |
Modifier and Type | Interface and Description |
---|---|
interface |
ListExpression<T extends List<E>,E>
Representation of a List in a query.
|
Modifier and Type | Method and Description |
---|---|
CollectionExpression |
TypesafeQuery.collectionParameter(String name)
Method to return a collection parameter for the query.
|
CollectionExpression |
TypesafeSubquery.select(CollectionExpression expr)
Accessor for the subquery (collection) expression from the subquery.
|
Modifier and Type | Method and Description |
---|---|
CollectionExpression |
TypesafeSubquery.select(CollectionExpression expr)
Accessor for the subquery (collection) expression from the subquery.
|
Copyright © 2023. All rights reserved.