I tried to integrate an existing table to my extension. The problem is that the content of the table isn't taken over. I created a new model with the name of the existing table and named the properties according to the existing column names. I also implemented the corresponding getters and setters of the properties.
The name of the existing table is tx_institutsseminarverwaltung_domain_model_event
.
The solution for this issues is:
First get the Typo3 query settings
Set RespectStoragePage to false
Fetch your repository
And set the query settings to your repository.