Class Layers.SystemLayerReadableImplementation

    • Constructor Detail

      • SystemLayerReadableImplementation

        public SystemLayerReadableImplementation()
    • Method Detail

      • readRows

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