Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @cipherstash/stashjs-typeorm

Index

Type Aliases

WrappedRepository<T>: Repository<T> & { createCSQueryBuilder: any; createCollection: any; dropCollection: any; reindex: any }

Type Parameters

  • T extends StashLinkableEntity

Variables

CollectionManager: CollectionManagerSingleton = ...
ConfigurationMetadata: ConfigurationMetadataSingleton = ...

Functions

  • EncryptedColumn(options: EncryptedColumnOptions): PropertyDecorator
  • Parameters

    • options: EncryptedColumnOptions

    Returns PropertyDecorator

  • Queryable(): PropertyDecorator
  • Returns PropertyDecorator

  • Type Parameters

    • T extends StashLinkableEntity

    Parameters

    • repo: Repository<T>

    Returns WrappedRepository<T>

Generated using TypeDoc