coreentity - juanitopons/fullstack-test GitHub Wiki

fullstack-test-server - v1.0.0GlobalsCoreEntity

Class: CoreEntity

Hierarchy

Index

Properties

Methods

Properties

Static QUERY_MAPPINGS_TYPES

QUERY_MAPPINGS_TYPES: string[] = []

Defined in src/database/entities/core.entity.ts:13

Methods

Static getRepository

getRepository(entityClass: ICoreEntity): Repository‹CoreEntity‹››

Defined in src/database/entities/core.entity.ts:24

Parameters:

Name Type
entityClass ICoreEntity

Returns: Repository‹CoreEntity‹››


Static hasQueryMappingTypes

hasQueryMappingTypes(mappingType: string, entityClass: ICoreEntity): boolean

Defined in src/database/entities/core.entity.ts:17

Parameters:

Name Type
mappingType string
entityClass ICoreEntity

Returns: boolean

⚠️ **GitHub.com Fallback** ⚠️