Package org.hcjf.layers
Class Layers.SystemLayerReadableImplementation
- java.lang.Object
-
- org.hcjf.layers.Layer
-
- org.hcjf.layers.Layers.SystemLayerReadableImplementation
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler,ReadRowsLayerInterface,LayerInterface
- Enclosing class:
- Layers
public static class Layers.SystemLayerReadableImplementation extends Layer implements ReadRowsLayerInterface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.layers.Layer
Layer.Access, Layer.LayerAgent, Layer.LayerAgentMBean
-
-
Constructor Summary
Constructors Constructor Description SystemLayerReadableImplementation()
-
Method Summary
Modifier and Type Method Description 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 class org.hcjf.layers.Layer
checkAccess, getAliases, getImplName, getLayer, getProxy, getSession, getTarget, invoke, isOverwritable, isPlugin, isStateful
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hcjf.layers.LayerInterface
getImplName, getRegex, isDistributed, isPlugin, isStateful
-
-
-
-
Method Detail
-
readRows
public java.util.Collection<JoinableMap> readRows(Queryable queryable)
Description copied from interface:ReadRowsLayerInterfaceThis method implements the read operation using the filters specified in the query and return a collection of maps.- Specified by:
readRowsin interfaceReadRowsLayerInterface- Parameters:
queryable- Instance that contains all the information to evaluate a query.- Returns:
- Return the list with the instances founded.
-
-