Home
last modified time | relevance | path

Searched refs:uow (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Dunitofwork.py399 def _mappers(self, uow): argument
417 def execute(self, uow): argument
454 def __new__(cls, uow, *args): argument
465 self.execute(uow)
482 def execute(self, uow): argument
503 def _elements(self, uow): argument
516 def execute(self, uow): argument
528 def execute(self, uow): argument
532 uow
557 def execute(self, uow): argument
[all …]
H A Ddependency.py73 uow,
77 uow,
82 uow,
86 uow,
144 uow,
151 uow,
333 uow,
337 uow,
374 uow,
378 uow,
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/orm/
H A Dunitofwork.py441 def _mappers(self, uow): argument
466 def execute(self, uow): argument
515 self.execute(uow)
529 def execute(self, uow): argument
550 def _elements(self, uow): argument
565 def execute(self, uow): argument
579 def execute(self, uow): argument
583 uow,
614 def execute(self, uow): argument
618 uow,
[all …]
H A Ddependency.py94 uow,
205 uow,
320 uow, argument
336 uow.dependencies.update(
347 uow.dependencies.update(
361 uow, argument
616 uow, argument
656 uow, argument
947 uow, argument
956 uow.dependencies.update(
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Dunitofwork.py415 def _mappers(self, uow): argument
433 def execute(self, uow): argument
470 def __new__(cls, uow, *args): argument
481 self.execute(uow)
498 def execute(self, uow): argument
519 def _elements(self, uow): argument
532 def execute(self, uow): argument
544 def execute(self, uow): argument
548 uow
573 def execute(self, uow): argument
[all …]
H A Ddependency.py73 uow,
77 uow,
82 uow,
86 uow,
144 uow,
151 uow,
333 uow,
337 uow,
374 uow,
378 uow,
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/orm/
H A Dunitofwork.py447 def _mappers(self, uow): argument
472 def execute(self, uow): argument
521 self.execute(uow)
535 def execute(self, uow): argument
556 def _elements(self, uow): argument
571 def execute(self, uow): argument
585 def execute(self, uow): argument
589 uow,
620 def execute(self, uow): argument
624 uow,
[all …]
H A Ddependency.py94 uow,
205 uow,
320 uow, argument
336 uow.dependencies.update(
347 uow.dependencies.update(
361 uow, argument
630 uow, argument
670 uow, argument
971 uow, argument
980 uow.dependencies.update(
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/orm/
H A Dunitofwork.py481 def _mappers(self, uow): argument
506 def execute(self, uow): argument
555 self.execute(uow)
574 def execute(self, uow): argument
595 def _elements(self, uow): argument
612 def execute(self, uow): argument
629 def execute(self, uow): argument
633 uow,
666 def execute(self, uow): argument
670 uow,
[all …]
H A Ddependency.py95 uow,
206 uow,
326 uow, argument
342 uow.dependencies.update(
353 uow.dependencies.update(
367 uow, argument
636 uow, argument
676 uow, argument
977 uow, argument
986 uow.dependencies.update(
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/kv/
H A Dkv_engine_test_harness.cpp85 uow.commit(); in TEST()
164 uow.commit(); in TEST()
185 uow.commit(); in TEST()
194 uow.commit(); in TEST()
203 uow.commit(); in TEST()
213 uow.commit(); in TEST()
231 uow.commit(); in TEST()
241 uow.commit(); in TEST()
257 uow.commit(); in TEST()
286 uow.commit(); in TEST()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/
H A Dsorted_data_interface_test_unindex.cpp58 uow.commit(); in TEST()
73 uow.commit(); in TEST()
98 uow.commit(); in TEST()
113 uow.commit(); in TEST()
139 uow.commit(); in TEST()
154 uow.commit(); in TEST()
168 uow.commit(); in TEST()
185 uow.commit(); in TEST()
211 uow.commit(); in TEST()
226 uow.commit(); in TEST()
[all …]
H A Dsorted_data_interface_test_insert.cpp58 uow.commit(); in TEST()
83 uow.commit(); in TEST()
111 uow.commit(); in TEST()
125 uow.commit(); in TEST()
153 uow.commit(); in TEST()
167 uow.commit(); in TEST()
194 uow.commit(); in TEST()
208 uow.commit(); in TEST()
303 uow.commit(); in TEST()
317 uow.commit(); in TEST()
[all …]
H A Dsorted_data_interface_test_harness.cpp84 uow.commit(); in TEST()
93 uow.commit(); in TEST()
116 uow.commit(); in TEST()
125 uow.commit(); in TEST()
144 uow.commit(); in TEST()
173 uow.commit(); in TEST()
183 uow.commit(); in TEST()
202 uow.commit(); in TEST()
211 uow.commit(); in TEST()
230 uow.commit(); in TEST()
[all …]
H A Dsorted_data_interface_test_dupkeycheck.cpp58 WriteUnitOfWork uow(opCtx.get()); in TEST() local
60 uow.commit(); in TEST()
72 WriteUnitOfWork uow(opCtx.get()); in TEST() local
75 uow.commit(); in TEST()
94 WriteUnitOfWork uow(opCtx.get()); in TEST() local
96 uow.commit(); in TEST()
115 WriteUnitOfWork uow(opCtx.get()); in TEST() local
117 uow.commit(); in TEST()
131 uow.commit(); in TEST()
152 uow.commit(); in TEST()
[all …]
H A Drecord_store_test_harness.cpp68 uow.commit(); in TEST()
94 uow.commit(); in TEST()
140 uow.commit(); in TEST()
168 uow.commit(); in TEST()
185 uow.commit(); in TEST()
215 uow.commit(); in TEST()
230 uow.commit(); in TEST()
256 uow.commit(); in TEST()
286 uow.commit(); in TEST()
317 uow.commit(); in TEST()
[all …]
H A Dsorted_data_interface_test_cursor_locate.cpp60 uow.commit(); in TEST()
91 uow.commit(); in TEST()
122 uow.commit(); in TEST()
153 uow.commit(); in TEST()
185 uow.commit(); in TEST()
203 uow.commit(); in TEST()
241 uow.commit(); in TEST()
260 uow.commit(); in TEST()
299 uow.commit(); in TEST()
319 uow.commit(); in TEST()
[all …]
H A Drecord_store_test_updatewithdamages.cpp68 WriteUnitOfWork uow(opCtx.get()); in TEST() local
73 uow.commit(); in TEST()
97 WriteUnitOfWork uow(opCtx.get()); in TEST() local
101 uow.commit(); in TEST()
134 WriteUnitOfWork uow(opCtx.get()); in TEST() local
139 uow.commit(); in TEST()
164 uow.commit(); in TEST()
203 uow.commit(); in TEST()
228 uow.commit(); in TEST()
265 uow.commit(); in TEST()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/
H A DDebugUnitOfWorkListener.php78 $uow = $em->getUnitOfWork();
79 $identityMap = $uow->getIdentityMap();
92 …fwrite($fh, " Entity: " . $this->getIdString($entity, $uow) . " " . spl_object_hash($entity)."\n");
109 … fwrite($fh, $this->getIdString($value, $uow) . " " . spl_object_hash($value) . "\n");
119 … fwrite($fh, " " . $this->getIdString($obj, $uow) . " " . spl_object_hash($obj)."\n");
124 … fwrite($fh, " " . $this->getIdString($obj, $uow) . " " . spl_object_hash($obj)."\n");
153 * @param UnitOfWork $uow
157 private function getIdString($entity, UnitOfWork $uow) argument
159 if ($uow->isInIdentityMap($entity)) {
160 $ids = $uow->getEntityIdentifier($entity);
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/
H A DDebugUnitOfWorkListener.php78 $uow = $em->getUnitOfWork();
79 $identityMap = $uow->getIdentityMap();
93 …fwrite($fh, " Entity: " . $this->getIdString($entity, $uow) . " " . spl_object_hash($entity)."\n");
110 … fwrite($fh, $this->getIdString($value, $uow) . " " . spl_object_hash($value) . "\n");
120 … fwrite($fh, " " . $this->getIdString($obj, $uow) . " " . spl_object_hash($obj)."\n");
125 … fwrite($fh, " " . $this->getIdString($obj, $uow) . " " . spl_object_hash($obj)."\n");
154 * @param UnitOfWork $uow
158 private function getIdString($entity, UnitOfWork $uow) argument
160 if ($uow->isInIdentityMap($entity)) {
161 $ids = $uow->getEntityIdentifier($entity);
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/
H A DDefaultQueryCache.php49 private $uow; variable in Doctrine\\ORM\\Cache\\DefaultQueryCache
81 $this->uow = $em->getUnitOfWork();
110 $persister = $this->uow->getEntityPersister($entityName);
141 $assocPersister = $this->uow->getEntityPersister($assoc['targetEntity']);
152 $this->uow->hydrationComplete();
181 $this->uow->hydrationComplete();
203 $this->uow->hydrationComplete();
237 $persister = $this->uow->getEntityPersister($entityName);
246 $identifier = $this->uow->getEntityIdentifier($entity);
280 $assocIdentifier = $this->uow->getEntityIdentifier($assocValue);
[all …]
H A DDefaultEntityHydrator.php46 private $uow; variable in Doctrine\\ORM\\Cache\\DefaultEntityHydrator
66 $this->uow = $em->getUnitOfWork();
75 $data = $this->uow->getOriginalEntityData($entity);
115 $targetId = $this->uow->getEntityIdentifier($data[$name]);
122 $targetId = is_object($data[$name]) && $this->uow->isInIdentityMap($data[$name])
123 ? $this->uow->getEntityIdentifier($data[$name])
171 $assocPersister = $this->uow->getEntityPersister($assoc['targetEntity']);
179 …$data[$name] = $this->uow->createEntity($assocEntry->class, $assocEntry->resolveAssociationEntries…
183 $this->uow->registerManaged($entity, $key->identifier, $data);
186 $result = $this->uow->createEntity($entry->class, $data, $hints);
[all …]
H A DDefaultCache.php46 private $uow; variable in Doctrine\\ORM\\Cache\\DefaultCache
69 $this->uow = $em->getUnitOfWork();
81 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
96 … $persister = $this->uow->getCollectionPersister($metadata->getAssociationMapping($association));
111 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
126 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
141 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
158 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
174 … $persister = $this->uow->getCollectionPersister($metadata->getAssociationMapping($association));
228 $persister = $this->uow->getCollectionPersister($association);
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/
H A DDefaultEntityHydrator.php46 private $uow; variable in Doctrine\\ORM\\Cache\\DefaultEntityHydrator
66 $this->uow = $em->getUnitOfWork();
75 $data = $this->uow->getOriginalEntityData($entity);
128 $targetId = $this->uow->getEntityIdentifier($data[$name]);
135 $targetId = is_object($data[$name]) && $this->uow->isInIdentityMap($data[$name])
136 ? $this->uow->getEntityIdentifier($data[$name])
184 $assocPersister = $this->uow->getEntityPersister($assoc['targetEntity']);
192 …$data[$name] = $this->uow->createEntity($assocEntry->class, $assocEntry->resolveAssociationEntries…
196 $this->uow->registerManaged($entity, $key->identifier, $data);
199 $result = $this->uow->createEntity($entry->class, $data, $hints);
[all …]
H A DDefaultCache.php46 private $uow; variable in Doctrine\\ORM\\Cache\\DefaultCache
66 $this->uow = $em->getUnitOfWork();
78 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
93 … $persister = $this->uow->getCollectionPersister($metadata->getAssociationMapping($association));
108 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
123 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
138 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
155 $persister = $this->uow->getEntityPersister($metadata->rootEntityName);
171 … $persister = $this->uow->getCollectionPersister($metadata->getAssociationMapping($association));
225 $persister = $this->uow->getCollectionPersister($association);
[all …]

12345678910>>...12