Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin před 2 roky
..
Db checkin před 2 roky
Observer checkin před 2 roky
Operation checkin před 2 roky
Sequence checkin před 2 roky
Test/Unit checkin před 2 roky
AbstractModelHydrator.php checkin před 2 roky
CallbackHandler.php checkin před 2 roky
CompositeMapper.php checkin před 2 roky
EntityManager.php checkin před 2 roky
EntityMetadata.php checkin před 2 roky
EntityMetadataInterface.php checkin před 2 roky
EventManager.php checkin před 2 roky
Hydrator.php checkin před 2 roky
HydratorInterface.php checkin před 2 roky
HydratorPool.php checkin před 2 roky
Mapper.php checkin před 2 roky
MapperInterface.php checkin před 2 roky
MapperPool.php checkin před 2 roky
MetadataPool.php checkin před 2 roky
OperationInterface.php checkin před 2 roky
OperationPool.php checkin před 2 roky
README.md checkin před 2 roky
TypeResolver.php checkin před 2 roky

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.