Top-level interface for all operations in dynamodb-entity-store. Typically use the for(entity) method, but use the other methods here for more advanced usage

Hierarchy

  • AllEntitiesStore

Properties

Methods

Properties

transactions: TransactionOperations

An object to wrap all transactional operations

Methods

  • Build an object to work with one specific Entity. To work with multiple entities in one operation use one of the other methods on this type. But to perform multiple operations that each use an individual entity type then just call this for each entity type. This method is fairly cheap, so feel free to either call it for every operation, or call it and cache it - it's up to you and your style

    Type Parameters

    • TItem

    • TPKSource

    • TSKSource

    Parameters

    • entity: Entity<TItem, TPKSource, TSKSource>

    Returns SingleEntityOperations<TItem, TPKSource, TSKSource>

Generated using TypeDoc