Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Db checkin il y a 2 ans
Observer checkin il y a 2 ans
Operation checkin il y a 2 ans
Sequence checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
AbstractModelHydrator.php checkin il y a 2 ans
CallbackHandler.php checkin il y a 2 ans
CompositeMapper.php checkin il y a 2 ans
EntityManager.php checkin il y a 2 ans
EntityMetadata.php checkin il y a 2 ans
EntityMetadataInterface.php checkin il y a 2 ans
EventManager.php checkin il y a 2 ans
Hydrator.php checkin il y a 2 ans
HydratorInterface.php checkin il y a 2 ans
HydratorPool.php checkin il y a 2 ans
Mapper.php checkin il y a 2 ans
MapperInterface.php checkin il y a 2 ans
MapperPool.php checkin il y a 2 ans
MetadataPool.php checkin il y a 2 ans
OperationInterface.php checkin il y a 2 ans
OperationPool.php checkin il y a 2 ans
README.md checkin il y a 2 ans
TypeResolver.php checkin il y a 2 ans

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.