You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin пре 2 година
..
Db checkin пре 2 година
Observer checkin пре 2 година
Operation checkin пре 2 година
Sequence checkin пре 2 година
Test/Unit checkin пре 2 година
AbstractModelHydrator.php checkin пре 2 година
CallbackHandler.php checkin пре 2 година
CompositeMapper.php checkin пре 2 година
EntityManager.php checkin пре 2 година
EntityMetadata.php checkin пре 2 година
EntityMetadataInterface.php checkin пре 2 година
EventManager.php checkin пре 2 година
Hydrator.php checkin пре 2 година
HydratorInterface.php checkin пре 2 година
HydratorPool.php checkin пре 2 година
Mapper.php checkin пре 2 година
MapperInterface.php checkin пре 2 година
MapperPool.php checkin пре 2 година
MetadataPool.php checkin пре 2 година
OperationInterface.php checkin пре 2 година
OperationPool.php checkin пре 2 година
README.md checkin пре 2 година
TypeResolver.php checkin пре 2 година

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.