Class ParameterizedQuery.ParameterizedConsumer

    • Method Summary

      Modifier and Type Method Description
      java.lang.Object get​(java.lang.Object instance, QueryParameter queryParameter, Queryable.DataSource dataSource)
      Call the implementation of the inner consumer instance.
      java.lang.Object getParameter​(java.lang.Integer place)
      Returns the parameter stored into the specific place.
      java.util.List<java.lang.Object> getParameters()
      Returns a list with all the parameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • get

        public java.lang.Object get​(java.lang.Object instance,
                                    QueryParameter queryParameter,
                                    Queryable.DataSource dataSource)
        Call the implementation of the inner consumer instance.
        Parameters:
        instance - Data source.
        queryParameter - Query parameter.
        dataSource - Data source
        Returns:
        Returns the value of the inner consumer.
      • getParameter

        public java.lang.Object getParameter​(java.lang.Integer place)
        Returns the parameter stored into the specific place.
        Parameters:
        place - Place.
        Returns:
        Parameter instance.
      • getParameters

        public java.util.List<java.lang.Object> getParameters()
        Returns a list with all the parameters.
        Returns:
        List with all the parameters.