Actions
Bug #87632
closedDo not treat all classes as entities
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extbase
Target version:
Start date:
2019-02-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, ClassSchema has a property modelType which is set to a value by default that defines that the class the class schema is generated for is an entity.
This however is wrong as most classes aren't entities and therefore don't need to consume the extra cpu cycles to check for entity related annotations and so on.
Actions