// SPDX-License-Identifier: AGPL-3.0-or-later namespace OCA\Jukebox\Db; use OCA\Jukebox\AppInfo\Application; use OCP\AppFramework\Db\DoesNotExistException; use OCP\AppFramework\Db\QBMapper; use OCP\DB\QueryBuilder\IQueryBuilder; use OCP\IDBConnection; use Psr\Log\LoggerInterface; /** * @template-extends QBMapper