Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin pirms 2 gadiem
..
Db checkin pirms 2 gadiem
Observer checkin pirms 2 gadiem
Operation checkin pirms 2 gadiem
Sequence checkin pirms 2 gadiem
Test/Unit checkin pirms 2 gadiem
AbstractModelHydrator.php checkin pirms 2 gadiem
CallbackHandler.php checkin pirms 2 gadiem
CompositeMapper.php checkin pirms 2 gadiem
EntityManager.php checkin pirms 2 gadiem
EntityMetadata.php checkin pirms 2 gadiem
EntityMetadataInterface.php checkin pirms 2 gadiem
EventManager.php checkin pirms 2 gadiem
Hydrator.php checkin pirms 2 gadiem
HydratorInterface.php checkin pirms 2 gadiem
HydratorPool.php checkin pirms 2 gadiem
Mapper.php checkin pirms 2 gadiem
MapperInterface.php checkin pirms 2 gadiem
MapperPool.php checkin pirms 2 gadiem
MetadataPool.php checkin pirms 2 gadiem
OperationInterface.php checkin pirms 2 gadiem
OperationPool.php checkin pirms 2 gadiem
README.md checkin pirms 2 gadiem
TypeResolver.php checkin pirms 2 gadiem

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.