*
* @param QueryInterface $query
* @return int
- * @deprecated since Extbase 6.0, will be removed in Extbase 7.0. It is deprecated only in the interface to be more
- * in sync with Flow in future and will stay in Generic Persistence.
*/
public function getObjectCountByQuery(QueryInterface $query);
*
* @param QueryInterface $query
* @return array
- * @deprecated since Extbase 6.0, will be removed in Extbase 7.0. It is deprecated only in the interface to be more
- * in sync with Flow in future and will stay in Generic Persistence.
*/
public function getObjectDataByQuery(QueryInterface $query);
* Registers a repository
*
* @param string $className The class name of the repository to be registered
- * @deprecated since Extbase 6.0, will be removed in Extbase 7.0. It is deprecated only in the interface to be more
- * in sync with Flow in future and will stay in Generic Persistence.
*/
public function registerRepositoryClassName($className);