Class InMemoryQueryEngine<T extends EntityInterface>
java.lang.Object
com.smeup.kokos.sdk.entity.engine.InMemoryQueryEngine<T>
This class define the engine that performs query in memory
- Author:
- mattia.bonardi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(Iterable<T> elements, EntityRepositoryContext context, Set<EntityRepositoryCapability> capabilities)
-
Constructor Details
-
InMemoryQueryEngine
public InMemoryQueryEngine()
-
-
Method Details
-
process
public Iterable<T> process(Iterable<T> elements, EntityRepositoryContext context, Set<EntityRepositoryCapability> capabilities)
-