Benjamin Eberlei
|
3fff83cd13
|
Merge 2.2 into master
|
2012-01-03 19:20:11 +01:00 |
|
Benjamin Eberlei
|
a07fc515c7
|
DCOM-93 - Fix docblocks
|
2012-01-03 18:41:48 +01:00 |
|
Benjamin Eberlei
|
76e4f5a80b
|
DCOM-93 - Removed reflection dependency from ClassMetadata completly, moving all the code into ClassMetadataInfo for BC reasons.
|
2012-01-02 21:32:18 +01:00 |
|
Benjamin Eberlei
|
c7d8c9f34e
|
DCOM-93 - Factor out ClassMetadata constructor into delegate method initializeReflection
|
2012-01-02 17:06:22 +01:00 |
|
Benjamin Eberlei
|
1cecc9c429
|
DCOM-93 - Factor out __wakeup into a delegate-method from ClassMetadataFactory#wakeupReflection to ClassMetadataInfo#wakeupReflection
|
2012-01-02 15:57:32 +01:00 |
|
Benjamin Eberlei
|
ea2d4e4282
|
DCOM-93 - Add ClassMetadataFactory#wakeupReflection implementation
|
2012-01-02 15:46:20 +01:00 |
|
Benjamin Eberlei
|
80408ac34f
|
DCOM-93 - Add empty initialize and wakeup methods.
|
2012-01-02 15:36:36 +01:00 |
|
Benjamin Eberlei
|
9bdf9a9904
|
DCOM-93 - Adjust ClassMetadataFactory#getClassParents() to use reflection service.
|
2012-01-02 15:30:25 +01:00 |
|
Fabio B. Silva
|
8bdb713073
|
add support for NamingStrategy
|
2011-12-23 14:41:03 -02:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Benjamin Eberlei
|
9cd8f85a8c
|
DDC-1456 - Disallow setting id generators on composite identifiers.
|
2011-12-18 00:32:35 +01:00 |
|
Andrew Mackrodt
|
ef12a09ae0
|
Added remaining absolute namespace paths to phpdoc annotations - issue DDC-1025.
|
2011-12-11 21:56:27 +00:00 |
|
Andrew Mackrodt
|
2fdb55a878
|
Added absolute namespace paths to phpdoc annotations - issue DDC-1025.
|
2011-12-11 21:56:26 +00:00 |
|
Benjamin Eberlei
|
0c12d3ed5a
|
DDC-1512 - Make ClassMetadataFactory::isTransient() entity namespace aware.
|
2011-11-28 11:16:23 +01:00 |
|
Fabio B. Silva
|
8af0f9d071
|
added support for Inherited Named Queries
|
2011-11-14 16:07:37 -02:00 |
|
Sergey Linnik
|
c3ec6e383c
|
Fix isTransient call on uninitialized ClassMetadataFactory
|
2011-10-18 01:14:07 +04:00 |
|
lenar
|
cab154b873
|
identifier referencing foreign entity can be defined in parent class too
|
2011-10-15 19:59:50 +02:00 |
|
Benjamin Eberlei
|
c02920762b
|
Adjust ClassMetadataFactory to forthcoming interface change
|
2011-09-25 14:41:56 +02:00 |
|
Fabio B. Silva
|
19d0887bb0
|
check if parent class is a mapped superclass
|
2011-09-08 13:41:16 -03:00 |
|
Fabio B. Silva
|
25ecd45fd1
|
Merge remote-tracking branch 'upstream/master' into DDC-869
|
2011-09-07 17:27:59 -03:00 |
|
Fabio B. Silva
|
82f7d6cad2
|
starts work with mapped superclass repository
|
2011-09-07 17:27:05 -03:00 |
|
Guilherme Blanco
|
e3d133af04
|
Added getQuotedTableName() in missing places of Doctrine ORM. Fixes DDC-1365.
|
2011-09-07 01:48:19 -03:00 |
|
Fabien Pennequin
|
99bdf65c10
|
Fixed php notice in ClassMetadataFactory
|
2011-07-17 19:39:55 +02:00 |
|
Benjamin Eberlei
|
c87dedbec5
|
DDC-1254 - Dont throw exception about missing id in disconnected metadata factory
|
2011-07-12 23:39:56 +02:00 |
|
Benjamin Eberlei
|
a0a81db045
|
DDC-1204, DDC-1203 - No need to throw this exception for abstract classes anymore
|
2011-06-30 20:57:29 +02:00 |
|
Benjamin Eberlei
|
5362206297
|
Revert "Fixed ClassMetadataFactory which was throwing an exception if parent class on inheritance hierarchy is an abstract class and also extends from a mapped superclass (so it contains an inheritance already), but is not in the discriminatorMap."
This reverts commit 4603e94fe9 .
Making an exception go away is not a fix for something. :)
|
2011-06-30 20:12:22 +02:00 |
|
Guilherme Blanco
|
4603e94fe9
|
Fixed ClassMetadataFactory which was throwing an exception if parent class on inheritance hierarchy is an abstract class and also extends from a mapped superclass (so it contains an inheritance already), but is not in the discriminatorMap.
|
2011-06-30 15:04:57 -03:00 |
|
Benjamin Eberlei
|
10b70df1af
|
DDC-1218, DDC-1156 - Fixed bugs with mapped superclasses in inheritance hierachies
|
2011-06-25 10:20:37 +02:00 |
|
Benjamin Eberlei
|
0cd0ae49a1
|
Fix regression introduced with DDC-1203,DDC-1204 patch
|
2011-06-16 23:00:59 +02:00 |
|
Benjamin Eberlei
|
5ff44b5ec7
|
DDC-1203, DDC-1204 - Fix problems with mapped superclasses in midth of inheritance hierachy and entities not mapped in discriminator map.
|
2011-06-15 22:27:24 +02:00 |
|
Benjamin Eberlei
|
22826ac10d
|
DDC-1156 - Do not throw exception for mapped superclass in middle of inheritance hierachy anymore.
|
2011-06-05 15:00:49 +02:00 |
|
Benjamin Eberlei
|
b2c7a9c7fc
|
[DDC-1050] Throw exception when trying to define inheritance information on a mapped superclass. It is not a valid use-case.
|
2011-03-03 22:51:53 +01:00 |
|
Jonathan H. Wage
|
839b6dd5e4
|
Revert "Removing old Driver interface in favor of the new one in Common\Persistence. Also changed to use fully qualified class name for interfaces in common to avoid weird aliases."
This reverts commit c988a99d55 .
|
2011-02-16 10:24:42 -06:00 |
|
Jonathan H. Wage
|
c988a99d55
|
Removing old Driver interface in favor of the new one in Common\Persistence. Also changed to use fully qualified class name for interfaces in common to avoid weird aliases.
|
2011-02-16 10:06:39 -06:00 |
|
Jonathan H. Wage
|
a4a184b27c
|
Implementing ClassMetadataFactory interface.
|
2011-02-15 21:00:48 -06:00 |
|
Benjamin Eberlei
|
9177dc3d52
|
DDC-965 - Defer ID check after loadMetata event is fired.
|
2011-01-02 10:24:23 +01:00 |
|
Benjamin Eberlei
|
7112b551e2
|
DDC-945 - Fix regression, ManyToMany unidirectional owning side assocations should be allowed.
|
2010-12-31 14:39:01 +01:00 |
|
Benjamin Eberlei
|
aa6ac3d6b0
|
DDC-945 - Throw exception in ClassMetadataFactory when mapped superclass has to many associations.
|
2010-12-28 11:59:51 +01:00 |
|
Benjamin Eberlei
|
dff5dae416
|
DDC-897 - Make ClassMetadataFactory configurable.
|
2010-11-27 20:53:26 +01:00 |
|
Benjamin Eberlei
|
c1661dd53e
|
DDC-511 - MappedSuperclasses specifications of inheritance mapping details make no sense and are ignored
|
2010-11-16 21:53:46 +01:00 |
|
Benjamin Eberlei
|
6a904a2d67
|
DDC-860 - Allow access to EntityManager in loadClassMetadata event
|
2010-11-05 22:13:19 +01:00 |
|
Benjamin Eberlei
|
7dc8ef1db9
|
Fix DDC-671 - The sourceEntity field has to be corrected to the subclass name when copied from a mapped superclass. Otherwise DQL queries will be wrong, generating wrong table aliases.
|
2010-09-21 23:14:45 +02:00 |
|
beberlei
|
33d0bb454b
|
DDC-752 - Moved verify inheritance block behind the loadMetadata event
|
2010-08-28 16:41:18 +02:00 |
|
Benjamin Eberlei
|
d115f7af4f
|
DDC-752 - Postpone Inheritance Related Metadata Validation into CMF
|
2010-08-27 22:14:48 +02:00 |
|
Guilherme Blanco
|
5719f8523b
|
[DDC-577] Updated allocationSize to 1 based on discussion on DDC-569.
|
2010-08-12 01:07:48 -03:00 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
|
Benjamin Eberlei
|
ea954e8123
|
DDC-703 - Fixed change tracking not passed to child classes in inheritance hierachy
|
2010-08-08 16:15:35 +02:00 |
|
Roman S. Borschel
|
0c07b31136
|
Tweaked INSTANCE OF implementation.
|
2010-07-30 17:56:11 +02:00 |
|
Guilherme Blanco
|
c1fec32f58
|
[2.0][DDC-482] Added support to INSTANCE OF in DQL.
|
2010-07-30 01:30:02 -03:00 |
|
Benjamin Eberlei
|
6007084324
|
DDC-706 - Fix DriverChain::isTransient() to comply with interface of Driver
|
2010-07-21 21:20:55 +02:00 |
|