1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Mapping/Driver
2012-03-03 22:24:51 +01:00
..
AbstractFileDriver.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
AnnotationDriver.php [DDC-1668] Fix problem with the is_int fowards compatibility check. Its not really necesssary anymore, we should remove this code in the future. 2012-03-03 22:24:51 +01:00
DatabaseDriver.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
DoctrineAnnotations.php Add requires to new files for BC 2011-11-27 18:16:18 +01:00
Driver.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
DriverChain.php Fix DDC-1412 2012-01-21 12:42:46 -02:00
PHPDriver.php 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." 2011-02-16 10:24:42 -06:00
SimplifiedXmlDriver.php DDC-1418 - Add simplified XML and YAML drivers ported from the Symfony project, thanks Fabien 2011-10-13 23:39:11 +02:00
SimplifiedYamlDriver.php Added coverage to DDC-1521. Small CS changes. 2011-12-20 00:05:14 -05:00
StaticPHPDriver.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
XmlDriver.php [DDC-1654] Add support for orphanRemoval on ManyToMany associations. This only makes sense when ManyToMany is used as uni-directional OneToMany association with join table. The join column has a unique constraint on it to enforce this on the DB level, but we dont validate that this actually happens. Foreign Key constraints help prevent issues and notify developers early if they use it wrong. 2012-02-20 10:33:16 +01:00
YamlDriver.php [DDC-1654] Add support for orphanRemoval on ManyToMany associations. This only makes sense when ManyToMany is used as uni-directional OneToMany association with join table. The join column has a unique constraint on it to enforce this on the DB level, but we dont validate that this actually happens. Foreign Key constraints help prevent issues and notify developers early if they use it wrong. 2012-02-20 10:33:16 +01:00