Code Monkey home page Code Monkey logo

Comments (3)

Hounddog avatar Hounddog commented on June 15, 2024

List of the files which still contain Doctrine/Orm your majesty :)

[AbstractEntity.php at line 23, column 14]      Doctrine\ORM\EntityManager,
[AbstractEntity.php at line 24, column 14]      Doctrine\ORM\EntityRepository,
[AbstractEntity.php at line 124, column 26]       * @return \Doctrine\ORM\Query
[AbstractEntity.php at line 140, column 31]          /* @var $qb \Doctrine\ORM\QueryBuilder */
[AbstractEntity.php at line 145, column 33]          /* @var $from \Doctrine\ORM\Query\Expr\From */
[Connection.php at line 16, column 33]      protected $configuration = 'orm_default';
[Connection.php at line 25, column 32]      protected $eventmanager = 'orm_default';
[DoctrineEntity.php at line 22, column 14]  use Doctrine\ORM\EntityManager,
[DoctrineEntity.php at line 23, column 14]      Doctrine\ORM\NoResultException,
[DoctrineEntity.php at line 24, column 14]      Doctrine\ORM\NonUniqueResultException,
[DoctrineEntity.php at line 25, column 14]      Doctrine\ORM\Query,
[Driver.php at line 14, column 34]      protected $class = 'Doctrine\ORM\Mapping\Driver\AnnotationDriver';
[DriverFactory.php at line 53, column 34]          if (($class == 'Doctrine\ORM\Mapping\Driver\AnnotationDriver') ||
[DriverFactory.php at line 54, column 47]              (is_subclass_of($class, 'Doctrine\ORM\Mapping\Driver\AnnotationDriver')))
[DriverFactory.php at line 74, column 42]          if ($driver instanceof \Doctrine\ORM\Mapping\Driver\DriverChain && $options->getDrivers()) {
[EntityExists.php at line 22, column 14]  use Doctrine\ORM\Query,
[EntityExists.php at line 23, column 14]      Doctrine\ORM\NoResultException,
[EntityExists.php at line 24, column 14]      Doctrine\ORM\NonUniqueResultException;
[EXTRAS_ORM.md at line 14, column 47]     'em' => $this->getLocator()->get('Doctrine\ORM\EntityManager'),
[EXTRAS_ORM.md at line 33, column 40]      $this->getLocator()->get('Doctrine\ORM\EntityManager'),
[NoEntityExists.php at line 22, column 14]  use Doctrine\ORM\Query,
[NoEntityExists.php at line 23, column 14]      Doctrine\ORM\NoResultException,
[NoEntityExists.php at line 24, column 14]      Doctrine\ORM\NonUniqueResultException;
[README.md at line 7, column 34]  provider module such as [DoctrineORMModule](http://www.github.com/doctrine/DoctrineORMModule). The
[README.md at line 7, column 84]  provider module such as [DoctrineORMModule](http://www.github.com/doctrine/DoctrineORMModule). The
[README.md at line 10, column 32]    - CLI support for Doctrine 2 ORM and Doctrine MongoDB ODM.
[README.md at line 20, column 14]  MongoODM and ORM. It will just use your configuration for those modules.
[UPGRADE.md at line 3, column 10]  Doctrine ORM's CLI, you now have to access it either via `./vendor/bin/doctrine-module` or

from doctrinemodule.

Ocramius avatar Ocramius commented on June 15, 2024

e28d1ba removes the need to have the EntityExists and NoEntityExists (and their related abstract class) validators. They will be stripped during this week.

from doctrinemodule.

Ocramius avatar Ocramius commented on June 15, 2024

There's also some remainings of DBAL in here...

from doctrinemodule.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.