Interface Parameters

  • All Known Implementing Classes:
    NamedParameters, NoNamedParameter

    public interface Parameters
    A collection of parameters used to filter a query or used in a criterion.
    Author:
    mmoquillon
    • 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.