Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/magento/framework/EntityManager/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/magento/framework/EntityManager/README.md
# EntityManager

**EntityManager** library contains functionality for entity persistence layer.
EntityManager supports persistence of basic entity attributes as well as extension and custom attributes 
added by 3rd party developers for the purpose of extending default entity behavior.

It's not recommended to use EntityManager and its infrastructure for your entity persistence.
In the nearest future new Persistence Entity Manager would be released which will cover all the requirements for 
persistence layer along with Query API as performance efficient APIs for Read scenarios.

Currently, it's recommended to use Resource Model infrastructure and make a successor of 
Magento\Framework\Model\ResourceModel\Db\AbstractDb class or successor of 
Magento\Eav\Model\Entity\AbstractEntity if EAV attributes support needed.

For filtering operations, it's recommended to use successor of 
Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection class.

Spamworldpro Mini