jeroendedauw
|
34dbefaf22
|
Add missing @throws tags
|
2016-02-15 15:15:32 +01:00 |
|
Steve Müller
|
1697293591
|
Merge pull request #1563 from rawkode/bugfix/incorrect-rollback-method-name
Fixing method name 'rollBack', which was documented as 'rollback'
|
2016-01-06 11:49:32 +01:00 |
|
Jeroen Thora
|
6dcb97a20e
|
Fixed many small phpcs issues
|
2015-12-11 20:30:41 +01:00 |
|
David McKay
|
3c7d92e4cc
|
Fixed incorrect case of another two references of rollback
|
2015-11-30 16:53:31 +00:00 |
|
Guilherme Blanco
|
46dec5478a
|
Merge pull request #1505 from qu1m/master
Fixed issue with entity manager when using LockMode::NONE
|
2015-11-08 22:51:38 -05:00 |
|
Quim Manrique
|
1dbacec0e4
|
Fixed issue with entity manager when using LockMode::NONE
|
2015-09-08 00:31:03 +02:00 |
|
Sergio Santoro
|
8c6607532b
|
EntityManager#getReference throw ORMException for unrecognized id
- Unreachable statements have been removed
- Throw ORMException for unrecognized identifier field (same
behavior as EntityManager#find)
|
2015-05-10 00:28:28 +02:00 |
|
Jeroen Thora
|
a409e7591d
|
Changed some wrong usage of the @internal phpdoc
|
2015-03-15 16:53:34 +01:00 |
|
velosipedist
|
60cb01be1f
|
Fix switch non-uniform syntax
|
2014-06-29 18:00:02 +04:00 |
|
Guilherme Blanco
|
10a0daf620
|
DDC-3068 DDC-3069 EntityManager::find accept array of object as id.
|
2014-04-18 02:03:47 +00:00 |
|
fabios
|
1dc3396ad4
|
DDC-3078 - Use CacheFactory instead of cache instantiator
|
2014-04-17 15:20:31 -04:00 |
|
Marco Pivetta
|
df6a411365
|
DDC-3078 - cache instantiator is used in the ORM instead of callables
|
2014-04-17 15:16:59 -04:00 |
|
Marco Pivetta
|
87a907f9dd
|
DDC-3078 - switching cache initialization to use cache instantiator from config
|
2014-04-17 15:16:57 -04:00 |
|
Benjamin Eberlei
|
c8836a008d
|
[DDC-3045] Check that EntityRepository APIs prevent SQL injection through field names. Improve EntityManager#find() error handling when invalid identifier fields are passed.
|
2014-03-23 09:58:31 +01:00 |
|
Steve Müller
|
a6c8ab8a5f
|
make lock mode usage consistent
|
2014-02-05 15:13:53 +01:00 |
|
fabios
|
1bfa8f0fc3
|
Extract cache config
|
2013-12-16 11:05:04 -05:00 |
|
Fabio B. Silva
|
3140593e9b
|
Second level cache
|
2013-12-16 11:05:04 -05:00 |
|
Luís Otávio Cobucci Oblonczyk
|
6d58824ac5
|
Use docblox from EntityManagerInterface
|
2013-12-10 12:09:36 -02:00 |
|
Nicolas Bastien
|
33ddb9c0ca
|
Remove unused use statement
|
2013-10-07 15:58:41 +02:00 |
|
Guilherme Blanco
|
2dd73d4def
|
Kept BC.
|
2013-07-29 10:46:47 -04:00 |
|
Guilherme Blanco
|
c28b457221
|
Modified Hydrators to be per-query instances instead of a singleton-like approach.
|
2013-07-28 20:30:42 -04:00 |
|
Guilherme Blanco
|
a66fc03441
|
Reducing dependency on RepositoryFactory by providing EntityManager as a getRepository argument.
|
2013-06-13 23:53:53 -04:00 |
|
Guilherme Blanco
|
7eb744126b
|
Implemented support for RepositoryFactory.
|
2013-06-13 21:47:40 -04:00 |
|
Benjamin Eberlei
|
acbafd081b
|
Add documentation to EntityManager about instantiation, decoration over inheritance, and some generic introduction.
|
2013-05-09 10:23:12 +02:00 |
|
Lars Strojny
|
acc8b61cd1
|
Adding EntityManagerDecorator base class as an extension point for EntityManager
|
2013-03-06 23:30:47 +01:00 |
|
Joshua Johnson
|
b55d78e119
|
Fix EntityManager doc
|
2013-02-21 17:27:55 -05:00 |
|
Benjamin Morel
|
cba1c8295c
|
Fixed wrong return types in documentation.
|
2013-02-12 11:49:44 +00:00 |
|
Benjamin Morel
|
7869ec714d
|
Fixed unused 'use' statements.
Fixed missed documentation issues in Doctrine\ORM
|
2012-12-13 18:19:21 +00:00 |
|
Benjamin Morel
|
dacdd6cd89
|
Documentation (docblock) fixes.
|
2012-12-01 16:28:06 +00:00 |
|
Fabio B. Silva
|
a09a5b9b7b
|
Fix DDC-2084
|
2012-11-05 22:23:44 -02:00 |
|
jakoch
|
d4a6c488ca
|
fixed use statements
|
2012-10-12 13:53:20 +02:00 |
|
Konstantin Kuklin
|
34d8843fd6
|
improve phpdoc
|
2012-09-21 03:20:06 +04:00 |
|
Guilherme Blanco
|
e5979b5ef2
|
Moved implementation from EntityRepository to EntityManager. This decouples ER implementation from EM, as it should be.
|
2012-07-23 00:52:41 -04:00 |
|
Benjamin Eberlei
|
da331cd277
|
Merge pull request #376 from lstrojny/de-deprecate-transaction-methods
De-deprecate transaction handling methods
|
2012-07-04 12:42:55 -07:00 |
|
Lars Strojny
|
3881e12a2d
|
De-deprecate transaction handling methods
|
2012-06-16 13:22:53 +02:00 |
|
Lars Strojny
|
164269bff1
|
Allow passing any callable instead of only closures
|
2012-06-16 13:20:34 +02:00 |
|
Benjamin Eberlei
|
70458b2f48
|
LGPL => MIT
|
2012-05-26 14:37:00 +02:00 |
|
Guilherme Blanco
|
c3291f8f24
|
Coding style fixes.
|
2012-03-15 01:13:14 -04:00 |
|
patrick-mcdougle
|
7798c94a40
|
Fixed comment for createQuery to include the variable name.
|
2012-03-06 14:18:18 -06:00 |
|
Fabio B. Silva
|
c2cee0d6eb
|
error messages
|
2011-12-22 11:05:11 -02:00 |
|
Benjamin Eberlei
|
003d1410b0
|
Merge pull request #224 from doctrine/DDC-551
DDC-551 - Filter branch
|
2011-12-18 08:03:23 -08:00 |
|
Andrew Mackrodt
|
2fdb55a878
|
Added absolute namespace paths to phpdoc annotations - issue DDC-1025.
|
2011-12-11 21:56:26 +00:00 |
|
Alexander
|
efe7a01482
|
[DDC-551] Fixed CS, comments by @stof
|
2011-12-05 23:00:52 +01:00 |
|
Alexander
|
f4663f4512
|
[DDC-551] Another batch of small refactorings
|
2011-12-05 22:19:54 +01:00 |
|
Alexander
|
04635ad4ff
|
Merge remote-tracking branch 'upstream/master' into DDC-551
Conflicts:
lib/Doctrine/ORM/Persisters/ManyToManyPersister.php
lib/Doctrine/ORM/Persisters/OneToManyPersister.php
|
2011-12-05 21:53:34 +01:00 |
|
Alexander
|
3b7d16c60f
|
[DDC-551] General cleanup of the code.
|
2011-12-05 21:14:31 +01:00 |
|
Benjamin Eberlei
|
619a31913a
|
DDC-1517 - Fix EntityRepository#find() and EntityManager#getReference() breaking on invalid or missing identifiers.
|
2011-12-01 21:18:39 +01:00 |
|
Guilherme Blanco
|
5e3e8b3957
|
More refactorings and optimizations.
|
2011-12-01 10:00:26 -05:00 |
|
Alexander
|
be48821e86
|
Merge remote-tracking branch 'origin/master' into DDC-551
Conflicts:
lib/Doctrine/ORM/Persisters/BasicEntityPersister.php
lib/Doctrine/ORM/Query.php
|
2011-11-23 22:43:42 +01:00 |
|
Benjamin Eberlei
|
53b3030aa2
|
Clarify EntityManager#transactional() docblock
|
2011-11-19 08:58:58 +01:00 |
|