No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Db checkin hace 2 años
Observer checkin hace 2 años
Operation checkin hace 2 años
Sequence checkin hace 2 años
Test/Unit checkin hace 2 años
AbstractModelHydrator.php checkin hace 2 años
CallbackHandler.php checkin hace 2 años
CompositeMapper.php checkin hace 2 años
EntityManager.php checkin hace 2 años
EntityMetadata.php checkin hace 2 años
EntityMetadataInterface.php checkin hace 2 años
EventManager.php checkin hace 2 años
Hydrator.php checkin hace 2 años
HydratorInterface.php checkin hace 2 años
HydratorPool.php checkin hace 2 años
Mapper.php checkin hace 2 años
MapperInterface.php checkin hace 2 años
MapperPool.php checkin hace 2 años
MetadataPool.php checkin hace 2 años
OperationInterface.php checkin hace 2 años
OperationPool.php checkin hace 2 años
README.md checkin hace 2 años
TypeResolver.php checkin hace 2 años

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.