Object executeWithMap(
Map parameters
)
Execute the query and return the filtered
Collection
. The query is executed with the parameters set by the Map
values. Each Map
entry consists of a key which is the name of the parameter in the declareParameters
method, and a value which is the value used in the execute
method. The keys in the Map
and the declared parameters must exactly match or a JDOUserException
is thrown. - Parameters:
parameters
- theMap
containing all of the parameters.
- Return:
- the filtered
Collection
.
- See Also:
executeWithArray(Object[] parameters)
- Since:
- JDO 1.0