Package org.hcjf.layers.crud
Interface ReadRowsLayerInterface
-
- All Superinterfaces:
java.lang.reflect.InvocationHandler,LayerInterface
- All Known Implementing Classes:
CloudOrchestrator.SystemCloudNodeReadableImplementation,CloudOrchestrator.SystemCloudServiceReadableImplementation,KubernetesSpyResource,Layers.SystemLayerReadableImplementation,Layers.SystemResourceReadableImplementation
public interface ReadRowsLayerInterface extends LayerInterface
- Author:
- javaito
-
-
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 org.hcjf.layers.LayerInterface
getImplName, getRegex, isDistributed, isPlugin, isStateful
-
-
-
-
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.
-
-