longyi c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
..
Db c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Observer c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Operation c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Sequence c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Test c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
AbstractModelHydrator.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
CallbackHandler.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
CompositeMapper.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
EntityManager.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
EntityMetadata.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
EntityMetadataInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
EventManager.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Hydrator.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
HydratorInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
HydratorPool.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Mapper.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
MapperInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
MapperPool.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
MetadataPool.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
OperationInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
OperationPool.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
README.md c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
TypeResolver.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos

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.