UNPKG

@loopback/docs

Version:
35 lines (24 loc) 1.3 kB
--- lang: en title: 'API docs: repository.applicationwithrepositories' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.repository.applicationwithrepositories.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [ApplicationWithRepositories](./repository.applicationwithrepositories.md) ## ApplicationWithRepositories interface Interface for an Application mixed in with RepositoryMixin <b>Signature:</b> ```typescript export interface ApplicationWithRepositories extends Application ``` ## Methods | Method | Description | | --- | --- | | [component(component, name)](./repository.applicationwithrepositories.component.md) | | | [dataSource(dataSource, name)](./repository.applicationwithrepositories.datasource.md) | | | [getRepository(repo)](./repository.applicationwithrepositories.getrepository.md) | | | [migrateSchema(options)](./repository.applicationwithrepositories.migrateschema.md) | | | [mountComponentRepositories(component)](./repository.applicationwithrepositories.mountcomponentrepositories.md) | | | [repository(repo, name)](./repository.applicationwithrepositories.repository.md) | |