Introduction

EntityRepo can be thought of as the Data Access Object (DAO) provided by Dynamo. It has the ability to perform database operations, file manipulations, access to UserManager object, etc.

Overview

EntityRepo is directly available in a processor's context. This means that it can be accessed in a processor using this.entityRepo

  • Database operations can be carried out directly through access methods on the EntityRepo object. Read More

  • Infrastructure operations are accessed by calling the infrastructure function on the EntityRepo object. The result of this function is an object that has the exposed infrastructure functionalities. Read More