AuthorRepository

interface AuthorRepository: Any

Provides functions to query Authors that have been persisted in the database.

Methods

findByUserId

abstract fun findByUserId(userId: String): Author?

Parameters

Name Description
userId: String

ReturnValue

Name Description
Author?