_init(static::TABLE_NAME, PendingCaptureInterface::ID); } /** * {@inheritDoc} */ protected function _getLoadSelect($field, $value, $object) { $select = parent::_getLoadSelect($field, $value, $object); $select->forUpdate($object->hasLockOnLoad()); return $select; } }