Interface ReadRowsLayerInterface

    • Method Summary

      Modifier and Type Method Description
      default java.util.Collection<JoinableMap> readRows​(Queryable queryable)
      This method implements the read operation using the filters specified in the query and return a collection of maps.
      • Methods inherited from interface java.lang.reflect.InvocationHandler

        invoke
    • Method Detail

      • readRows

        default java.util.Collection<JoinableMap> readRows​(Queryable queryable)
        This method implements the read operation using the filters specified in the query and return a collection of maps.
        Parameters:
        queryable - Instance that contains all the information to evaluate a query.
        Returns:
        Return the list with the instances founded.