@sourceloop/authentication-service / Exports / UserLevelResourceRepository
Class: UserLevelResourceRepository¶
Hierarchy¶
-
DefaultSoftCrudRepository
<UserLevelResource
, typeofid
>↳
UserLevelResourceRepository
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new UserLevelResourceRepository(dataSource
, userTenantRepositoryGetter
)
Parameters¶
Name | Type |
---|---|
dataSource |
DataSource |
userTenantRepositoryGetter |
Getter <UserTenantRepository > |
Overrides¶
DefaultSoftCrudRepository< UserLevelResource, typeof UserLevelResource.prototype.id \>.constructor
Defined in¶
services/authentication-service/src/repositories/user-level-resource.repository.ts:23
Properties¶
userTenant¶
• Readonly
userTenant: BelongsToAccessor
<UserTenant
, undefined
| string
>
Defined in¶
services/authentication-service/src/repositories/user-level-resource.repository.ts:18
userTenantRepositoryGetter¶
• Protected
userTenantRepositoryGetter: Getter
<UserTenantRepository
>
Defined in¶
services/authentication-service/src/repositories/user-level-resource.repository.ts:27