Rostislav Wolny
503283fa63
Provide array cache implementation
...
doctrine/cache 2.0 no longer provides implementations of caches. It provides only interfaces.
We need only PHP array cache so I chose to implement this simple cache instead of introducing
new cache library.
[MAILPOET-3892]
2021-10-28 15:44:18 +02:00
Rostislav Wolny
c9603b76dc
Update doctrine packages and fix metadata cache
...
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
12cc818f8b
Fix required after optional parameter in doctrine config factory
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
2f1ea71e73
Fix Doctrine deprecation warnings in lib
...
[MAILPOET-3146]
2020-10-08 15:59:05 +02:00
Jan Jakeš
8c848cfa28
Convert property names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Amine Ben hammou
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
Jan Jakeš
292a96953c
Set MetadataCache read-only flag from AnnotationReaderProvider
...
[MAILPOET-2437]
2019-10-24 11:03:09 +01:00
Jan Jakeš
68c1b62df5
Extract annotation reader setup to a provider class
...
[MAILPOET-2437]
2019-10-24 11:03:09 +01:00
Jan Jakeš
730f640cc3
Integrate symfony/validator with Doctrine entitites
...
[MAILPOET-2437]
2019-10-24 11:03:09 +01:00
Jan Jakeš
48802e47c4
Use namespaced Doctrine annotations
...
[MAILPOET-2437]
2019-10-24 11:03:09 +01:00
Jan Jakeš
ade1cc4d8e
Autofix alphabetically sorted use statements
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
Amine Ben hammou
f1b1108804
Remove Doctrine unneeded annotations directory
2019-08-20 11:02:20 -04:00
Jan Jakeš
0353f8e8b1
Move entities to lib/entities and use "Entity" suffix
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
Jan Jakeš
6ede84af1b
Use only array cache in Doctrine at the moment
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
Jan Jakeš
4c6e7572d4
Add command for Doctrine metadata generating
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
Jan Jakeš
b314afed8c
Add table prefix setup for Doctrine
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
Jan Jakeš
e515f06d02
Add Doctrine cache configuration
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
Jan Jakeš
7a69c23967
Add Doctrine proxies configuration
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
Jan Jakeš
7714d294b8
Add Doctrine metadata storage configuration
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
Jan Jakeš
ca1311abf6
Add Doctrine EntityManager configuration
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00