About parameters
Query Parameters in JPA
Explains how to use parameters (named parameters and ordinal parameters) in JPA queries. Query parameters enable the definition of reusable queries. Such queries can be ... page covers the following topics: Named Parameters (:name) Ordinal Parameters (?index) Criteria Query Parameters ...
javax.persistence.TypedQuery
Interface used to control the execution of typed queries.(Interface of JPA)
javax.persistence.criteria.CriteriaBuilder
Used to construct criteria queries, compound selections, expressions, predicates, orderings.(Interface of JPA)
parameter(paramClass)
Create a parameter expression.(Method of javax.persistence.criteria.CriteriaBuilder)
javax.jdo.Query
The Query interface allows applications to obtain persistent instances, values, and aggregate data from the data store.(Interface of JDO)
javax.jdo.PersistenceManager
PersistenceManager is the primary interface for JDO-aware application components.(Interface of JDO)
javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
This class is an empty implementation of the DataStoreCache interface.(Class of JDO)
executeWithArray(parameters)
Execute the query and return the filtered Collection.(Method of javax.jdo.Query)