Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Db checkin 2 anni fa
Observer checkin 2 anni fa
Operation checkin 2 anni fa
Sequence checkin 2 anni fa
Test/Unit checkin 2 anni fa
AbstractModelHydrator.php checkin 2 anni fa
CallbackHandler.php checkin 2 anni fa
CompositeMapper.php checkin 2 anni fa
EntityManager.php checkin 2 anni fa
EntityMetadata.php checkin 2 anni fa
EntityMetadataInterface.php checkin 2 anni fa
EventManager.php checkin 2 anni fa
Hydrator.php checkin 2 anni fa
HydratorInterface.php checkin 2 anni fa
HydratorPool.php checkin 2 anni fa
Mapper.php checkin 2 anni fa
MapperInterface.php checkin 2 anni fa
MapperPool.php checkin 2 anni fa
MetadataPool.php checkin 2 anni fa
OperationInterface.php checkin 2 anni fa
OperationPool.php checkin 2 anni fa
README.md checkin 2 anni fa
TypeResolver.php checkin 2 anni fa

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.