org.silverpeas.persistence.repository
Interface Parameters

All Known Implementing Classes:
NamedParameters

public interface Parameters

A collection of parameters used to filter a query or used in a criterion.

Author:
mmoquillon

Method Summary
 Parameters add(String key, Object value)
          Adds a new parameter with the specified key and value.
 

Method Detail

add

Parameters add(String key,
               Object value)
Adds a new parameter with the specified key and value.

Parameters:
key - an identifier of the parameter.
value - the value of the parameter.
Returns:
itself enriched with the new parameter.


Copyright © 2016 Silverpeas. All Rights Reserved.