Page Contents
Home > @loopback/typeorm > TypeOrmConnectionBooter
TypeOrmConnectionBooter class
A class that extends BaseArtifactBooter to boot the TypeORM connection artifact type.
Supported phases: configure, discover, load
Signature:
export declare class TypeOrmConnectionBooter extends BaseArtifactBooter
Extends: BaseArtifactBooter
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(app, projectRoot, entityConfig) | Constructs a new instance of the TypeOrmConnectionBooter class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| app | ApplicationUsingTypeOrm | ||
| entityConfig | ArtifactOptions |
Methods
| Method | Modifiers | Description |
|---|---|---|
| load() |