typeorm#MongoRepository TypeScript Examples

The following examples show how to use typeorm#MongoRepository. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: NotificationsRepository.ts    From gobarber-api with MIT License 5 votes vote down vote up
private ormRepository: MongoRepository<Notification>;
Example #2
Source File: NotificationsRepository.ts    From hotseat-api with MIT License 5 votes vote down vote up
private ormRepository: MongoRepository<Notification>;
Example #3
Source File: ModelStore.ts    From confidential-storage with Apache License 2.0 5 votes vote down vote up
private vaults: MongoRepository<Vault>;
Example #4
Source File: ModelStore.ts    From confidential-storage with Apache License 2.0 5 votes vote down vote up
private vaultIndexes: MongoRepository<VaultIndex>;
Example #5
Source File: ModelStore.ts    From confidential-storage with Apache License 2.0 5 votes vote down vote up
private documents: MongoRepository<Document>;
Example #6
Source File: ModelStore.ts    From confidential-storage with Apache License 2.0 5 votes vote down vote up
private chunks: MongoRepository<Chunk>;
Example #7
Source File: ModelStore.ts    From confidential-storage with Apache License 2.0 5 votes vote down vote up
private capabilities: MongoRepository<Capability>;
Example #8
Source File: ModelStore.ts    From confidential-storage with Apache License 2.0 5 votes vote down vote up
private revocations: MongoRepository<Revocation>;
Example #9
Source File: NotificationsRepository.ts    From gobarber-project with MIT License 5 votes vote down vote up
private ormRepository: MongoRepository<Notification>;
Example #10
Source File: NotificationsRepository.ts    From GoBarber with MIT License 5 votes vote down vote up
private ormRepository: MongoRepository<Notification>;