Package | Description |
---|---|
javax.jdo |
Modifier and Type | Method and Description |
---|---|
ListExpression<?,?> |
JDOQLTypedQuery.listParameter(String name)
Method to return a list parameter for the query.
|
<E> ListExpression<List<E>,E> |
JDOQLTypedQuery.listParameter(String name,
Class<E> elementType)
Method to return a list parameter for the query.
|
Copyright © 2020. All rights reserved.