---
lang: en
title: 'API docs: repository.applicationwithrepositories'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository
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

**Signature:**

```typescript
export interface ApplicationWithRepositories extends Application 
```
**Extends:** [Application](./core.application.md)

## 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) |  |
|  [model(modelClass)](./repository.applicationwithrepositories.model.md) |  |
|  [mountComponentRepositories(component)](./repository.applicationwithrepositories.mountcomponentrepositories.md) |  |
|  [repository(repo, name)](./repository.applicationwithrepositories.repository.md) |  |


