Searched refs:ORM (Results 1 – 25 of 29) sorted by relevance
12
21 use FYKOS\dokuwiki\Extension\PluginNewsFeed\ORM\ServiceDependence;22 use FYKOS\dokuwiki\Extension\PluginNewsFeed\ORM\ServiceNews;23 use FYKOS\dokuwiki\Extension\PluginNewsFeed\ORM\ServicePriority;24 use FYKOS\dokuwiki\Extension\PluginNewsFeed\ORM\ServiceStream;
7 use Doctrine\ORM\Mapping as ORM; alias
8 use Doctrine\ORM\Mapping as ORM; alias
13 use Doctrine\ORM\Configuration;14 use Doctrine\ORM\EntityManager;15 use Doctrine\ORM\Mapping\Driver\AnnotationDriver;16 use Doctrine\ORM\ORMException;17 use Doctrine\ORM\Tools\SchemaTool;
14 use Doctrine\ORM\Configuration;15 use Doctrine\ORM\EntityManager;16 use Doctrine\ORM\Mapping\Driver\AnnotationDriver;17 use Doctrine\ORM\ORMException;18 use Doctrine\ORM\Tools\SchemaTool;19 use Doctrine\ORM\UnitOfWork;
14 use Doctrine\ORM\Mapping AS ORM;19 * @ORM\Entity25 * @ORM\Id @ORM\Column @ORM\GeneratedValue32 * @ORM\Column(type="string")43 …ements. The statement ``use Doctrine\ORM\Mapping AS ORM`` makes all classes under that namespace a…47 How are these annotations loaded? From looking at the code you could guess that the ORM Mapping, As…63 …AnnotationRegistry::registerFile("/path/to/doctrine/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnota…
8 use Doctrine\ORM\Configuration;9 use Doctrine\ORM\EntityManager;10 use Doctrine\ORM\Mapping\Driver\AnnotationDriver as DoctrineDriver;
5 use FYKOS\dokuwiki\Extension\PluginNewsFeed\ORM\ServiceNews;6 use FYKOS\dokuwiki\Extension\PluginNewsFeed\ORM\ServiceStream;
3 namespace FYKOS\dokuwiki\Extension\PluginNewsFeed\ORM;
10 use Doctrine\ORM\PersistentCollection;11 use Doctrine\ORM\Proxy\Proxy as ORMProxy;
5 This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).