Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Db checkin há 2 anos
Observer checkin há 2 anos
Operation checkin há 2 anos
Sequence checkin há 2 anos
Test/Unit checkin há 2 anos
AbstractModelHydrator.php checkin há 2 anos
CallbackHandler.php checkin há 2 anos
CompositeMapper.php checkin há 2 anos
EntityManager.php checkin há 2 anos
EntityMetadata.php checkin há 2 anos
EntityMetadataInterface.php checkin há 2 anos
EventManager.php checkin há 2 anos
Hydrator.php checkin há 2 anos
HydratorInterface.php checkin há 2 anos
HydratorPool.php checkin há 2 anos
Mapper.php checkin há 2 anos
MapperInterface.php checkin há 2 anos
MapperPool.php checkin há 2 anos
MetadataPool.php checkin há 2 anos
OperationInterface.php checkin há 2 anos
OperationPool.php checkin há 2 anos
README.md checkin há 2 anos
TypeResolver.php checkin há 2 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.