Closed mvorisek closed 1 year ago
Currently Model is tightly coupled with one persistence.
persistence getters on entity are not wanted and $this->_persistence in $entity->getPersistence() was fetched using __get
$this->_persistence
$entity->getPersistence()
__get
Currently Model is tightly coupled with one persistence.
persistence getters on entity are not wanted and
$this->_persistence
in$entity->getPersistence()
was fetched using__get