Hey fellas, probably a dumb question, but how do I access the currently set storagePid for use in a query statement within a repository? I want to do something like this: $query->statement('SELECT * FROM table WHERE pid=' . $this->persistence['storagePid'])->execute(); Thanks for your support.