@loopback/docs
Version:
Documentation for LoopBack 4
35 lines (24 loc) • 1.3 kB
Markdown
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) > [@loopback/repository](./repository.md) > [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) | |