選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2年前
..
Db checkin 2年前
Observer checkin 2年前
Operation checkin 2年前
Sequence checkin 2年前
Test/Unit checkin 2年前
AbstractModelHydrator.php checkin 2年前
CallbackHandler.php checkin 2年前
CompositeMapper.php checkin 2年前
EntityManager.php checkin 2年前
EntityMetadata.php checkin 2年前
EntityMetadataInterface.php checkin 2年前
EventManager.php checkin 2年前
Hydrator.php checkin 2年前
HydratorInterface.php checkin 2年前
HydratorPool.php checkin 2年前
Mapper.php checkin 2年前
MapperInterface.php checkin 2年前
MapperPool.php checkin 2年前
MetadataPool.php checkin 2年前
OperationInterface.php checkin 2年前
OperationPool.php checkin 2年前
README.md checkin 2年前
TypeResolver.php checkin 2年前

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.