SYMBOL INDEX (10195 symbols across 1451 files) FILE: docs/en/cookbook/dql-custom-walkers/InterpolateParametersSQLOutputWalker.php class InterpolateParametersSQLOutputWalker (line 10) | class InterpolateParametersSQLOutputWalker extends SqlOutputWalker method walkInputParameter (line 13) | public function walkInputParameter(AST\InputParameter $inputParam): st... FILE: docs/en/cookbook/generated-columns/Article.php class Article (line 7) | #[ORM\Entity] FILE: docs/en/cookbook/generated-columns/Person.php class Person (line 7) | #[ORM\Entity] FILE: docs/en/reference/basic-mapping/DefaultValues.php class Message (line 12) | #[Entity] FILE: docs/en/tutorials/working-with-indexed-associations/Market.php class Market (line 17) | #[Entity] method __construct (line 33) | public function __construct(string $name) method getId (line 39) | public function getId(): int|null method getName (line 44) | public function getName(): string method addStock (line 49) | public function addStock(Stock $stock): void method getStock (line 54) | public function getStock(string $symbol): Stock method getStocks (line 64) | public function getStocks(): array FILE: src/AbstractQuery.php class AbstractQuery (line 47) | abstract class AbstractQuery method __construct (line 143) | public function __construct( method setCacheable (line 165) | public function setCacheable(bool $cacheable): static method isCacheable (line 173) | public function isCacheable(): bool method setCacheRegion (line 179) | public function setCacheRegion(string $cacheRegion): static method getCacheRegion (line 191) | public function getCacheRegion(): string|null method isCacheEnabled (line 197) | protected function isCacheEnabled(): bool method getLifetime (line 202) | public function getLifetime(): int method setLifetime (line 212) | public function setLifetime(int $lifetime): static method getCacheMode (line 220) | public function getCacheMode(): int|null method setCacheMode (line 230) | public function setCacheMode(int $cacheMode): static method getSQL (line 244) | abstract public function getSQL(): string|array; method getEntityManager (line 249) | public function getEntityManager(): EntityManagerInterface method free (line 259) | public function free(): void method getParameters (line 271) | public function getParameters(): ArrayCollection method getParameter (line 283) | public function getParameter(int|string $key): Parameter|null method setParameters (line 302) | public function setParameters(ArrayCollection|array $parameters): static method setParameter (line 332) | public function setParameter(string|int $key, mixed $value, ParameterT... method processParameterValue (line 352) | public function processParameterValue(mixed $value): mixed method potentiallyProcessIterable (line 403) | private function potentiallyProcessIterable(mixed $value): mixed method processArrayParameterValue (line 420) | private function processArrayParameterValue(array $value): array method setResultSetMapping (line 435) | public function setResultSetMapping(ResultSetMapping $rsm): static method getResultSetMapping (line 446) | protected function getResultSetMapping(): ResultSetMapping|null method translateNamespaces (line 454) | private function translateNamespaces(ResultSetMapping $rsm): void method setHydrationCacheProfile (line 482) | public function setHydrationCacheProfile(QueryCacheProfile|null $profi... method getHydrationCacheProfile (line 502) | public function getHydrationCacheProfile(): QueryCacheProfile|null method setResultCacheProfile (line 515) | public function setResultCacheProfile(QueryCacheProfile|null $profile)... method setResultCache (line 538) | public function setResultCache(CacheItemPoolInterface|null $resultCach... method enableResultCache (line 564) | public function enableResultCache(int|null $lifetime = null, string|nu... method disableResultCache (line 577) | public function disableResultCache(): static method setResultCacheLifetime (line 591) | public function setResultCacheLifetime(int|null $lifetime): static method expireResultCache (line 620) | public function expireResultCache(bool $expire = true): static method getExpireResultCache (line 630) | public function getExpireResultCache(): bool method getQueryCacheProfile (line 635) | public function getQueryCacheProfile(): QueryCacheProfile|null method setFetchMode (line 646) | public function setFetchMode(string $class, string $assocName, int $fe... method setHydrationMode (line 662) | public function setHydrationMode(string|int $hydrationMode): static method getHydrationMode (line 674) | public function getHydrationMode(): string|int method getResult (line 686) | public function getResult(string|int $hydrationMode = self::HYDRATE_OB... method getArrayResult (line 698) | public function getArrayResult(): array method getSingleColumnResult (line 710) | public function getSingleColumnResult(): array method getScalarResult (line 722) | public function getScalarResult(): array method getOneOrNullResult (line 734) | public function getOneOrNullResult(string|int|null $hydrationMode = nu... method getSingleResult (line 770) | public function getSingleResult(string|int|null $hydrationMode = null)... method getSingleScalarResult (line 799) | public function getSingleScalarResult(): mixed method setHint (line 809) | public function setHint(string $name, mixed $value): static method getHint (line 821) | public function getHint(string $name): mixed method hasHint (line 826) | public function hasHint(string $name): bool method getHints (line 836) | public function getHints(): array method toIterable (line 850) | public function toIterable( method execute (line 878) | public function execute( method executeIgnoreQueryCache (line 895) | private function executeIgnoreQueryCache( method getHydrationCache (line 950) | private function getHydrationCache(): CacheItemPoolInterface method executeUsingQueryCache (line 966) | private function executeUsingQueryCache( method getTimestampKey (line 1007) | private function getTimestampKey(): TimestampCacheKey|null method getHydrationCacheId (line 1029) | protected function getHydrationCacheId(): array method setResultCacheId (line 1056) | public function setResultCacheId(string|null $id): static method _doExecute (line 1074) | abstract protected function _doExecute(): Result|int; method __clone (line 1079) | public function __clone() method getHash (line 1090) | protected function getHash(): string FILE: src/Cache.php type Cache (line 13) | interface Cache method getEntityCacheRegion (line 41) | public function getEntityCacheRegion(string $className): Region|null; method getCollectionCacheRegion (line 43) | public function getCollectionCacheRegion(string $className, string $as... method containsEntity (line 48) | public function containsEntity(string $className, mixed $identifier): ... method evictEntity (line 53) | public function evictEntity(string $className, mixed $identifier): void; method evictEntityRegion (line 58) | public function evictEntityRegion(string $className): void; method evictEntityRegions (line 63) | public function evictEntityRegions(): void; method containsCollection (line 68) | public function containsCollection(string $className, string $associat... method evictCollection (line 73) | public function evictCollection(string $className, string $association... method evictCollectionRegion (line 78) | public function evictCollectionRegion(string $className, string $assoc... method evictCollectionRegions (line 83) | public function evictCollectionRegions(): void; method containsQuery (line 88) | public function containsQuery(string $regionName): bool; method evictQueryRegion (line 93) | public function evictQueryRegion(string|null $regionName = null): void; method evictQueryRegions (line 98) | public function evictQueryRegions(): void; method getQueryCache (line 105) | public function getQueryCache(string|null $regionName = null): QueryCa... FILE: src/Cache/AssociationCacheEntry.php class AssociationCacheEntry (line 7) | class AssociationCacheEntry implements CacheEntry method __construct (line 13) | public function __construct( method __set_state (line 26) | public static function __set_state(array $values): self FILE: src/Cache/CacheConfiguration.php class CacheConfiguration (line 12) | class CacheConfiguration method getCacheFactory (line 19) | public function getCacheFactory(): CacheFactory|null method setCacheFactory (line 24) | public function setCacheFactory(CacheFactory $factory): void method getCacheLogger (line 29) | public function getCacheLogger(): CacheLogger|null method setCacheLogger (line 34) | public function setCacheLogger(CacheLogger $logger): void method getRegionsConfiguration (line 39) | public function getRegionsConfiguration(): RegionsConfiguration method setRegionsConfiguration (line 44) | public function setRegionsConfiguration(RegionsConfiguration $regionsC... method getQueryValidator (line 49) | public function getQueryValidator(): QueryCacheValidator method setQueryValidator (line 56) | public function setQueryValidator(QueryCacheValidator $validator): void FILE: src/Cache/CacheEntry.php type CacheEntry (line 14) | interface CacheEntry FILE: src/Cache/CacheException.php class CacheException (line 15) | class CacheException extends LogicException implements ORMException method updateReadOnlyCollection (line 17) | public static function updateReadOnlyCollection(string $sourceEntity, ... method nonCacheableEntity (line 22) | public static function nonCacheableEntity(string $entityName): self FILE: src/Cache/CacheFactory.php type CacheFactory (line 19) | interface CacheFactory method buildCachedEntityPersister (line 24) | public function buildCachedEntityPersister(EntityManagerInterface $em,... method buildCachedCollectionPersister (line 27) | public function buildCachedCollectionPersister( method buildQueryCache (line 36) | public function buildQueryCache(EntityManagerInterface $em, string|nul... method buildEntityHydrator (line 41) | public function buildEntityHydrator(EntityManagerInterface $em, ClassM... method buildCollectionHydrator (line 46) | public function buildCollectionHydrator(EntityManagerInterface $em, As... method getRegion (line 53) | public function getRegion(array $cache): Region; method getTimestampRegion (line 58) | public function getTimestampRegion(): TimestampRegion; method createCache (line 63) | public function createCache(EntityManagerInterface $entityManager): Ca... FILE: src/Cache/CacheKey.php class CacheKey (line 11) | abstract class CacheKey method __construct (line 13) | public function __construct(public readonly string $hash) FILE: src/Cache/CollectionCacheEntry.php class CollectionCacheEntry (line 7) | class CollectionCacheEntry implements CacheEntry method __construct (line 10) | public function __construct(public readonly array $identifiers) method __set_state (line 21) | public static function __set_state(array $values): CollectionCacheEntry FILE: src/Cache/CollectionCacheKey.php class CollectionCacheKey (line 15) | class CollectionCacheKey extends CacheKey method __construct (line 28) | public function __construct( FILE: src/Cache/CollectionHydrator.php type CollectionHydrator (line 14) | interface CollectionHydrator method buildCacheEntry (line 17) | public function buildCacheEntry(ClassMetadata $metadata, CollectionCac... method loadCacheEntry (line 20) | public function loadCacheEntry(ClassMetadata $metadata, CollectionCach... FILE: src/Cache/ConcurrentRegion.php type ConcurrentRegion (line 14) | interface ConcurrentRegion extends Region method lock (line 25) | public function lock(CacheKey $key): Lock|null; method unlock (line 35) | public function unlock(CacheKey $key, Lock $lock): bool; FILE: src/Cache/DefaultCache.php class DefaultCache (line 21) | class DefaultCache implements Cache method __construct (line 34) | public function __construct( method getEntityCacheRegion (line 43) | public function getEntityCacheRegion(string $className): Region|null method getCollectionCacheRegion (line 55) | public function getCollectionCacheRegion(string $className, string $as... method containsEntity (line 67) | public function containsEntity(string $className, mixed $identifier): ... method evictEntity (line 79) | public function evictEntity(string $className, mixed $identifier): void method evictEntityRegion (line 91) | public function evictEntityRegion(string $className): void method evictEntityRegions (line 103) | public function evictEntityRegions(): void method containsCollection (line 118) | public function containsCollection(string $className, string $associat... method evictCollection (line 130) | public function evictCollection(string $className, string $association... method evictCollectionRegion (line 142) | public function evictCollectionRegion(string $className, string $assoc... method evictCollectionRegions (line 154) | public function evictCollectionRegions(): void method containsQuery (line 175) | public function containsQuery(string $regionName): bool method evictQueryRegion (line 180) | public function evictQueryRegion(string|null $regionName = null): void method evictQueryRegions (line 193) | public function evictQueryRegions(): void method getQueryCache (line 202) | public function getQueryCache(string|null $regionName = null): QueryCache method buildEntityCacheKey (line 211) | private function buildEntityCacheKey(ClassMetadata $metadata, mixed $i... method buildCollectionCacheKey (line 220) | private function buildCollectionCacheKey( method toIdentifierArray (line 233) | private function toIdentifierArray(ClassMetadata $metadata, mixed $ide... FILE: src/Cache/DefaultCacheFactory.php class DefaultCacheFactory (line 33) | class DefaultCacheFactory implements CacheFactory method __construct (line 42) | public function __construct(private readonly RegionsConfiguration $reg... method setFileLockRegionDirectory (line 46) | public function setFileLockRegionDirectory(string $fileLockRegionDirec... method getFileLockRegionDirectory (line 51) | public function getFileLockRegionDirectory(): string|null method setRegion (line 56) | public function setRegion(Region $region): void method setTimestampRegion (line 61) | public function setTimestampRegion(TimestampRegion $region): void method buildCachedEntityPersister (line 66) | public function buildCachedEntityPersister(EntityManagerInterface $em,... method buildCachedCollectionPersister (line 91) | public function buildCachedCollectionPersister( method buildQueryCache (line 119) | public function buildQueryCache(EntityManagerInterface $em, string|nul... method buildCollectionHydrator (line 132) | public function buildCollectionHydrator(EntityManagerInterface $em, As... method buildEntityHydrator (line 137) | public function buildEntityHydrator(EntityManagerInterface $em, ClassM... method getRegion (line 145) | public function getRegion(array $cache): Region method getTimestampRegion (line 173) | public function getTimestampRegion(): TimestampRegion method createCache (line 185) | public function createCache(EntityManagerInterface $entityManager): Cache FILE: src/Cache/DefaultCollectionHydrator.php class DefaultCollectionHydrator (line 20) | class DefaultCollectionHydrator implements CollectionHydrator method __construct (line 27) | public function __construct( method buildCacheEntry (line 33) | public function buildCacheEntry(ClassMetadata $metadata, CollectionCac... method loadCacheEntry (line 44) | public function loadCacheEntry(ClassMetadata $metadata, CollectionCach... FILE: src/Cache/DefaultEntityHydrator.php class DefaultEntityHydrator (line 22) | class DefaultEntityHydrator implements EntityHydrator method __construct (line 30) | public function __construct( method buildCacheEntry (line 37) | public function buildCacheEntry(ClassMetadata $metadata, EntityCacheKe... method loadCacheEntry (line 128) | public function loadCacheEntry(ClassMetadata $metadata, EntityCacheKey... FILE: src/Cache/DefaultQueryCache.php class DefaultQueryCache (line 34) | class DefaultQueryCache implements QueryCache method __construct (line 43) | public function __construct( method get (line 57) | public function get(QueryCacheKey $key, ResultSetMapping $rsm, array $... method put (line 200) | public function put(QueryCacheKey $key, ResultSetMapping $rsm, mixed $... method storeAssociationCache (line 301) | private function storeAssociationCache(QueryCacheKey $key, Association... method getAssociationValue (line 351) | private function getAssociationValue( method getAssociationPathValue (line 380) | private function getAssociationPathValue(mixed $value, array $path): a... method clear (line 409) | public function clear(): bool method getRegion (line 414) | public function getRegion(): Region FILE: src/Cache/EntityCacheEntry.php class EntityCacheEntry (line 11) | class EntityCacheEntry implements CacheEntry method __construct (line 17) | public function __construct( method __set_state (line 30) | public static function __set_state(array $values): self method resolveAssociationEntries (line 40) | public function resolveAssociationEntries(EntityManagerInterface $em):... FILE: src/Cache/EntityCacheKey.php class EntityCacheKey (line 15) | class EntityCacheKey extends CacheKey method __construct (line 28) | public function __construct( FILE: src/Cache/EntityHydrator.php type EntityHydrator (line 12) | interface EntityHydrator method buildCacheEntry (line 19) | public function buildCacheEntry(ClassMetadata $metadata, EntityCacheKe... method loadCacheEntry (line 27) | public function loadCacheEntry(ClassMetadata $metadata, EntityCacheKey... FILE: src/Cache/Exception/CacheException.php class CacheException (line 12) | class CacheException extends BaseCacheException FILE: src/Cache/Exception/CannotUpdateReadOnlyCollection.php class CannotUpdateReadOnlyCollection (line 9) | class CannotUpdateReadOnlyCollection extends CacheException method fromEntityAndField (line 11) | public static function fromEntityAndField(string $sourceEntity, string... FILE: src/Cache/Exception/CannotUpdateReadOnlyEntity.php class CannotUpdateReadOnlyEntity (line 9) | class CannotUpdateReadOnlyEntity extends CacheException method fromEntity (line 11) | public static function fromEntity(string $entityName): self FILE: src/Cache/Exception/FeatureNotImplemented.php class FeatureNotImplemented (line 7) | class FeatureNotImplemented extends CacheException method scalarResults (line 9) | public static function scalarResults(): self method multipleRootEntities (line 14) | public static function multipleRootEntities(): self method nonSelectStatements (line 19) | public static function nonSelectStatements(): self method partialEntities (line 24) | public static function partialEntities(): self FILE: src/Cache/Exception/NonCacheableEntity.php class NonCacheableEntity (line 9) | class NonCacheableEntity extends CacheException method fromEntity (line 11) | public static function fromEntity(string $entityName): self FILE: src/Cache/Exception/NonCacheableEntityAssociation.php class NonCacheableEntityAssociation (line 9) | class NonCacheableEntityAssociation extends CacheException method fromEntityAndField (line 11) | public static function fromEntityAndField(string $entityName, string $... FILE: src/Cache/Lock.php class Lock (line 10) | class Lock method __construct (line 14) | public function __construct( method createLockRead (line 21) | public static function createLockRead(): Lock FILE: src/Cache/LockException.php class LockException (line 12) | class LockException extends CacheException FILE: src/Cache/Logging/CacheLogger.php type CacheLogger (line 14) | interface CacheLogger method entityCachePut (line 19) | public function entityCachePut(string $regionName, EntityCacheKey $key... method entityCacheHit (line 24) | public function entityCacheHit(string $regionName, EntityCacheKey $key... method entityCacheMiss (line 29) | public function entityCacheMiss(string $regionName, EntityCacheKey $ke... method collectionCachePut (line 34) | public function collectionCachePut(string $regionName, CollectionCache... method collectionCacheHit (line 39) | public function collectionCacheHit(string $regionName, CollectionCache... method collectionCacheMiss (line 44) | public function collectionCacheMiss(string $regionName, CollectionCach... method queryCachePut (line 49) | public function queryCachePut(string $regionName, QueryCacheKey $key):... method queryCacheHit (line 54) | public function queryCacheHit(string $regionName, QueryCacheKey $key):... method queryCacheMiss (line 59) | public function queryCacheMiss(string $regionName, QueryCacheKey $key)... FILE: src/Cache/Logging/CacheLoggerChain.php class CacheLoggerChain (line 11) | class CacheLoggerChain implements CacheLogger method setLogger (line 16) | public function setLogger(string $name, CacheLogger $logger): void method getLogger (line 21) | public function getLogger(string $name): CacheLogger|null method getLoggers (line 27) | public function getLoggers(): array method collectionCacheHit (line 32) | public function collectionCacheHit(string $regionName, CollectionCache... method collectionCacheMiss (line 39) | public function collectionCacheMiss(string $regionName, CollectionCach... method collectionCachePut (line 46) | public function collectionCachePut(string $regionName, CollectionCache... method entityCacheHit (line 53) | public function entityCacheHit(string $regionName, EntityCacheKey $key... method entityCacheMiss (line 60) | public function entityCacheMiss(string $regionName, EntityCacheKey $ke... method entityCachePut (line 67) | public function entityCachePut(string $regionName, EntityCacheKey $key... method queryCacheHit (line 74) | public function queryCacheHit(string $regionName, QueryCacheKey $key):... method queryCacheMiss (line 81) | public function queryCacheMiss(string $regionName, QueryCacheKey $key)... method queryCachePut (line 88) | public function queryCachePut(string $regionName, QueryCacheKey $key):... FILE: src/Cache/Logging/StatisticsCacheLogger.php class StatisticsCacheLogger (line 16) | class StatisticsCacheLogger implements CacheLogger method collectionCacheMiss (line 27) | public function collectionCacheMiss(string $regionName, CollectionCach... method collectionCacheHit (line 33) | public function collectionCacheHit(string $regionName, CollectionCache... method collectionCachePut (line 39) | public function collectionCachePut(string $regionName, CollectionCache... method entityCacheMiss (line 45) | public function entityCacheMiss(string $regionName, EntityCacheKey $ke... method entityCacheHit (line 51) | public function entityCacheHit(string $regionName, EntityCacheKey $key... method entityCachePut (line 57) | public function entityCachePut(string $regionName, EntityCacheKey $key... method queryCacheHit (line 63) | public function queryCacheHit(string $regionName, QueryCacheKey $key):... method queryCacheMiss (line 69) | public function queryCacheMiss(string $regionName, QueryCacheKey $key)... method queryCachePut (line 75) | public function queryCachePut(string $regionName, QueryCacheKey $key):... method getRegionHitCount (line 86) | public function getRegionHitCount(string $regionName): int method getRegionMissCount (line 96) | public function getRegionMissCount(string $regionName): int method getRegionPutCount (line 106) | public function getRegionPutCount(string $regionName): int method getRegionsMiss (line 112) | public function getRegionsMiss(): array method getRegionsHit (line 118) | public function getRegionsHit(): array method getRegionsPut (line 124) | public function getRegionsPut(): array method clearRegionStats (line 134) | public function clearRegionStats(string $regionName): void method clearStats (line 144) | public function clearStats(): void method getPutCount (line 154) | public function getPutCount(): int method getHitCount (line 162) | public function getHitCount(): int method getMissCount (line 170) | public function getMissCount(): int FILE: src/Cache/Persister/CachedPersister.php type CachedPersister (line 12) | interface CachedPersister method afterTransactionComplete (line 17) | public function afterTransactionComplete(): void; method afterTransactionRolledBack (line 22) | public function afterTransactionRolledBack(): void; method getCacheRegion (line 24) | public function getCacheRegion(): Region; FILE: src/Cache/Persister/Collection/AbstractCollectionPersister.php class AbstractCollectionPersister (line 28) | abstract class AbstractCollectionPersister implements CachedCollectionPe... method __construct (line 43) | public function __construct( method getCacheRegion (line 66) | public function getCacheRegion(): Region method getSourceEntityMetadata (line 71) | public function getSourceEntityMetadata(): ClassMetadata method getTargetEntityMetadata (line 76) | public function getTargetEntityMetadata(): ClassMetadata method loadCollectionCache (line 81) | public function loadCollectionCache(PersistentCollection $collection, ... method storeCollectionCache (line 92) | public function storeCollectionCache(CollectionCacheKey $key, Collecti... method contains (line 131) | public function contains(PersistentCollection $collection, object $ele... method containsKey (line 136) | public function containsKey(PersistentCollection $collection, mixed $k... method count (line 141) | public function count(PersistentCollection $collection): int method get (line 154) | public function get(PersistentCollection $collection, mixed $index): m... method slice (line 162) | public function slice(PersistentCollection $collection, int $offset, i... method loadCriteria (line 170) | public function loadCriteria(PersistentCollection $collection, Criteri... FILE: src/Cache/Persister/Collection/CachedCollectionPersister.php type CachedCollectionPersister (line 17) | interface CachedCollectionPersister extends CachedPersister, CollectionP... method getSourceEntityMetadata (line 19) | public function getSourceEntityMetadata(): ClassMetadata; method getTargetEntityMetadata (line 21) | public function getTargetEntityMetadata(): ClassMetadata; method loadCollectionCache (line 28) | public function loadCollectionCache(PersistentCollection $collection, ... method storeCollectionCache (line 35) | public function storeCollectionCache(CollectionCacheKey $key, Collecti... FILE: src/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersister.php class NonStrictReadWriteCachedCollectionPersister (line 12) | class NonStrictReadWriteCachedCollectionPersister extends AbstractCollec... method afterTransactionComplete (line 14) | public function afterTransactionComplete(): void method afterTransactionRolledBack (line 31) | public function afterTransactionRolledBack(): void method delete (line 36) | public function delete(PersistentCollection $collection): void method update (line 46) | public function update(PersistentCollection $collection): void FILE: src/Cache/Persister/Collection/ReadOnlyCachedCollectionPersister.php class ReadOnlyCachedCollectionPersister (line 11) | class ReadOnlyCachedCollectionPersister extends NonStrictReadWriteCached... method update (line 13) | public function update(PersistentCollection $collection): void FILE: src/Cache/Persister/Collection/ReadWriteCachedCollectionPersister.php class ReadWriteCachedCollectionPersister (line 16) | class ReadWriteCachedCollectionPersister extends AbstractCollectionPersi... method __construct (line 18) | public function __construct( method afterTransactionComplete (line 27) | public function afterTransactionComplete(): void method afterTransactionRolledBack (line 44) | public function afterTransactionRolledBack(): void method delete (line 61) | public function delete(PersistentCollection $collection): void method update (line 79) | public function update(PersistentCollection $collection): void FILE: src/Cache/Persister/Entity/AbstractEntityPersister.php class AbstractEntityPersister (line 36) | abstract class AbstractEntityPersister implements CachedEntityPersister method __construct (line 59) | public function __construct( method addInsert (line 80) | public function addInsert(object $entity): void method getInserts (line 88) | public function getInserts(): array method getSelectSQL (line 93) | public function getSelectSQL( method getCountSQL (line 104) | public function getCountSQL(array|Criteria $criteria = []): string method getInsertSQL (line 109) | public function getInsertSQL(): string method getResultSetMapping (line 114) | public function getResultSetMapping(): ResultSetMapping method getSelectConditionStatementSQL (line 119) | public function getSelectConditionStatementSQL( method exists (line 128) | public function exists(object $entity, Criteria|null $extraConditions ... method getCacheRegion (line 141) | public function getCacheRegion(): Region method getEntityHydrator (line 146) | public function getEntityHydrator(): EntityHydrator method storeEntityCache (line 151) | public function storeEntityCache(object $entity, EntityCacheKey $key):... method storeJoinedAssociations (line 170) | private function storeJoinedAssociations(object $entity): void method getHash (line 211) | protected function getHash( method expandParameters (line 228) | public function expandParameters(array $criteria): array method expandCriteriaParameters (line 236) | public function expandCriteriaParameters(Criteria $criteria): array method getClassMetadata (line 241) | public function getClassMetadata(): ClassMetadata method getManyToManyCollection (line 249) | public function getManyToManyCollection( method getOneToManyCollection (line 261) | public function getOneToManyCollection( method getOwningTable (line 270) | public function getOwningTable(string $fieldName): string method executeInserts (line 275) | public function executeInserts(): void method load (line 291) | public function load( method loadAll (line 338) | public function loadAll( method loadById (line 374) | public function loadById(array $identifier, object|null $entity = null... method count (line 423) | public function count(array|Criteria $criteria = []): int method loadCriteria (line 431) | public function loadCriteria(Criteria $criteria): array method loadManyToManyCollection (line 466) | public function loadManyToManyCollection( method loadOneToManyCollection (line 497) | public function loadOneToManyCollection( method loadOneToOneEntity (line 531) | public function loadOneToOneEntity(AssociationMapping $assoc, object $... method lock (line 539) | public function lock(array $criteria, LockMode|int $lockMode): void method refresh (line 547) | public function refresh(array $id, object $entity, LockMode|int|null $... method buildCollectionCacheKey (line 553) | protected function buildCollectionCacheKey(AssociationMapping $associa... FILE: src/Cache/Persister/Entity/CachedEntityPersister.php type CachedEntityPersister (line 15) | interface CachedEntityPersister extends CachedPersister, EntityPersister method getEntityHydrator (line 17) | public function getEntityHydrator(): EntityHydrator; method storeEntityCache (line 19) | public function storeEntityCache(object $entity, EntityCacheKey $key):... FILE: src/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersister.php class NonStrictReadWriteCachedEntityPersister (line 12) | class NonStrictReadWriteCachedEntityPersister extends AbstractEntityPers... method afterTransactionComplete (line 14) | public function afterTransactionComplete(): void method afterTransactionRolledBack (line 45) | public function afterTransactionRolledBack(): void method delete (line 50) | public function delete(object $entity): bool method update (line 64) | public function update(object $entity): void method updateCache (line 71) | private function updateCache(object $entity, bool $isChanged): bool FILE: src/Cache/Persister/Entity/ReadOnlyCachedEntityPersister.php class ReadOnlyCachedEntityPersister (line 13) | class ReadOnlyCachedEntityPersister extends NonStrictReadWriteCachedEnti... method update (line 15) | public function update(object $entity): void FILE: src/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php class ReadWriteCachedEntityPersister (line 16) | class ReadWriteCachedEntityPersister extends AbstractEntityPersister method __construct (line 18) | public function __construct(EntityPersister $persister, ConcurrentRegi... method afterTransactionComplete (line 23) | public function afterTransactionComplete(): void method afterTransactionRolledBack (line 50) | public function afterTransactionRolledBack(): void method delete (line 67) | public function delete(object $entity): bool method update (line 89) | public function update(object $entity): void FILE: src/Cache/QueryCache.php type QueryCache (line 13) | interface QueryCache method clear (line 15) | public function clear(): bool; method put (line 18) | public function put(QueryCacheKey $key, ResultSetMapping $rsm, mixed $... method get (line 25) | public function get(QueryCacheKey $key, ResultSetMapping $rsm, array $... method getRegion (line 27) | public function getRegion(): Region; FILE: src/Cache/QueryCacheEntry.php class QueryCacheEntry (line 9) | class QueryCacheEntry implements CacheEntry method __construct (line 17) | public function __construct( method __set_state (line 25) | public static function __set_state(array $values): self FILE: src/Cache/QueryCacheKey.php class QueryCacheKey (line 12) | class QueryCacheKey extends CacheKey method __construct (line 15) | public function __construct( FILE: src/Cache/QueryCacheValidator.php type QueryCacheValidator (line 10) | interface QueryCacheValidator method isValid (line 15) | public function isValid(QueryCacheKey $key, QueryCacheEntry $entry): b... FILE: src/Cache/Region.php type Region (line 12) | interface Region method getName (line 17) | public function getName(): string; method contains (line 24) | public function contains(CacheKey $key): bool; method get (line 35) | public function get(CacheKey $key): CacheEntry|null; method getMultiple (line 45) | public function getMultiple(CollectionCacheEntry $collection): array|n... method put (line 56) | public function put(CacheKey $key, CacheEntry $entry, Lock|null $lock ... method evict (line 65) | public function evict(CacheKey $key): bool; method evictAll (line 72) | public function evictAll(): bool; FILE: src/Cache/Region/DefaultRegion.php class DefaultRegion (line 23) | class DefaultRegion implements Region method __construct (line 28) | public function __construct( method getName (line 35) | public function getName(): string method contains (line 40) | public function contains(CacheKey $key): bool method get (line 45) | public function get(CacheKey $key): CacheEntry|null method getMultiple (line 57) | public function getMultiple(CollectionCacheEntry $collection): array|null method put (line 86) | public function put(CacheKey $key, CacheEntry $entry, Lock|null $lock ... method evict (line 99) | public function evict(CacheKey $key): bool method evictAll (line 104) | public function evictAll(): bool method getCacheEntryKey (line 109) | private function getCacheEntryKey(CacheKey $key): string FILE: src/Cache/Region/FileLockRegion.php class FileLockRegion (line 36) | class FileLockRegion implements ConcurrentRegion method __construct (line 45) | public function __construct( method isLocked (line 59) | private function isLocked(CacheKey $key, Lock|null $lock = null): bool method getLockFileName (line 90) | private function getLockFileName(CacheKey $key): string method getLockContent (line 95) | private function getLockContent(string $filename): string|false method getLockTime (line 100) | private function getLockTime(string $filename): int|false method getName (line 105) | public function getName(): string method contains (line 110) | public function contains(CacheKey $key): bool method get (line 119) | public function get(CacheKey $key): CacheEntry|null method getMultiple (line 128) | public function getMultiple(CollectionCacheEntry $collection): array|null method put (line 137) | public function put(CacheKey $key, CacheEntry $entry, Lock|null $lock ... method evict (line 146) | public function evict(CacheKey $key): bool method evictAll (line 155) | public function evictAll(): bool method lock (line 168) | public function lock(CacheKey $key): Lock|null method unlock (line 186) | public function unlock(CacheKey $key, Lock $lock): bool FILE: src/Cache/Region/UpdateTimestampCache.php class UpdateTimestampCache (line 14) | class UpdateTimestampCache extends DefaultRegion implements TimestampRegion method update (line 16) | public function update(CacheKey $key): void FILE: src/Cache/RegionsConfiguration.php class RegionsConfiguration (line 10) | class RegionsConfiguration method __construct (line 18) | public function __construct( method getDefaultLifetime (line 24) | public function getDefaultLifetime(): int method setDefaultLifetime (line 29) | public function setDefaultLifetime(int $defaultLifetime): void method getDefaultLockLifetime (line 34) | public function getDefaultLockLifetime(): int method setDefaultLockLifetime (line 39) | public function setDefaultLockLifetime(int $defaultLockLifetime): void method getLifetime (line 44) | public function getLifetime(string $regionName): int method setLifetime (line 49) | public function setLifetime(string $name, int $lifetime): void method getLockLifetime (line 54) | public function getLockLifetime(string $regionName): int method setLockLifetime (line 59) | public function setLockLifetime(string $name, int $lifetime): void FILE: src/Cache/TimestampCacheEntry.php class TimestampCacheEntry (line 9) | class TimestampCacheEntry implements CacheEntry method __construct (line 13) | public function __construct(float|null $time = null) method __set_state (line 25) | public static function __set_state(array $values): TimestampCacheEntry FILE: src/Cache/TimestampCacheKey.php class TimestampCacheKey (line 10) | class TimestampCacheKey extends CacheKey method __construct (line 13) | public function __construct(string $space) FILE: src/Cache/TimestampQueryCacheValidator.php class TimestampQueryCacheValidator (line 9) | class TimestampQueryCacheValidator implements QueryCacheValidator method __construct (line 11) | public function __construct(private readonly TimestampRegion $timestam... method isValid (line 15) | public function isValid(QueryCacheKey $key, QueryCacheEntry $entry): bool method regionUpdated (line 28) | private function regionUpdated(QueryCacheKey $key, QueryCacheEntry $en... FILE: src/Cache/TimestampRegion.php type TimestampRegion (line 10) | interface TimestampRegion extends Region method update (line 17) | public function update(CacheKey $key): void; FILE: src/Configuration.php class Configuration (line 42) | class Configuration extends \Doctrine\DBAL\Configuration method setIdentityGenerationPreferences (line 51) | public function setIdentityGenerationPreferences(array $value): void method getIdentityGenerationPreferences (line 57) | public function getIdentityGenerationPreferences(): array method setProxyDir (line 65) | public function setProxyDir(string $dir): void method getProxyDir (line 82) | public function getProxyDir(): string|null method getAutoGenerateProxyClasses (line 101) | public function getAutoGenerateProxyClasses(): int method setAutoGenerateProxyClasses (line 120) | public function setAutoGenerateProxyClasses(bool|int $autoGenerate): void method getProxyNamespace (line 137) | public function getProxyNamespace(): string|null method setProxyNamespace (line 154) | public function setProxyNamespace(string $ns): void method setMetadataDriverImpl (line 174) | public function setMetadataDriverImpl(MappingDriver $driverImpl): void method setEntityNamespaces (line 184) | public function setEntityNamespaces(array $entityNamespaces): void method getEntityNamespaces (line 194) | public function getEntityNamespaces(): array method getMetadataDriverImpl (line 202) | public function getMetadataDriverImpl(): MappingDriver|null method getQueryCache (line 210) | public function getQueryCache(): CacheItemPoolInterface|null method setQueryCache (line 218) | public function setQueryCache(CacheItemPoolInterface $cache): void method getHydrationCache (line 223) | public function getHydrationCache(): CacheItemPoolInterface|null method setHydrationCache (line 228) | public function setHydrationCache(CacheItemPoolInterface $cache): void method getMetadataCache (line 233) | public function getMetadataCache(): CacheItemPoolInterface|null method setMetadataCache (line 238) | public function setMetadataCache(CacheItemPoolInterface $cache): void method addCustomStringFunction (line 253) | public function addCustomStringFunction(string $name, string|callable ... method getCustomStringFunction (line 263) | public function getCustomStringFunction(string $name): string|callable... method setCustomStringFunctions (line 281) | public function setCustomStringFunctions(array $functions): void method addCustomNumericFunction (line 298) | public function addCustomNumericFunction(string $name, string|callable... method getCustomNumericFunction (line 308) | public function getCustomNumericFunction(string $name): string|callabl... method setCustomNumericFunctions (line 326) | public function setCustomNumericFunctions(array $functions): void method addCustomDatetimeFunction (line 343) | public function addCustomDatetimeFunction(string $name, string|callabl... method getCustomDatetimeFunction (line 353) | public function getCustomDatetimeFunction(string $name): string|callab... method setCustomDatetimeFunctions (line 371) | public function setCustomDatetimeFunctions(array $functions): void method setTypedFieldMapper (line 381) | public function setTypedFieldMapper(TypedFieldMapper|null $typedFieldM... method getTypedFieldMapper (line 389) | public function getTypedFieldMapper(): TypedFieldMapper|null method setCustomHydrationModes (line 399) | public function setCustomHydrationModes(array $modes): void method getCustomHydrationMode (line 413) | public function getCustomHydrationMode(string $modeName): string|null method addCustomHydrationMode (line 423) | public function addCustomHydrationMode(string $modeName, string $hydra... method setClassMetadataFactoryName (line 433) | public function setClassMetadataFactoryName(string $cmfName): void method getClassMetadataFactoryName (line 439) | public function getClassMetadataFactoryName(): string method addFilter (line 453) | public function addFilter(string $name, string $className): void method getFilterClassName (line 464) | public function getFilterClassName(string $name): string|null method setDefaultRepositoryClassName (line 476) | public function setDefaultRepositoryClassName(string $className): void method getDefaultRepositoryClassName (line 490) | public function getDefaultRepositoryClassName(): string method setNamingStrategy (line 498) | public function setNamingStrategy(NamingStrategy $namingStrategy): void method getNamingStrategy (line 506) | public function getNamingStrategy(): NamingStrategy method setQuoteStrategy (line 518) | public function setQuoteStrategy(QuoteStrategy $quoteStrategy): void method getQuoteStrategy (line 526) | public function getQuoteStrategy(): QuoteStrategy method setEntityListenerResolver (line 538) | public function setEntityListenerResolver(EntityListenerResolver $reso... method getEntityListenerResolver (line 546) | public function getEntityListenerResolver(): EntityListenerResolver method setRepositoryFactory (line 558) | public function setRepositoryFactory(RepositoryFactory $repositoryFact... method getRepositoryFactory (line 566) | public function getRepositoryFactory(): RepositoryFactory method isSecondLevelCacheEnabled (line 571) | public function isSecondLevelCacheEnabled(): bool method setSecondLevelCacheEnabled (line 576) | public function setSecondLevelCacheEnabled(bool $flag = true): void method setSecondLevelCacheConfiguration (line 581) | public function setSecondLevelCacheConfiguration(CacheConfiguration $c... method getSecondLevelCacheConfiguration (line 586) | public function getSecondLevelCacheConfiguration(): CacheConfiguration... method getDefaultQueryHints (line 600) | public function getDefaultQueryHints(): array method setDefaultQueryHints (line 610) | public function setDefaultQueryHints(array $defaultQueryHints): void method getDefaultQueryHint (line 620) | public function getDefaultQueryHint(string $name): mixed method setDefaultQueryHint (line 628) | public function setDefaultQueryHint(string $name, mixed $value): void method getSchemaIgnoreClasses (line 638) | public function getSchemaIgnoreClasses(): array method setSchemaIgnoreClasses (line 648) | public function setSchemaIgnoreClasses(array $schemaIgnoreClasses): void method isNativeLazyObjectsEnabled (line 653) | public function isNativeLazyObjectsEnabled(): bool method enableNativeLazyObjects (line 658) | public function enableNativeLazyObjects(bool $nativeLazyObjects): void method isLazyGhostObjectEnabled (line 680) | public function isLazyGhostObjectEnabled(): bool method setLazyGhostObjectEnabled (line 686) | public function setLazyGhostObjectEnabled(bool $flag): void method setRejectIdCollisionInIdentityMap (line 697) | public function setRejectIdCollisionInIdentityMap(bool $flag): void method isRejectIdCollisionInIdentityMapEnabled (line 712) | public function isRejectIdCollisionInIdentityMapEnabled(): bool method setEagerFetchBatchSize (line 717) | public function setEagerFetchBatchSize(int $batchSize = 100): void method getEagerFetchBatchSize (line 722) | public function getEagerFetchBatchSize(): int FILE: src/Decorator/EntityManagerDecorator.php class EntityManagerDecorator (line 33) | abstract class EntityManagerDecorator extends ObjectManagerDecorator imp... method __construct (line 35) | public function __construct(EntityManagerInterface $wrapped) method getRepository (line 40) | public function getRepository(string $className): EntityRepository method getMetadataFactory (line 45) | public function getMetadataFactory(): ClassMetadataFactory method getClassMetadata (line 50) | public function getClassMetadata(string $className): ClassMetadata method getConnection (line 55) | public function getConnection(): Connection method getExpressionBuilder (line 60) | public function getExpressionBuilder(): Expr method beginTransaction (line 65) | public function beginTransaction(): void method wrapInTransaction (line 70) | public function wrapInTransaction(callable $func): mixed method commit (line 75) | public function commit(): void method rollback (line 80) | public function rollback(): void method createQuery (line 85) | public function createQuery(string $dql = ''): Query method createNativeQuery (line 90) | public function createNativeQuery(string $sql, ResultSetMapping $rsm):... method createQueryBuilder (line 95) | public function createQueryBuilder(): QueryBuilder method getReference (line 100) | public function getReference(string $entityName, mixed $id): object|null method close (line 105) | public function close(): void method lock (line 110) | public function lock(object $entity, LockMode|int $lockMode, DateTimeI... method find (line 115) | public function find(string $className, mixed $id, LockMode|int|null $... method refresh (line 120) | public function refresh(object $object, LockMode|int|null $lockMode = ... method getEventManager (line 125) | public function getEventManager(): EventManager method getConfiguration (line 130) | public function getConfiguration(): Configuration method isOpen (line 135) | public function isOpen(): bool method getUnitOfWork (line 140) | public function getUnitOfWork(): UnitOfWork method newHydrator (line 145) | public function newHydrator(string|int $hydrationMode): AbstractHydrator method getProxyFactory (line 150) | public function getProxyFactory(): ProxyFactory method getFilters (line 155) | public function getFilters(): FilterCollection method isFiltersStateClean (line 160) | public function isFiltersStateClean(): bool method hasFilters (line 165) | public function hasFilters(): bool method getCache (line 170) | public function getCache(): Cache|null FILE: src/EntityManager.php class EntityManager (line 60) | class EntityManager implements EntityManagerInterface method __construct (line 113) | public function __construct( method getConnection (line 155) | public function getConnection(): Connection method getMetadataFactory (line 160) | public function getMetadataFactory(): ClassMetadataFactory method getExpressionBuilder (line 165) | public function getExpressionBuilder(): Expr method beginTransaction (line 170) | public function beginTransaction(): void method getCache (line 175) | public function getCache(): Cache|null method wrapInTransaction (line 180) | public function wrapInTransaction(callable $func): mixed method commit (line 205) | public function commit(): void method rollback (line 210) | public function rollback(): void method getClassMetadata (line 222) | public function getClassMetadata(string $className): Mapping\ClassMeta... method createQuery (line 227) | public function createQuery(string $dql = ''): Query method createNativeQuery (line 238) | public function createNativeQuery(string $sql, ResultSetMapping $rsm):... method createQueryBuilder (line 248) | public function createQueryBuilder(): QueryBuilder method flush (line 265) | public function flush(): void method find (line 274) | public function find($className, mixed $id, LockMode|int|null $lockMod... method getReference (line 370) | public function getReference(string $entityName, mixed $id): object|null method clear (line 415) | public function clear(): void method close (line 420) | public function close(): void method persist (line 439) | public function persist(object $object): void method remove (line 455) | public function remove(object $object): void method refresh (line 462) | public function refresh(object $object, LockMode|int|null $lockMode = ... method detach (line 478) | public function detach(object $object): void method lock (line 483) | public function lock(object $entity, LockMode|int $lockMode, DateTimeI... method getRepository (line 497) | public function getRepository(string $className): EntityRepository method contains (line 507) | public function contains(object $object): bool method getEventManager (line 514) | public function getEventManager(): EventManager method getConfiguration (line 519) | public function getConfiguration(): Configuration method errorIfClosed (line 529) | private function errorIfClosed(): void method isOpen (line 536) | public function isOpen(): bool method getUnitOfWork (line 541) | public function getUnitOfWork(): UnitOfWork method newHydrator (line 546) | public function newHydrator(string|int $hydrationMode): AbstractHydrator method getProxyFactory (line 559) | public function getProxyFactory(): ProxyFactory method initializeObject (line 564) | public function initializeObject(object $obj): void method isUninitializedObject (line 572) | public function isUninitializedObject($value): bool method getFilters (line 577) | public function getFilters(): FilterCollection method isFiltersStateClean (line 582) | public function isFiltersStateClean(): bool method hasFilters (line 587) | public function hasFilters(): bool method checkLockRequirements (line 598) | private function checkLockRequirements(LockMode|int $lockMode, ClassMe... method configureMetadataCache (line 615) | private function configureMetadataCache(): void method createCustomHydrator (line 625) | private function createCustomHydrator(string $hydrationMode): Abstract... FILE: src/EntityManagerInterface.php type EntityManagerInterface (line 20) | interface EntityManagerInterface extends ObjectManager method getRepository (line 31) | public function getRepository(string $className): EntityRepository; method getCache (line 36) | public function getCache(): Cache|null; method getConnection (line 41) | public function getConnection(): Connection; method getMetadataFactory (line 43) | public function getMetadataFactory(): ClassMetadataFactory; method getExpressionBuilder (line 57) | public function getExpressionBuilder(): Expr; method beginTransaction (line 62) | public function beginTransaction(): void; method wrapInTransaction (line 81) | public function wrapInTransaction(callable $func): mixed; method commit (line 86) | public function commit(): void; method rollback (line 91) | public function rollback(): void; method createQuery (line 98) | public function createQuery(string $dql = ''): Query; method createNativeQuery (line 103) | public function createNativeQuery(string $sql, ResultSetMapping $rsm):... method createQueryBuilder (line 108) | public function createQueryBuilder(): QueryBuilder; method find (line 133) | public function find(string $className, mixed $id, LockMode|int|null $... method refresh (line 148) | public function refresh(object $object, LockMode|int|null $lockMode = ... method getReference (line 163) | public function getReference(string $entityName, mixed $id): object|null; method close (line 170) | public function close(): void; method lock (line 180) | public function lock(object $entity, LockMode|int $lockMode, DateTimeI... method getEventManager (line 185) | public function getEventManager(): EventManager; method getConfiguration (line 190) | public function getConfiguration(): Configuration; method isOpen (line 195) | public function isOpen(): bool; method getUnitOfWork (line 200) | public function getUnitOfWork(): UnitOfWork; method newHydrator (line 209) | public function newHydrator(string|int $hydrationMode): AbstractHydrator; method getProxyFactory (line 214) | public function getProxyFactory(): ProxyFactory; method getFilters (line 219) | public function getFilters(): FilterCollection; method isFiltersStateClean (line 224) | public function isFiltersStateClean(): bool; method hasFilters (line 229) | public function hasFilters(): bool; method getClassMetadata (line 240) | public function getClassMetadata(string $className): Mapping\ClassMeta... FILE: src/EntityNotFoundException.php class EntityNotFoundException (line 16) | class EntityNotFoundException extends RuntimeException implements ORMExc... method fromClassNameAndIdentifier (line 23) | public static function fromClassNameAndIdentifier(string $className, a... method noIdentifierFound (line 39) | public static function noIdentifierFound(string $className): self FILE: src/EntityRepository.php class EntityRepository (line 36) | class EntityRepository implements ObjectRepository, Selectable method __construct (line 43) | public function __construct( method createQueryBuilder (line 53) | public function createQueryBuilder(string $alias, string|null $indexBy... method createResultSetMappingBuilder (line 65) | public function createResultSetMappingBuilder(string $alias): ResultSe... method find (line 84) | public function find(mixed $id, LockMode|int|null $lockMode = null, in... method findAll (line 94) | public function findAll(): array method findBy (line 106) | public function findBy(array $criteria, array|null $orderBy = null, in... method findOneBy (line 121) | public function findOneBy(array $criteria, array|null $orderBy = null)... method count (line 138) | public function count(array $criteria = []): int method __call (line 151) | public function __call(string $method, array $arguments): mixed method getEntityName (line 173) | protected function getEntityName(): string method getClassName (line 178) | public function getClassName(): string method getEntityManager (line 183) | protected function getEntityManager(): EntityManagerInterface method getClassMetadata (line 189) | protected function getClassMetadata(): ClassMetadata method matching (line 200) | public function matching(Criteria $criteria): AbstractLazyCollection&S... method resolveMagicCall (line 217) | private function resolveMagicCall(string $method, string $by, array $a... FILE: src/Event/ListenersInvoker.php class ListenersInvoker (line 16) | class ListenersInvoker method __construct (line 29) | public function __construct(EntityManagerInterface $em) method getSubscribedSystems (line 43) | public function getSubscribedSystems(ClassMetadata $metadata, string $... method invoke (line 71) | public function invoke( FILE: src/Event/LoadClassMetadataEventArgs.php class LoadClassMetadataEventArgs (line 16) | class LoadClassMetadataEventArgs extends BaseLoadClassMetadataEventArgs method getEntityManager (line 21) | public function getEntityManager(): EntityManagerInterface FILE: src/Event/OnClassMetadataNotFoundEventArgs.php class OnClassMetadataNotFoundEventArgs (line 20) | class OnClassMetadataNotFoundEventArgs extends ManagerEventArgs method __construct (line 25) | public function __construct( method setFoundMetadata (line 32) | public function setFoundMetadata(ClassMetadata|null $classMetadata): void method getFoundMetadata (line 37) | public function getFoundMetadata(): ClassMetadata|null method getClassName (line 45) | public function getClassName(): string FILE: src/Event/OnClearEventArgs.php class OnClearEventArgs (line 17) | class OnClearEventArgs extends BaseOnClearEventArgs FILE: src/Event/OnFlushEventArgs.php class OnFlushEventArgs (line 17) | class OnFlushEventArgs extends ManagerEventArgs FILE: src/Event/PostFlushEventArgs.php class PostFlushEventArgs (line 17) | class PostFlushEventArgs extends ManagerEventArgs FILE: src/Event/PostLoadEventArgs.php class PostLoadEventArgs (line 11) | final class PostLoadEventArgs extends LifecycleEventArgs FILE: src/Event/PostPersistEventArgs.php class PostPersistEventArgs (line 11) | final class PostPersistEventArgs extends LifecycleEventArgs FILE: src/Event/PostRemoveEventArgs.php class PostRemoveEventArgs (line 11) | final class PostRemoveEventArgs extends LifecycleEventArgs FILE: src/Event/PostUpdateEventArgs.php class PostUpdateEventArgs (line 11) | final class PostUpdateEventArgs extends LifecycleEventArgs FILE: src/Event/PreFlushEventArgs.php class PreFlushEventArgs (line 17) | class PreFlushEventArgs extends ManagerEventArgs FILE: src/Event/PrePersistEventArgs.php class PrePersistEventArgs (line 11) | final class PrePersistEventArgs extends LifecycleEventArgs FILE: src/Event/PreRemoveEventArgs.php class PreRemoveEventArgs (line 11) | final class PreRemoveEventArgs extends LifecycleEventArgs FILE: src/Event/PreUpdateEventArgs.php class PreUpdateEventArgs (line 20) | class PreUpdateEventArgs extends LifecycleEventArgs method __construct (line 29) | public function __construct(object $entity, EntityManagerInterface $em... method getEntityChangeSet (line 42) | public function getEntityChangeSet(): array method hasChangedField (line 50) | public function hasChangedField(string $field): bool method getOldValue (line 58) | public function getOldValue(string $field): mixed method getNewValue (line 68) | public function getNewValue(string $field): mixed method setNewValue (line 78) | public function setNewValue(string $field, mixed $value): void method assertValidField (line 90) | private function assertValidField(string $field): void FILE: src/Events.php class Events (line 12) | final class Events method __construct (line 17) | private function __construct() FILE: src/Exception/ConfigurationException.php type ConfigurationException (line 7) | interface ConfigurationException extends ORMException FILE: src/Exception/DuplicateFieldException.php class DuplicateFieldException (line 11) | class DuplicateFieldException extends LogicException implements ORMExcep... method create (line 13) | public static function create(string $argName, string $columnName): self FILE: src/Exception/EntityIdentityCollisionException.php class EntityIdentityCollisionException (line 11) | final class EntityIdentityCollisionException extends Exception implement... method create (line 13) | public static function create(object $existingEntity, object $newEntit... FILE: src/Exception/EntityManagerClosed.php class EntityManagerClosed (line 9) | final class EntityManagerClosed extends RuntimeException implements Mana... method create (line 11) | public static function create(): self FILE: src/Exception/EntityMissingAssignedId.php class EntityMissingAssignedId (line 11) | final class EntityMissingAssignedId extends LogicException implements OR... method forField (line 13) | public static function forField(object $entity, string $field): self FILE: src/Exception/InvalidEntityRepository.php class InvalidEntityRepository (line 10) | final class InvalidEntityRepository extends LogicException implements Co... method fromClassName (line 12) | public static function fromClassName(string $className): self FILE: src/Exception/InvalidHydrationMode.php class InvalidHydrationMode (line 11) | final class InvalidHydrationMode extends LogicException implements Manag... method fromMode (line 13) | public static function fromMode(string $mode): self FILE: src/Exception/ManagerException.php type ManagerException (line 9) | interface ManagerException extends Throwable FILE: src/Exception/MissingIdentifierField.php class MissingIdentifierField (line 11) | final class MissingIdentifierField extends LogicException implements Man... method fromFieldAndClass (line 13) | public static function fromFieldAndClass(string $fieldName, string $cl... FILE: src/Exception/MissingMappingDriverImplementation.php class MissingMappingDriverImplementation (line 9) | final class MissingMappingDriverImplementation extends LogicException im... method create (line 11) | public static function create(): self FILE: src/Exception/MultipleSelectorsFoundException.php class MultipleSelectorsFoundException (line 12) | final class MultipleSelectorsFoundException extends LogicException imple... method create (line 17) | public static function create(array $selectors): self FILE: src/Exception/NoMatchingPropertyException.php class NoMatchingPropertyException (line 11) | class NoMatchingPropertyException extends LogicException implements ORME... method create (line 13) | public static function create(string $property): self FILE: src/Exception/NotSupported.php class NotSupported (line 12) | final class NotSupported extends LogicException implements ORMException method create (line 14) | public static function create(): self method createForDbal3 (line 19) | public static function createForDbal3(string $context): self method createForPersistence3 (line 32) | public static function createForPersistence3(string $context): self FILE: src/Exception/ORMException.php type ORMException (line 9) | interface ORMException extends Throwable FILE: src/Exception/PersisterException.php class PersisterException (line 9) | class PersisterException extends BasePersisterException FILE: src/Exception/RepositoryException.php type RepositoryException (line 11) | interface RepositoryException extends ORMException FILE: src/Exception/SchemaToolException.php type SchemaToolException (line 9) | interface SchemaToolException extends Throwable FILE: src/Exception/UnexpectedAssociationValue.php class UnexpectedAssociationValue (line 11) | final class UnexpectedAssociationValue extends CacheException method create (line 13) | public static function create( FILE: src/Exception/UnrecognizedIdentifierFields.php class UnrecognizedIdentifierFields (line 12) | final class UnrecognizedIdentifierFields extends LogicException implemen... method fromClassAndFieldNames (line 15) | public static function fromClassAndFieldNames(string $className, array... FILE: src/Id/AbstractIdGenerator.php class AbstractIdGenerator (line 9) | abstract class AbstractIdGenerator method generateId (line 14) | abstract public function generateId(EntityManagerInterface $em, object... method isPostInsertGenerator (line 24) | public function isPostInsertGenerator(): bool FILE: src/Id/AssignedGenerator.php class AssignedGenerator (line 13) | class AssignedGenerator extends AbstractIdGenerator method generateId (line 22) | public function generateId(EntityManagerInterface $em, object|null $en... FILE: src/Id/BigIntegerIdentityGenerator.php class BigIntegerIdentityGenerator (line 14) | class BigIntegerIdentityGenerator extends AbstractIdGenerator method generateId (line 16) | public function generateId(EntityManagerInterface $em, object|null $en... method isPostInsertGenerator (line 21) | public function isPostInsertGenerator(): bool FILE: src/Id/IdentityGenerator.php class IdentityGenerator (line 14) | class IdentityGenerator extends AbstractIdGenerator method generateId (line 16) | public function generateId(EntityManagerInterface $em, object|null $en... method isPostInsertGenerator (line 21) | public function isPostInsertGenerator(): bool FILE: src/Id/SequenceGenerator.php class SequenceGenerator (line 18) | class SequenceGenerator extends AbstractIdGenerator implements Serializable method __construct (line 29) | public function __construct( method generateId (line 35) | public function generateId(EntityManagerInterface $em, object|null $en... method getCurrentMaxValue (line 56) | public function getCurrentMaxValue(): int|null method getNextValue (line 64) | public function getNextValue(): int method serialize (line 70) | final public function serialize(): string method __serialize (line 84) | public function __serialize(): array method unserialize (line 93) | final public function unserialize(string $serialized): void method __unserialize (line 107) | public function __unserialize(array $data): void FILE: src/Internal/Hydration/AbstractHydrator.php class AbstractHydrator (line 40) | abstract class AbstractHydrator method __construct (line 86) | public function __construct(protected EntityManagerInterface $em) method toIterable (line 101) | final public function toIterable(Result $stmt, ResultSetMapping $resul... method statement (line 143) | final protected function statement(): Result method resultSetMapping (line 152) | final protected function resultSetMapping(): ResultSetMapping method hydrateAll (line 166) | public function hydrateAll(Result $stmt, ResultSetMapping $resultSetMa... method onClear (line 188) | public function onClear(mixed $eventArgs): void method prepare (line 196) | protected function prepare(): void method cleanup (line 204) | protected function cleanup(): void method cleanupAfterRowIteration (line 219) | protected function cleanupAfterRowIteration(): void method hydrateRowData (line 233) | protected function hydrateRowData(array $row, array &$result): void method hydrateAllData (line 241) | abstract protected function hydrateAllData(): mixed; method gatherRowData (line 270) | protected function gatherRowData(array $data, array &$id, array &$none... method hydrateNestedEntity (line 391) | protected function hydrateNestedEntity(array $data, string $dqlAlias):... method gatherScalarRowData (line 410) | protected function gatherScalarRowData(array &$data): array method hydrateColumnInfo (line 445) | protected function hydrateColumnInfo(string $key): array|null method getDiscriminatorValues (line 541) | private function getDiscriminatorValues(ClassMetadata $classMetadata):... method getClassMetadata (line 556) | protected function getClassMetadata(string $className): ClassMetadata method registerManaged (line 572) | protected function registerManaged(ClassMetadata $class, object $entit... method buildEnum (line 599) | final protected function buildEnum(mixed $value, string $enumType): Ba... FILE: src/Internal/Hydration/ArrayHydrator.php class ArrayHydrator (line 17) | class ArrayHydrator extends AbstractHydrator method prepare (line 35) | protected function prepare(): void method hydrateAllData (line 49) | protected function hydrateAllData(): array method hydrateRowData (line 63) | protected function hydrateRowData(array $row, array &$result): void method updateResultPointer (line 239) | private function updateResultPointer( FILE: src/Internal/Hydration/HydrationException.php class HydrationException (line 13) | class HydrationException extends Exception implements ORMException method nonUniqueResult (line 15) | public static function nonUniqueResult(): self method parentObjectOfRelationNotFound (line 20) | public static function parentObjectOfRelationNotFound(string $alias, s... method emptyDiscriminatorValue (line 30) | public static function emptyDiscriminatorValue(string $dqlAlias): self method missingDiscriminatorColumn (line 38) | public static function missingDiscriminatorColumn(string $entityName, ... method missingDiscriminatorMetaMappingColumn (line 48) | public static function missingDiscriminatorMetaMappingColumn(string $e... method invalidDiscriminatorValue (line 59) | public static function invalidDiscriminatorValue(string $discrValue, a... method partialObjectHydrationDisallowed (line 68) | public static function partialObjectHydrationDisallowed(): self FILE: src/Internal/Hydration/ObjectHydrator.php class ObjectHydrator (line 29) | class ObjectHydrator extends AbstractHydrator method prepare (line 54) | protected function prepare(): void method cleanup (line 111) | protected function cleanup(): void method cleanupAfterRowIteration (line 130) | protected function cleanupAfterRowIteration(): void method hydrateAllData (line 142) | protected function hydrateAllData(): array method initRelatedCollection (line 170) | private function initRelatedCollection( method getEntity (line 224) | private function getEntity(array $data, string $dqlAlias): object method getEntityFromIdentityMap (line 275) | private function getEntityFromIdentityMap(string $className, array $da... method hydrateRowData (line 321) | protected function hydrateRowData(array $row, array &$result): void method hydrateNestedEntity (line 577) | protected function hydrateNestedEntity(array $data, string $dqlAlias):... method onClear (line 590) | public function onClear(mixed $eventArgs): void FILE: src/Internal/Hydration/ScalarColumnHydrator.php class ScalarColumnHydrator (line 15) | final class ScalarColumnHydrator extends AbstractHydrator method hydrateAllData (line 23) | protected function hydrateAllData(): array FILE: src/Internal/Hydration/ScalarHydrator.php class ScalarHydrator (line 12) | class ScalarHydrator extends AbstractHydrator method hydrateAllData (line 17) | protected function hydrateAllData(): array method hydrateRowData (line 31) | protected function hydrateRowData(array $row, array &$result): void FILE: src/Internal/Hydration/SimpleObjectHydrator.php class SimpleObjectHydrator (line 25) | class SimpleObjectHydrator extends AbstractHydrator method prepare (line 31) | protected function prepare(): void method cleanup (line 44) | protected function cleanup(): void method hydrateAllData (line 55) | protected function hydrateAllData(): array method hydrateRowData (line 71) | protected function hydrateRowData(array $row, array &$result): void FILE: src/Internal/Hydration/SingleScalarHydrator.php class SingleScalarHydrator (line 17) | class SingleScalarHydrator extends AbstractHydrator method hydrateAllData (line 19) | protected function hydrateAllData(): mixed FILE: src/Internal/HydrationCompleteHandler.php class HydrationCompleteHandler (line 17) | final class HydrationCompleteHandler method __construct (line 22) | public function __construct( method deferPostLoadInvoking (line 31) | public function deferPostLoadInvoking(ClassMetadata $class, object $en... method hydrationComplete (line 47) | public function hydrationComplete(): void FILE: src/Internal/NoUnknownNamedArguments.php type NoUnknownNamedArguments (line 26) | trait NoUnknownNamedArguments method validateVariadicParameter (line 34) | private static function validateVariadicParameter(array $parameter): void FILE: src/Internal/SQLResultCasing.php type SQLResultCasing (line 16) | trait SQLResultCasing method getSQLResultCasing (line 18) | private function getSQLResultCasing(AbstractPlatform $platform, string... FILE: src/Internal/StronglyConnectedComponents.php class StronglyConnectedComponents (line 26) | final class StronglyConnectedComponents method addNode (line 85) | public function addNode(object $node): void method hasNode (line 93) | public function hasNode(object $node): bool method addEdge (line 101) | public function addEdge(object $from, object $to): void method findStronglyConnectedComponents (line 109) | public function findStronglyConnectedComponents(): void method tarjan (line 118) | private function tarjan(int $oid): void method getNodeRepresentingStronglyConnectedComponent (line 149) | public function getNodeRepresentingStronglyConnectedComponent(object $... FILE: src/Internal/TopologicalSort.php class TopologicalSort (line 21) | final class TopologicalSort method addNode (line 58) | public function addNode(object $node): void method hasNode (line 66) | public function hasNode(object $node): bool method addEdge (line 76) | public function addEdge(object $from, object $to, bool $optional): void method sort (line 95) | public function sort(): array method visit (line 106) | private function visit(int $oid): void FILE: src/Internal/TopologicalSort/CycleDetectedException.php class CycleDetectedException (line 11) | class CycleDetectedException extends RuntimeException method __construct (line 21) | public function __construct(private readonly object $startNode) method getCycle (line 29) | public function getCycle(): array method addToCycle (line 34) | public function addToCycle(object $node): void method isCycleCollected (line 43) | public function isCycleCollected(): bool FILE: src/Internal/UnitOfWork/InsertBatch.php class InsertBatch (line 25) | final class InsertBatch method __construct (line 31) | public function __construct( method batchByEntityType (line 52) | public static function batchByEntityType( FILE: src/LazyCriteriaCollection.php class LazyCriteriaCollection (line 27) | class LazyCriteriaCollection extends AbstractLazyCollection implements S... method __construct (line 31) | public function __construct( method count (line 40) | public function count(): int method isEmpty (line 57) | public function isEmpty(): bool method contains (line 73) | public function contains(mixed $element): bool method matching (line 83) | public function matching(Criteria $criteria): ReadableCollection&Selec... method doInitialize (line 91) | protected function doInitialize(): void FILE: src/Mapping/AnsiQuoteStrategy.php class AnsiQuoteStrategy (line 14) | class AnsiQuoteStrategy implements QuoteStrategy method getColumnName (line 18) | public function getColumnName( method getTableName (line 26) | public function getTableName(ClassMetadata $class, AbstractPlatform $p... method getSequenceName (line 34) | public function getSequenceName(array $definition, ClassMetadata $clas... method getJoinColumnName (line 39) | public function getJoinColumnName(JoinColumnMapping $joinColumn, Class... method getReferencedJoinColumnName (line 44) | public function getReferencedJoinColumnName( method getJoinTableName (line 52) | public function getJoinTableName( method getIdentifierColumnNames (line 63) | public function getIdentifierColumnNames(ClassMetadata $class, Abstrac... method getColumnAlias (line 68) | public function getColumnAlias( FILE: src/Mapping/ArrayAccessImplementation.php type ArrayAccessImplementation (line 13) | trait ArrayAccessImplementation method offsetExists (line 16) | public function offsetExists(mixed $offset): bool method offsetGet (line 29) | public function offsetGet(mixed $offset): mixed method offsetSet (line 46) | public function offsetSet(mixed $offset, mixed $value): void method offsetUnset (line 59) | public function offsetUnset(mixed $offset): void FILE: src/Mapping/AssociationMapping.php class AssociationMapping (line 18) | abstract class AssociationMapping implements ArrayAccess method __construct (line 91) | final public function __construct( method fromMappingArray (line 120) | public static function fromMappingArray(array $mappingArray): static method isOwningSide (line 165) | final public function isOwningSide(): bool method isToOne (line 171) | final public function isToOne(): bool method isToMany (line 177) | final public function isToMany(): bool method isOneToOneOwningSide (line 183) | final public function isOneToOneOwningSide(): bool method isToOneOwningSide (line 189) | final public function isToOneOwningSide(): bool method isManyToManyOwningSide (line 195) | final public function isManyToManyOwningSide(): bool method isOneToOne (line 201) | final public function isOneToOne(): bool method isOneToMany (line 207) | final public function isOneToMany(): bool method isManyToOne (line 213) | final public function isManyToOne(): bool method isManyToMany (line 219) | final public function isManyToMany(): bool method isOrdered (line 225) | final public function isOrdered(): bool method isIndexed (line 231) | public function isIndexed(): bool method type (line 236) | final public function type(): int method offsetExists (line 248) | public function offsetExists(mixed $offset): bool method offsetGet (line 253) | final public function offsetGet(mixed $offset): mixed method offsetSet (line 270) | public function offsetSet(mixed $offset, mixed $value): void method offsetUnset (line 289) | public function offsetUnset(mixed $offset): void method isCascadeRemove (line 302) | final public function isCascadeRemove(): bool method isCascadePersist (line 307) | final public function isCascadePersist(): bool method isCascadeRefresh (line 312) | final public function isCascadeRefresh(): bool method isCascadeDetach (line 317) | final public function isCascadeDetach(): bool method toArray (line 323) | public function toArray(): array method __sleep (line 334) | public function __sleep(): array FILE: src/Mapping/AssociationOverride.php class AssociationOverride (line 8) | final class AssociationOverride implements MappingAttribute method __construct (line 32) | public function __construct( FILE: src/Mapping/AssociationOverrides.php class AssociationOverrides (line 13) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 24) | public function __construct(array|AssociationOverride $overrides) FILE: src/Mapping/AttributeOverride.php class AttributeOverride (line 8) | final class AttributeOverride implements MappingAttribute method __construct (line 10) | public function __construct( FILE: src/Mapping/AttributeOverrides.php class AttributeOverrides (line 13) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 24) | public function __construct(array|AttributeOverride $overrides) FILE: src/Mapping/Builder/AssociationBuilder.php class AssociationBuilder (line 10) | class AssociationBuilder method __construct (line 16) | public function __construct( method mappedBy (line 24) | public function mappedBy(string $fieldName): static method inversedBy (line 32) | public function inversedBy(string $fieldName): static method cascadeAll (line 40) | public function cascadeAll(): static method cascadePersist (line 48) | public function cascadePersist(): static method cascadeRemove (line 56) | public function cascadeRemove(): static method cascadeDetach (line 64) | public function cascadeDetach(): static method cascadeRefresh (line 72) | public function cascadeRefresh(): static method fetchExtraLazy (line 80) | public function fetchExtraLazy(): static method fetchEager (line 88) | public function fetchEager(): static method fetchLazy (line 96) | public function fetchLazy(): static method addJoinColumn (line 108) | public function addJoinColumn( method makePrimaryKey (line 137) | public function makePrimaryKey(): static method orphanRemoval (line 152) | public function orphanRemoval(): static method build (line 160) | public function build(): ClassMetadataBuilder FILE: src/Mapping/Builder/ClassMetadataBuilder.php class ClassMetadataBuilder (line 15) | class ClassMetadataBuilder method __construct (line 17) | public function __construct( method getClassMetadata (line 22) | public function getClassMetadata(): ClassMetadata method setMappedSuperClass (line 32) | public function setMappedSuperClass(): static method setEmbeddable (line 45) | public function setEmbeddable(): static method addEmbedded (line 60) | public function addEmbedded(string $fieldName, string $class, string|f... method setCustomRepositoryClass (line 78) | public function setCustomRepositoryClass(string $repositoryClassName):... method setReadOnly (line 90) | public function setReadOnly(): static method setTable (line 102) | public function setTable(string $name): static method addIndex (line 116) | public function addIndex(array $columns, string $name): static method addUniqueConstraint (line 134) | public function addUniqueConstraint(array $columns, string $name): static method setJoinedTableInheritance (line 150) | public function setJoinedTableInheritance(): static method setSingleTableInheritance (line 162) | public function setSingleTableInheritance(): static method setDiscriminatorColumn (line 177) | public function setDiscriminatorColumn( method addDiscriminatorMapClass (line 204) | public function addDiscriminatorMapClass(string $name, string $class):... method setChangeTrackingPolicyDeferredExplicit (line 216) | public function setChangeTrackingPolicyDeferredExplicit(): static method addLifecycleEvent (line 228) | public function addLifecycleEvent(string $methodName, string $event): ... method addField (line 242) | public function addField(string $name, string $type, array $mapping = ... method createField (line 255) | public function createField(string $name, string $type): FieldBuilder method createEmbedded (line 269) | public function createEmbedded(string $fieldName, string $class): Embe... method addManyToOne (line 284) | public function addManyToOne( method createManyToOne (line 303) | public function createManyToOne(string $name, string $targetEntity): A... method createOneToOne (line 318) | public function createOneToOne(string $name, string $targetEntity): As... method addInverseOneToOne (line 333) | public function addInverseOneToOne(string $name, string $targetEntity,... method addOwningOneToOne (line 344) | public function addOwningOneToOne( method createManyToMany (line 361) | public function createManyToMany(string $name, string $targetEntity): ... method addOwningManyToMany (line 376) | public function addOwningManyToMany( method addInverseManyToMany (line 393) | public function addInverseManyToMany(string $name, string $targetEntit... method createOneToMany (line 404) | public function createOneToMany(string $name, string $targetEntity): O... method addOneToMany (line 419) | public function addOneToMany(string $name, string $targetEntity, strin... FILE: src/Mapping/Builder/EmbeddedBuilder.php class EmbeddedBuilder (line 12) | class EmbeddedBuilder method __construct (line 15) | public function __construct( method setColumnPrefix (line 26) | public function setColumnPrefix(string $columnPrefix): static method build (line 38) | public function build(): ClassMetadataBuilder FILE: src/Mapping/Builder/EntityListenerBuilder.php class EntityListenerBuilder (line 17) | class EntityListenerBuilder method bindEntityListener (line 39) | public static function bindEntityListener(ClassMetadata $metadata, str... FILE: src/Mapping/Builder/FieldBuilder.php class FieldBuilder (line 14) | class FieldBuilder method __construct (line 25) | public function __construct( method length (line 36) | public function length(int $length): static method nullable (line 48) | public function nullable(bool $flag = true): static method unique (line 60) | public function unique(bool $flag = true): static method index (line 72) | public function index(bool $flag = true): static method columnName (line 84) | public function columnName(string $name): static method precision (line 96) | public function precision(int $p): static method insertable (line 108) | public function insertable(bool $flag = true): self method updatable (line 122) | public function updatable(bool $flag = true): self method scale (line 136) | public function scale(int $s): static method makePrimaryKey (line 148) | public function makePrimaryKey(): static method option (line 160) | public function option(string $name, mixed $value): static method generatedValue (line 168) | public function generatedValue(string $strategy = 'AUTO'): static method isVersionField (line 180) | public function isVersionField(): static method setSequenceGenerator (line 192) | public function setSequenceGenerator(string $sequenceName, int $alloca... method columnDefinition (line 208) | public function columnDefinition(string $def): static method setCustomIdGenerator (line 221) | public function setCustomIdGenerator(string $customIdGenerator): static method build (line 233) | public function build(): ClassMetadataBuilder FILE: src/Mapping/Builder/ManyToManyAssociationBuilder.php class ManyToManyAssociationBuilder (line 12) | class ManyToManyAssociationBuilder extends OneToManyAssociationBuilder method setJoinTable (line 20) | public function setJoinTable(string $name): static method addJoinColumn (line 32) | public function addJoinColumn( method addInverseJoinColumn (line 56) | public function addInverseJoinColumn( method build (line 75) | public function build(): ClassMetadataBuilder FILE: src/Mapping/Builder/OneToManyAssociationBuilder.php class OneToManyAssociationBuilder (line 12) | class OneToManyAssociationBuilder extends AssociationBuilder method setOrderBy (line 19) | public function setOrderBy(array $fieldNames): static method setIndexBy (line 27) | public function setIndexBy(string $fieldName): static method build (line 34) | public function build(): ClassMetadataBuilder FILE: src/Mapping/Cache.php class Cache (line 10) | #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_PROPERTY)] method __construct (line 14) | public function __construct( FILE: src/Mapping/ChainTypedFieldMapper.php class ChainTypedFieldMapper (line 10) | final class ChainTypedFieldMapper implements TypedFieldMapper method __construct (line 17) | public function __construct(TypedFieldMapper ...$typedFieldMappers) method validateAndComplete (line 27) | public function validateAndComplete(array $mapping, ReflectionProperty... FILE: src/Mapping/ChangeTrackingPolicy.php class ChangeTrackingPolicy (line 9) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 13) | public function __construct( FILE: src/Mapping/ClassMetadata.php class ClassMetadata (line 81) | class ClassMetadata implements PersistenceClassMetadata, Stringable method __construct (line 563) | public function __construct(public string $name, NamingStrategy|null $... method getReflectionProperties (line 579) | public function getReflectionProperties(): array|LegacyReflectionFields method getPropertyAccessors (line 589) | public function getPropertyAccessors(): array method getReflectionProperty (line 599) | public function getReflectionProperty(string $name): ReflectionPropert... method getPropertyAccessor (line 604) | public function getPropertyAccessor(string $name): PropertyAccessor|null method getSingleIdReflectionProperty (line 614) | public function getSingleIdReflectionProperty(): ReflectionProperty|null method getSingleIdPropertyAccessor (line 624) | public function getSingleIdPropertyAccessor(): PropertyAccessor|null method getIdentifierValues (line 641) | public function getIdentifierValues(object $entity): array method setIdentifierValues (line 674) | public function setIdentifierValues(object $entity, array $id): void method setFieldValue (line 684) | public function setFieldValue(object $entity, string $field, mixed $va... method getFieldValue (line 692) | public function getFieldValue(object $entity, string $field): mixed method __toString (line 704) | public function __toString(): string method __sleep (line 722) | public function __sleep(): array method newInstance (line 816) | public function newInstance(): object method wakeupReflection (line 824) | public function wakeupReflection(ReflectionService $reflService): void method initializeReflection (line 906) | public function initializeReflection(ReflectionService $reflService): ... method validateIdentifier (line 923) | public function validateIdentifier(): void method validateAssociations (line 944) | public function validateAssociations(): void method validateLifecycleCallbacks (line 962) | public function validateLifecycleCallbacks(ReflectionService $reflServ... method enableCache (line 974) | public function enableCache(array $cache): void method enableAssociationCache (line 988) | public function enableAssociationCache(string $fieldName, array $cache... method getAssociationCacheDefaults (line 999) | public function getAssociationCacheDefaults(string $fieldName, array $... method setChangeTrackingPolicy (line 1015) | public function setChangeTrackingPolicy(int $policy): void method isChangeTrackingDeferredExplicit (line 1023) | public function isChangeTrackingDeferredExplicit(): bool method isChangeTrackingDeferredImplicit (line 1031) | public function isChangeTrackingDeferredImplicit(): bool method isIdentifier (line 1039) | public function isIdentifier(string $fieldName): bool method isUniqueField (line 1052) | public function isUniqueField(string $fieldName): bool method isNullable (line 1059) | public function isNullable(string $fieldName): bool method isIndexed (line 1066) | public function isIndexed(string $fieldName): bool method getColumnName (line 1078) | public function getColumnName(string $fieldName): string method getFieldMapping (line 1090) | public function getFieldMapping(string $fieldName): FieldMapping method getAssociationMapping (line 1109) | public function getAssociationMapping(string $fieldName): AssociationM... method getAssociationMappings (line 1123) | public function getAssociationMappings(): array method getFieldName (line 1134) | public function getFieldName(string $columnName): string method isTypedProperty (line 1142) | private function isTypedProperty(string $name): bool method validateAndCompleteTypedFieldMapping (line 1156) | private function validateAndCompleteTypedFieldMapping(array $mapping):... method validateAndCompleteTypedAssociationMapping (line 1170) | private function validateAndCompleteTypedAssociationMapping(array $map... method validateAndCompleteFieldMapping (line 1200) | protected function validateAndCompleteFieldMapping(array $mapping): Fi... method _validateAndCompleteAssociationMapping (line 1294) | protected function _validateAndCompleteAssociationMapping(array $mappi... method getIdentifierFieldNames (line 1463) | public function getIdentifierFieldNames(): array method getSingleIdentifierFieldName (line 1474) | public function getSingleIdentifierFieldName(): string method getSingleIdentifierColumnName (line 1493) | public function getSingleIdentifierColumnName(): string method setIdentifier (line 1505) | public function setIdentifier(array $identifier): void method getIdentifier (line 1514) | public function getIdentifier(): array method hasField (line 1519) | public function hasField(string $fieldName): bool method getColumnNames (line 1532) | public function getColumnNames(array|null $fieldNames = null): array method getIdentifierColumnNames (line 1546) | public function getIdentifierColumnNames(): array method setIdGeneratorType (line 1573) | public function setIdGeneratorType(int $generatorType): void method usesIdGenerator (line 1581) | public function usesIdGenerator(): bool method isInheritanceTypeNone (line 1586) | public function isInheritanceTypeNone(): bool method isInheritanceTypeJoined (line 1597) | public function isInheritanceTypeJoined(): bool method isInheritanceTypeSingleTable (line 1608) | public function isInheritanceTypeSingleTable(): bool method isIdGeneratorIdentity (line 1616) | public function isIdGeneratorIdentity(): bool method isIdGeneratorSequence (line 1626) | public function isIdGeneratorSequence(): bool method isIdentifierNatural (line 1635) | public function isIdentifierNatural(): bool method getTypeOfField (line 1645) | public function getTypeOfField(string $fieldName): string|null method getTableName (line 1655) | public function getTableName(): string method getSchemaName (line 1663) | public function getSchemaName(): string|null method getTemporaryIdTableName (line 1671) | public function getTemporaryIdTableName(): string method setSubclasses (line 1682) | public function setSubclasses(array $subclasses): void method setParentClasses (line 1697) | public function setParentClasses(array $classNames): void method setInheritanceType (line 1713) | public function setInheritanceType(int $type): void method setAssociationOverride (line 1729) | public function setAssociationOverride(string $fieldName, array $overr... method setAttributeOverride (line 1787) | public function setAttributeOverride(string $fieldName, array $overrid... method isInheritedField (line 1832) | public function isInheritedField(string $fieldName): bool method isRootEntity (line 1840) | public function isRootEntity(): bool method isInheritedAssociation (line 1848) | public function isInheritedAssociation(string $fieldName): bool method isInheritedEmbeddedClass (line 1853) | public function isInheritedEmbeddedClass(string $fieldName): bool method setTableName (line 1863) | public function setTableName(string $tableName): void method setPrimaryTable (line 1880) | public function setPrimaryTable(array $table): void method isInheritanceType (line 1920) | private function isInheritanceType(int $type): bool method mapField (line 1934) | public function mapField(array $mapping): void method addInheritedAssociationMapping (line 1955) | public function addInheritedAssociationMapping(AssociationMapping $map... method addInheritedFieldMapping (line 1969) | public function addInheritedFieldMapping(FieldMapping $fieldMapping): ... method mapOneToOne (line 1986) | public function mapOneToOne(array $mapping): void method mapOneToMany (line 2000) | public function mapOneToMany(array $mapping): void method mapManyToOne (line 2014) | public function mapManyToOne(array $mapping): void method mapManyToMany (line 2028) | public function mapManyToMany(array $mapping): void method _storeAssociationMapping (line 2044) | protected function _storeAssociationMapping(AssociationMapping $assocM... method setCustomRepositoryClass (line 2059) | public function setCustomRepositoryClass(string|null $repositoryClassN... method invokeLifecycleCallbacks (line 2078) | public function invokeLifecycleCallbacks(string $lifecycleEvent, objec... method hasLifecycleCallbacks (line 2088) | public function hasLifecycleCallbacks(string $lifecycleEvent): bool method getLifecycleCallbacks (line 2099) | public function getLifecycleCallbacks(string $event): array method addLifecycleCallback (line 2107) | public function addLifecycleCallback(string $callback, string $event):... method setLifecycleCallbacks (line 2126) | public function setLifecycleCallbacks(array $callbacks): void method addEntityListener (line 2140) | public function addEntityListener(string $eventName, string $class, st... method setDiscriminatorColumn (line 2182) | public function setDiscriminatorColumn(DiscriminatorColumnMapping|arra... method getDiscriminatorColumn (line 2225) | final public function getDiscriminatorColumn(): DiscriminatorColumnMap... method setDiscriminatorMap (line 2242) | public function setDiscriminatorMap(array $map): void method addDiscriminatorMapClass (line 2280) | public function addDiscriminatorMapClass(int|string $name, string $cla... method addSubClasses (line 2301) | public function addSubClasses(array $classes): void method addSubClass (line 2308) | public function addSubClass(string $className): void method hasAssociation (line 2318) | public function hasAssociation(string $fieldName): bool method isSingleValuedAssociation (line 2323) | public function isSingleValuedAssociation(string $fieldName): bool method isCollectionValuedAssociation (line 2329) | public function isCollectionValuedAssociation(string $fieldName): bool method isAssociationWithSingleJoinColumn (line 2338) | public function isAssociationWithSingleJoinColumn(string $fieldName): ... method getSingleAssociationJoinColumnName (line 2350) | public function getSingleAssociationJoinColumnName(string $fieldName):... method getSingleAssociationReferencedJoinColumnName (line 2368) | public function getSingleAssociationReferencedJoinColumnName(string $f... method getFieldForColumn (line 2388) | public function getFieldForColumn(string $columnName): string method setIdGenerator (line 2410) | public function setIdGenerator(AbstractIdGenerator $generator): void method setCustomGeneratorDefinition (line 2420) | public function setCustomGeneratorDefinition(array $definition): void method setSequenceGeneratorDefinition (line 2442) | public function setSequenceGeneratorDefinition(array $definition): void method setVersionMapping (line 2475) | public function setVersionMapping(array &$mapping): void method setVersioned (line 2495) | public function setVersioned(bool $bool): void method setVersionField (line 2508) | public function setVersionField(string|null $versionField): void method markReadOnly (line 2516) | public function markReadOnly(): void method getFieldNames (line 2524) | public function getFieldNames(): array method getAssociationNames (line 2532) | public function getAssociationNames(): array method getAssociationTargetClass (line 2544) | public function getAssociationTargetClass(string $assocName): string method getName (line 2550) | public function getName(): string method isAssociationInverseSide (line 2555) | public function isAssociationInverseSide(string $assocName): bool method getAssociationMappedByTargetField (line 2561) | public function getAssociationMappedByTargetField(string $assocName): ... method fullyQualifiedClassName (line 2589) | public function fullyQualifiedClassName(string|null $className): strin... method getMetadataValue (line 2609) | public function getMetadataValue(string $name): mixed method mapEmbedded (line 2627) | public function mapEmbedded(array $mapping): void method inlineEmbeddable (line 2653) | public function inlineEmbeddable(string $property, ClassMetadata $embe... method assertFieldNotMapped (line 2683) | private function assertFieldNotMapped(string $fieldName): void method getSequenceName (line 2699) | public function getSequenceName(AbstractPlatform $platform): string method getSequencePrefix (line 2712) | public function getSequencePrefix(AbstractPlatform $platform): string FILE: src/Mapping/ClassMetadataFactory.php class ClassMetadataFactory (line 53) | class ClassMetadataFactory extends AbstractClassMetadataFactory method setEntityManager (line 67) | public function setEntityManager(EntityManagerInterface $em): void method getOwningSide (line 88) | final public function getOwningSide(AssociationMapping $maybeOwningSid... method initialize (line 110) | protected function initialize(): void method onNotFoundMetadata (line 117) | protected function onNotFoundMetadata(string $className): ClassMetadat... method doLoadMetadata (line 135) | protected function doLoadMetadata( method validateRuntimeMetadata (line 263) | protected function validateRuntimeMetadata(ClassMetadata $class, Class... method newClassMetadataInstance (line 305) | protected function newClassMetadataInstance(string $className): ClassM... method addDefaultDiscriminatorMap (line 326) | private function addDefaultDiscriminatorMap(ClassMetadata $class): void method findAbstractEntityClassesNotListedInDiscriminatorMap (line 352) | private function findAbstractEntityClassesNotListedInDiscriminatorMap(... method peekIfIsMappedSuperclass (line 392) | private function peekIfIsMappedSuperclass(string $className): bool method getShortName (line 408) | private function getShortName(string $className): string method addMappingInheritanceInformation (line 423) | private function addMappingInheritanceInformation( method addInheritedFields (line 439) | private function addInheritedFields(ClassMetadata $subClass, ClassMeta... method addInheritedRelations (line 457) | private function addInheritedRelations(ClassMetadata $subClass, ClassM... method addInheritedEmbeddedClasses (line 476) | private function addInheritedEmbeddedClasses(ClassMetadata $subClass, ... method addNestedEmbeddedClasses (line 492) | private function addNestedEmbeddedClasses( method addInheritedIndexes (line 521) | private function addInheritedIndexes(ClassMetadata $subClass, ClassMet... method completeIdGeneratorMapping (line 546) | private function completeIdGeneratorMapping(ClassMetadata $class): void method determineIdGeneratorStrategy (line 620) | private function determineIdGeneratorStrategy(AbstractPlatform $platfo... method truncateSequenceName (line 669) | private function truncateSequenceName(string $schemaElementName): string method inheritIdGeneratorMapping (line 688) | private function inheritIdGeneratorMapping(ClassMetadata $class, Class... method wakeupReflection (line 703) | protected function wakeupReflection(ClassMetadataInterface $class, Ref... method initializeReflection (line 720) | protected function initializeReflection(ClassMetadataInterface $class,... method getDriver (line 725) | protected function getDriver(): MappingDriver method isEntity (line 732) | protected function isEntity(ClassMetadataInterface $class): bool method getTargetPlatform (line 737) | private function getTargetPlatform(): Platforms\AbstractPlatform FILE: src/Mapping/Column.php class Column (line 10) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 20) | public function __construct( FILE: src/Mapping/CustomIdGenerator.php class CustomIdGenerator (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 12) | public function __construct( FILE: src/Mapping/DefaultEntityListenerResolver.php class DefaultEntityListenerResolver (line 12) | class DefaultEntityListenerResolver implements EntityListenerResolver method clear (line 17) | public function clear(string|null $className = null): void method register (line 29) | public function register(object $object): void method resolve (line 34) | public function resolve(string $className): object FILE: src/Mapping/DefaultNamingStrategy.php class DefaultNamingStrategy (line 17) | class DefaultNamingStrategy implements NamingStrategy method classToTableName (line 19) | public function classToTableName(string $className): string method propertyToColumnName (line 28) | public function propertyToColumnName(string $propertyName, string $cla... method embeddedFieldToColumnName (line 33) | public function embeddedFieldToColumnName( method referenceColumnName (line 42) | public function referenceColumnName(): string method joinColumnName (line 47) | public function joinColumnName(string $propertyName, string $className... method joinTableName (line 52) | public function joinTableName( method joinKeyColumnName (line 61) | public function joinKeyColumnName( FILE: src/Mapping/DefaultQuoteStrategy.php class DefaultQuoteStrategy (line 23) | class DefaultQuoteStrategy implements QuoteStrategy method getColumnName (line 27) | public function getColumnName(string $fieldName, ClassMetadata $class,... method getTableName (line 39) | public function getTableName(ClassMetadata $class, AbstractPlatform $p... method getSequenceName (line 61) | public function getSequenceName(array $definition, ClassMetadata $clas... method getJoinColumnName (line 71) | public function getJoinColumnName(JoinColumnMapping $joinColumn, Class... method getReferencedJoinColumnName (line 78) | public function getReferencedJoinColumnName( method getJoinTableName (line 88) | public function getJoinTableName( method getIdentifierColumnNames (line 111) | public function getIdentifierColumnNames(ClassMetadata $class, Abstrac... method getColumnAlias (line 139) | public function getColumnAlias( FILE: src/Mapping/DefaultTypedFieldMapper.php class DefaultTypedFieldMapper (line 25) | final class DefaultTypedFieldMapper implements TypedFieldMapper method __construct (line 42) | public function __construct(array $typedFieldMappings = []) method validateAndComplete (line 55) | public function validateAndComplete(array $mapping, ReflectionProperty... FILE: src/Mapping/DiscriminatorColumn.php class DiscriminatorColumn (line 10) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 13) | public function __construct( FILE: src/Mapping/DiscriminatorColumnMapping.php class DiscriminatorColumnMapping (line 15) | final class DiscriminatorColumnMapping implements ArrayAccess method __construct (line 30) | public function __construct( method fromMappingArray (line 48) | public static function fromMappingArray(array $mappingArray): self method __sleep (line 71) | public function __sleep(): array FILE: src/Mapping/DiscriminatorMap.php class DiscriminatorMap (line 9) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 13) | public function __construct( FILE: src/Mapping/Driver/AttributeDriver.php class AttributeDriver (line 26) | class AttributeDriver implements MappingDriver method __construct (line 42) | public function __construct(array|ClassLocator $paths, bool $reportFie... method isTransient (line 60) | public function isTransient(string $className): bool method loadMetadataForClass (line 82) | public function loadMetadataForClass(string $className, PersistenceCla... method getFetchMode (line 604) | private function getFetchMode(string $className, string $fetchMode): int method getGeneratedMode (line 618) | private function getGeneratedMode(string $generatedMode): int method getMethodCallbacks (line 633) | private function getMethodCallbacks(ReflectionMethod $method): array method joinColumnToArray (line 689) | private function joinColumnToArray(Mapping\JoinColumn|Mapping\InverseJ... method columnToArray (line 727) | private function columnToArray(string $fieldName, Mapping\Column $colu... FILE: src/Mapping/Driver/AttributeReader.php class AttributeReader (line 21) | final class AttributeReader method getClassAttributes (line 31) | public function getClassAttributes(ReflectionClass $class): array method getMethodAttributes (line 41) | public function getMethodAttributes(ReflectionMethod $method): array method getPropertyAttributes (line 51) | public function getPropertyAttributes(ReflectionProperty $property): a... method getPropertyAttribute (line 63) | public function getPropertyAttribute(ReflectionProperty $property, str... method getPropertyAttributeCollection (line 82) | public function getPropertyAttributeCollection( method convertToAttributeInstances (line 103) | private function convertToAttributeInstances(array $attributes): array method isRepeatable (line 135) | private function isRepeatable(string $attributeClassName): bool FILE: src/Mapping/Driver/DatabaseDriver.php class DatabaseDriver (line 53) | class DatabaseDriver implements MappingDriver method __construct (line 91) | public function __construct(private readonly AbstractSchemaManager $sm) method setNamespace (line 99) | public function setNamespace(string $namespace): void method isTransient (line 104) | public function isTransient(string $className): bool method getAllClassNames (line 112) | public function getAllClassNames(): array method setClassNameForTable (line 122) | public function setClassNameForTable(string $tableName, string $classN... method setFieldNameForColumn (line 130) | public function setFieldNameForColumn(string $tableName, string $colum... method setTables (line 143) | public function setTables(array $entityTables, array $manyToManyTables... method setInflector (line 159) | public function setInflector(Inflector $inflector): void method loadMetadataForClass (line 172) | public function loadMetadataForClass(string $className, PersistenceCla... method reverseEngineerMappingFromDatabase (line 273) | private function reverseEngineerMappingFromDatabase(): void method buildIndexes (line 329) | private function buildIndexes(ClassMetadata $metadata): void method buildFieldMappings (line 360) | private function buildFieldMappings(ClassMetadata $metadata): void method buildFieldMapping (line 420) | private function buildFieldMapping(string $tableName, Column $column):... method buildToOneAssociationMappings (line 470) | private function buildToOneAssociationMappings(ClassMetadata $metadata... method getTablePrimaryKeys (line 517) | private function getTablePrimaryKeys(Table $table): array method getClassNameForTable (line 537) | private function getClassNameForTable(string $tableName): string method getFieldNameForColumn (line 551) | private function getFieldNameForColumn( method getReferencedTableName (line 570) | private static function getReferencedTableName(ForeignKeyConstraint $f... method getReferencingColumnNames (line 580) | private static function getReferencingColumnNames(ForeignKeyConstraint... method getReferencedColumnNames (line 590) | private static function getReferencedColumnNames(ForeignKeyConstraint ... method getIndexedColumns (line 600) | private static function getIndexedColumns(Index $index): array method getPrimaryKey (line 609) | private static function getPrimaryKey(Table $table): Index|null method getAssetName (line 632) | private static function getAssetName(AbstractAsset $asset): string FILE: src/Mapping/Driver/LoadMappingFileImplementation.php type LoadMappingFileImplementation (line 13) | trait LoadMappingFileImplementation method loadMappingFile (line 18) | protected function loadMappingFile($file): array method loadMappingFile (line 30) | protected function loadMappingFile($file) type LoadMappingFileImplementation (line 25) | trait LoadMappingFileImplementation method loadMappingFile (line 18) | protected function loadMappingFile($file): array method loadMappingFile (line 30) | protected function loadMappingFile($file) FILE: src/Mapping/Driver/ReflectionBasedDriver.php type ReflectionBasedDriver (line 11) | trait ReflectionBasedDriver method isRepeatedPropertyDeclaration (line 23) | private function isRepeatedPropertyDeclaration(ReflectionProperty $pro... FILE: src/Mapping/Driver/RepeatableAttributeCollection.php class RepeatableAttributeCollection (line 14) | final class RepeatableAttributeCollection extends ArrayObject FILE: src/Mapping/Driver/SimplifiedXmlDriver.php class SimplifiedXmlDriver (line 12) | class SimplifiedXmlDriver extends XmlDriver method __construct (line 19) | public function __construct($prefixes, $fileExtension = self::DEFAULT_... FILE: src/Mapping/Driver/XmlDriver.php class XmlDriver (line 42) | class XmlDriver extends FileDriver method __construct (line 51) | public function __construct( method loadMetadataForClass (line 80) | public function loadMetadataForClass($className, PersistenceClassMetad... method parseOptions (line 662) | private function parseOptions(SimpleXMLElement|null $options): array method parseObjectElement (line 713) | private function parseObjectElement(SimpleXMLElement $objectElement): ... method joinColumnToArray (line 747) | private function joinColumnToArray(SimpleXMLElement $joinColumnElement... method columnToArray (line 799) | private function columnToArray(SimpleXMLElement $fieldMapping): array method cacheToArray (line 874) | private function cacheToArray(SimpleXMLElement $cacheMapping): array method getCascadeMappings (line 901) | private function getCascadeMappings(SimpleXMLElement $cascadeElement):... method doLoadMappingFile (line 920) | private function doLoadMappingFile(string $file): array method validateMapping (line 951) | private function validateMapping(string $file): void method evaluateBoolean (line 972) | protected function evaluateBoolean(mixed $element): bool FILE: src/Mapping/Embeddable.php class Embeddable (line 9) | #[Attribute(Attribute::TARGET_CLASS)] FILE: src/Mapping/Embedded.php class Embedded (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 12) | public function __construct( FILE: src/Mapping/EmbeddedClassMapping.php class EmbeddedClassMapping (line 12) | final class EmbeddedClassMapping implements ArrayAccess method __construct (line 46) | public function __construct(public string $class) method fromMappingArray (line 60) | public static function fromMappingArray(array $mappingArray): self method __sleep (line 77) | public function __sleep(): array FILE: src/Mapping/Entity.php class Entity (line 11) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct( FILE: src/Mapping/EntityListenerResolver.php type EntityListenerResolver (line 10) | interface EntityListenerResolver method clear (line 17) | public function clear(string|null $className = null): void; method resolve (line 24) | public function resolve(string $className): object; method register (line 29) | public function register(object $object): void; FILE: src/Mapping/EntityListeners.php class EntityListeners (line 13) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 17) | public function __construct( FILE: src/Mapping/Exception/InvalidCustomGenerator.php class InvalidCustomGenerator (line 13) | final class InvalidCustomGenerator extends LogicException implements ORM... method onClassNotConfigured (line 15) | public static function onClassNotConfigured(): self method onMissingClass (line 21) | public static function onMissingClass(array $definition): self FILE: src/Mapping/Exception/UnknownGeneratorType.php class UnknownGeneratorType (line 10) | final class UnknownGeneratorType extends LogicException implements ORMEx... method create (line 12) | public static function create(int $generatorType): self FILE: src/Mapping/FieldMapping.php class FieldMapping (line 14) | final class FieldMapping implements ArrayAccess method __construct (line 84) | public function __construct( method fromMappingArray (line 120) | public static function fromMappingArray(array $mappingArray): self method __sleep (line 141) | public function __sleep(): array FILE: src/Mapping/GeneratedValue.php class GeneratedValue (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 13) | public function __construct( FILE: src/Mapping/GetReflectionClassImplementation.php type GetReflectionClassImplementation (line 13) | trait GetReflectionClassImplementation method getReflectionClass (line 15) | public function getReflectionClass(): ReflectionClass method getReflectionClass (line 28) | public function getReflectionClass(): ReflectionClass|null type GetReflectionClassImplementation (line 21) | trait GetReflectionClassImplementation method getReflectionClass (line 15) | public function getReflectionClass(): ReflectionClass method getReflectionClass (line 28) | public function getReflectionClass(): ReflectionClass|null FILE: src/Mapping/HasLifecycleCallbacks.php class HasLifecycleCallbacks (line 9) | #[Attribute(Attribute::TARGET_CLASS)] FILE: src/Mapping/Id.php class Id (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] FILE: src/Mapping/Index.php class Index (line 9) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] method __construct (line 18) | public function __construct( FILE: src/Mapping/InheritanceType.php class InheritanceType (line 9) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 13) | public function __construct( FILE: src/Mapping/InverseJoinColumn.php class InverseJoinColumn (line 9) | #[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] FILE: src/Mapping/InverseSideMapping.php class InverseSideMapping (line 7) | abstract class InverseSideMapping extends AssociationMapping method backRefFieldName (line 17) | final public function backRefFieldName(): string method __sleep (line 23) | public function __sleep(): array FILE: src/Mapping/JoinColumn.php class JoinColumn (line 9) | #[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] FILE: src/Mapping/JoinColumnMapping.php class JoinColumnMapping (line 12) | final class JoinColumnMapping implements ArrayAccess method __construct (line 27) | public function __construct( method fromMappingArray (line 47) | public static function fromMappingArray(array $mappingArray): self method __sleep (line 60) | public function __sleep(): array FILE: src/Mapping/JoinColumnProperties.php type JoinColumnProperties (line 7) | trait JoinColumnProperties method __construct (line 10) | public function __construct( FILE: src/Mapping/JoinColumns.php class JoinColumns (line 7) | final class JoinColumns implements MappingAttribute method __construct (line 10) | public function __construct( FILE: src/Mapping/JoinTable.php class JoinTable (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 23) | public function __construct( FILE: src/Mapping/JoinTableMapping.php class JoinTableMapping (line 13) | final class JoinTableMapping implements ArrayAccess method __construct (line 30) | public function __construct(public string $name) method fromMappingArray (line 45) | public static function fromMappingArray(array $mappingArray): self method offsetSet (line 70) | public function offsetSet(mixed $offset, mixed $value): void method toArray (line 85) | public function toArray(): array method __sleep (line 102) | public function __sleep(): array FILE: src/Mapping/LegacyReflectionFields.php class LegacyReflectionFields (line 27) | class LegacyReflectionFields implements ArrayAccess, IteratorAggregate method __construct (line 32) | public function __construct(private ClassMetadata $classMetadata, priv... method offsetExists (line 37) | public function offsetExists($offset): bool // phpcs:ignore method offsetGet (line 53) | public function offsetGet($field): mixed // phpcs:ignore method offsetSet (line 123) | public function offsetSet($offset, $value): void // phpcs:ignore method offsetUnset (line 129) | public function offsetUnset($offset): void // phpcs:ignore method getAccessibleProperty (line 135) | private function getAccessibleProperty(string $class, string $field): ... method getIterator (line 156) | public function getIterator(): Traversable FILE: src/Mapping/ManyToMany.php class ManyToMany (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 17) | public function __construct( FILE: src/Mapping/ManyToManyAssociationMapping.php type ManyToManyAssociationMapping (line 7) | interface ManyToManyAssociationMapping extends ToManyAssociationMapping FILE: src/Mapping/ManyToManyInverseSideMapping.php class ManyToManyInverseSideMapping (line 7) | final class ManyToManyInverseSideMapping extends ToManyInverseSideMappin... FILE: src/Mapping/ManyToManyOwningSideMapping.php class ManyToManyOwningSideMapping (line 12) | final class ManyToManyOwningSideMapping extends ToManyOwningSideMapping ... method toArray (line 31) | public function toArray(): array method fromMappingArrayAndNamingStrategy (line 62) | public static function fromMappingArrayAndNamingStrategy(array $mappin... method __sleep (line 213) | public function __sleep(): array FILE: src/Mapping/ManyToOne.php class ManyToOne (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 17) | public function __construct( FILE: src/Mapping/ManyToOneAssociationMapping.php class ManyToOneAssociationMapping (line 10) | final class ManyToOneAssociationMapping extends ToOneOwningSideMapping FILE: src/Mapping/MappedSuperclass.php class MappedSuperclass (line 10) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 14) | public function __construct( FILE: src/Mapping/MappingAttribute.php type MappingAttribute (line 8) | interface MappingAttribute FILE: src/Mapping/MappingException.php class MappingException (line 27) | class MappingException extends PersistenceMappingException implements OR... method identifierRequired (line 30) | public static function identifierRequired(string $entityName): self method invalidAssociationType (line 47) | public static function invalidAssociationType(string $entityName, stri... method invalidInheritanceType (line 57) | public static function invalidInheritanceType(string $entityName, int ... method generatorNotAllowedWithCompositeId (line 62) | public static function generatorNotAllowedWithCompositeId(): self method missingFieldName (line 67) | public static function missingFieldName(string $entity): self method missingTargetEntity (line 75) | public static function missingTargetEntity(string $fieldName): self method missingSourceEntity (line 80) | public static function missingSourceEntity(string $fieldName): self method missingEmbeddedClass (line 85) | public static function missingEmbeddedClass(string $fieldName): self method mappingFileNotFound (line 90) | public static function mappingFileNotFound(string $entityName, string ... method invalidOverrideFieldName (line 100) | public static function invalidOverrideFieldName(string $className, str... method invalidOverrideFieldType (line 110) | public static function invalidOverrideFieldType(string $className, str... method mappingNotFound (line 119) | public static function mappingNotFound(string $className, string $fiel... method queryNotFound (line 124) | public static function queryNotFound(string $className, string $queryN... method resultMappingNotFound (line 129) | public static function resultMappingNotFound(string $className, string... method emptyQueryMapping (line 134) | public static function emptyQueryMapping(string $entity, string $query... method nameIsMandatoryForQueryMapping (line 139) | public static function nameIsMandatoryForQueryMapping(string $classNam... method missingQueryMapping (line 144) | public static function missingQueryMapping(string $entity, string $que... method missingResultSetMappingEntity (line 153) | public static function missingResultSetMappingEntity(string $entity, s... method missingResultSetMappingFieldName (line 162) | public static function missingResultSetMappingFieldName(string $entity... method oneToManyRequiresMappedBy (line 171) | public static function oneToManyRequiresMappedBy(string $entityName, s... method joinTableRequired (line 180) | public static function joinTableRequired(string $fieldName): self method missingRequiredOption (line 193) | public static function missingRequiredOption(string $field, string $ex... method invalidMapping (line 207) | public static function invalidMapping(string $fieldName): self method reflectionFailure (line 219) | public static function reflectionFailure(string $entity, ReflectionExc... method joinColumnMustPointToMappedField (line 224) | public static function joinColumnMustPointToMappedField(string $classN... method joinColumnNotAllowedOnOneToOneInverseSide (line 233) | public static function joinColumnNotAllowedOnOneToOneInverseSide(strin... method classIsNotAValidEntityOrMappedSuperClass (line 243) | public static function classIsNotAValidEntityOrMappedSuperClass(string... method duplicateFieldMapping (line 264) | public static function duplicateFieldMapping(string $entity, string $f... method duplicateAssociationMapping (line 273) | public static function duplicateAssociationMapping(string $entity, str... method duplicateQueryMapping (line 282) | public static function duplicateQueryMapping(string $entity, string $q... method duplicateResultSetMapping (line 291) | public static function duplicateResultSetMapping(string $entity, strin... method singleIdNotAllowedOnCompositePrimaryKey (line 300) | public static function singleIdNotAllowedOnCompositePrimaryKey(string ... method noIdDefined (line 305) | public static function noIdDefined(string $entity): self method unsupportedOptimisticLockingType (line 310) | public static function unsupportedOptimisticLockingType(string $entity... method fileMappingDriversRequireConfiguredDirectoryPath (line 320) | public static function fileMappingDriversRequireConfiguredDirectoryPat... method invalidEntriesInDiscriminatorMap (line 340) | public static function invalidEntriesInDiscriminatorMap(array $entries... method invalidClassInDiscriminatorMap (line 357) | public static function invalidClassInDiscriminatorMap(string $classNam... method duplicateDiscriminatorEntry (line 371) | public static function duplicateDiscriminatorEntry(string $className, ... method missingInheritanceTypeDeclaration (line 388) | public static function missingInheritanceTypeDeclaration(string $rootE... method missingDiscriminatorMap (line 397) | public static function missingDiscriminatorMap(string $className): self method missingDiscriminatorColumn (line 405) | public static function missingDiscriminatorColumn(string $className): ... method invalidDiscriminatorColumnType (line 413) | public static function invalidDiscriminatorColumnType(string $classNam... method nameIsMandatoryForDiscriminatorColumns (line 422) | public static function nameIsMandatoryForDiscriminatorColumns(string $... method cannotVersionIdField (line 427) | public static function cannotVersionIdField(string $className, string ... method duplicateColumnName (line 436) | public static function duplicateColumnName(string $className, string $... method illegalToManyAssociationOnMappedSuperclass (line 441) | public static function illegalToManyAssociationOnMappedSuperclass(stri... method cannotMapCompositePrimaryKeyEntitiesAsForeignId (line 446) | public static function cannotMapCompositePrimaryKeyEntitiesAsForeignId... method noSingleAssociationJoinColumnFound (line 452) | public static function noSingleAssociationJoinColumnFound(string $clas... method noFieldNameFoundForColumn (line 457) | public static function noFieldNameFoundForColumn(string $className, st... method illegalOrphanRemovalOnIdentifierAssociation (line 467) | public static function illegalOrphanRemovalOnIdentifierAssociation(str... method illegalOrphanRemoval (line 476) | public static function illegalOrphanRemoval(string $className, string ... method illegalInverseIdentifierAssociation (line 482) | public static function illegalInverseIdentifierAssociation(string $cla... method illegalToManyIdentifierAssociation (line 491) | public static function illegalToManyIdentifierAssociation(string $clas... method noInheritanceOnMappedSuperClass (line 500) | public static function noInheritanceOnMappedSuperClass(string $classNa... method mappedClassNotPartOfDiscriminatorMap (line 505) | public static function mappedClassNotPartOfDiscriminatorMap(string $cl... method lifecycleCallbackMethodNotFound (line 514) | public static function lifecycleCallbackMethodNotFound(string $classNa... method illegalLifecycleCallbackOnEmbeddedClass (line 520) | public static function illegalLifecycleCallbackOnEmbeddedClass(string ... method entityListenerClassNotFound (line 532) | public static function entityListenerClassNotFound(string $listenerNam... method entityListenerMethodNotFound (line 537) | public static function entityListenerMethodNotFound(string $listenerNa... method duplicateEntityListener (line 542) | public static function duplicateEntityListener(string $listenerName, s... method invalidFetchMode (line 548) | public static function invalidFetchMode(string $className, string $fet... method invalidGeneratedMode (line 553) | public static function invalidGeneratedMode(int|string $generatedMode)... method compositeKeyAssignedIdGeneratorRequired (line 558) | public static function compositeKeyAssignedIdGeneratorRequired(string ... method invalidTargetEntityClass (line 563) | public static function invalidTargetEntityClass(string $targetEntity, ... method invalidCascadeOption (line 569) | public static function invalidCascadeOption(array $cascades, string $c... method missingSequenceName (line 581) | public static function missingSequenceName(string $className): self method infiniteEmbeddableNesting (line 588) | public static function infiniteEmbeddableNesting(string $className, st... method illegalOverrideOfInheritedProperty (line 600) | public static function illegalOverrideOfInheritedProperty(string $clas... method invalidIndexConfiguration (line 612) | public static function invalidIndexConfiguration(string $className, st... method invalidUniqueConstraintConfiguration (line 623) | public static function invalidUniqueConstraintConfiguration(string $cl... method invalidOverrideType (line 634) | public static function invalidOverrideType(string $expectdType, mixed ... method backedEnumTypeRequired (line 643) | public static function backedEnumTypeRequired(string $className, strin... method nonEnumTypeMapped (line 653) | public static function nonEnumTypeMapped(string $className, string $fi... method invalidEnumValue (line 667) | public static function invalidEnumValue( method fromLibXmlErrors (line 689) | public static function fromLibXmlErrors(array $errors): self method invalidAttributeOnEmbeddable (line 701) | public static function invalidAttributeOnEmbeddable(string $entityName... method mappingVirtualPropertyNotAllowed (line 710) | public static function mappingVirtualPropertyNotAllowed(string $entity... FILE: src/Mapping/NamingStrategy.php type NamingStrategy (line 12) | interface NamingStrategy method classToTableName (line 19) | public function classToTableName(string $className): string; method propertyToColumnName (line 26) | public function propertyToColumnName(string $propertyName, string $cla... method embeddedFieldToColumnName (line 34) | public function embeddedFieldToColumnName( method referenceColumnName (line 44) | public function referenceColumnName(): string; method joinColumnName (line 51) | public function joinColumnName(string $propertyName, string $className... method joinTableName (line 59) | public function joinTableName(string $sourceEntity, string $targetEnti... method joinKeyColumnName (line 70) | public function joinKeyColumnName(string $entityName, string|null $ref... FILE: src/Mapping/OneToMany.php class OneToMany (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 17) | public function __construct( FILE: src/Mapping/OneToManyAssociationMapping.php class OneToManyAssociationMapping (line 7) | final class OneToManyAssociationMapping extends ToManyInverseSideMapping method fromMappingArray (line 31) | public static function fromMappingArray(array $mappingArray): static method fromMappingArrayAndName (line 64) | public static function fromMappingArrayAndName(array $mappingArray, st... FILE: src/Mapping/OneToOne.php class OneToOne (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 17) | public function __construct( FILE: src/Mapping/OneToOneAssociationMapping.php type OneToOneAssociationMapping (line 7) | interface OneToOneAssociationMapping extends ToOneAssociationMapping FILE: src/Mapping/OneToOneInverseSideMapping.php class OneToOneInverseSideMapping (line 7) | final class OneToOneInverseSideMapping extends ToOneInverseSideMapping i... FILE: src/Mapping/OneToOneOwningSideMapping.php class OneToOneOwningSideMapping (line 7) | final class OneToOneOwningSideMapping extends ToOneOwningSideMapping imp... FILE: src/Mapping/OrderBy.php class OrderBy (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 13) | public function __construct( FILE: src/Mapping/OwningSideMapping.php class OwningSideMapping (line 7) | abstract class OwningSideMapping extends AssociationMapping method __sleep (line 18) | public function __sleep(): array FILE: src/Mapping/PostLoad.php class PostLoad (line 9) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Mapping/PostPersist.php class PostPersist (line 9) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Mapping/PostRemove.php class PostRemove (line 9) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Mapping/PostUpdate.php class PostUpdate (line 9) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Mapping/PreFlush.php class PreFlush (line 9) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Mapping/PrePersist.php class PrePersist (line 9) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Mapping/PreRemove.php class PreRemove (line 9) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Mapping/PreUpdate.php class PreUpdate (line 9) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Mapping/PropertyAccessors/EmbeddablePropertyAccessor.php class EmbeddablePropertyAccessor (line 11) | class EmbeddablePropertyAccessor implements PropertyAccessor method __construct (line 15) | public function __construct( method setValue (line 23) | public function setValue(object $object, mixed $value): void method getValue (line 38) | public function getValue(object $object): mixed method getUnderlyingReflector (line 49) | public function getUnderlyingReflector(): ReflectionProperty FILE: src/Mapping/PropertyAccessors/EnumPropertyAccessor.php class EnumPropertyAccessor (line 15) | class EnumPropertyAccessor implements PropertyAccessor method __construct (line 18) | public function __construct(private PropertyAccessor $parent, private ... method setValue (line 22) | public function setValue(object $object, mixed $value): void method getValue (line 31) | public function getValue(object $object): mixed method fromEnum (line 47) | private function fromEnum($enum) // phpcs:ignore method toEnum (line 63) | private function toEnum($value): BackedEnum|array method getUnderlyingReflector (line 81) | public function getUnderlyingReflector(): ReflectionProperty FILE: src/Mapping/PropertyAccessors/ObjectCastPropertyAccessor.php class ObjectCastPropertyAccessor (line 13) | class ObjectCastPropertyAccessor implements PropertyAccessor method fromNames (line 16) | public static function fromNames(string $class, string $name): self method fromReflectionProperty (line 25) | public static function fromReflectionProperty(ReflectionProperty $refl... method __construct (line 33) | private function __construct(private ReflectionProperty $reflectionPro... method setValue (line 37) | public function setValue(object $object, mixed $value): void method getValue (line 52) | public function getValue(object $object): mixed method getUnderlyingReflector (line 57) | public function getUnderlyingReflector(): ReflectionProperty FILE: src/Mapping/PropertyAccessors/PropertyAccessor.php type PropertyAccessor (line 20) | interface PropertyAccessor method setValue (line 22) | public function setValue(object $object, mixed $value): void; method getValue (line 24) | public function getValue(object $object): mixed; method getUnderlyingReflector (line 26) | public function getUnderlyingReflector(): ReflectionProperty; FILE: src/Mapping/PropertyAccessors/PropertyAccessorFactory.php class PropertyAccessorFactory (line 11) | class PropertyAccessorFactory method createPropertyAccessor (line 14) | public static function createPropertyAccessor(string $className, strin... FILE: src/Mapping/PropertyAccessors/RawValuePropertyAccessor.php class RawValuePropertyAccessor (line 22) | class RawValuePropertyAccessor implements PropertyAccessor method fromReflectionProperty (line 24) | public static function fromReflectionProperty(ReflectionProperty $refl... method __construct (line 32) | private function __construct(private ReflectionProperty $reflectionPro... method setValue (line 39) | public function setValue(object $object, mixed $value): void method getValue (line 54) | public function getValue(object $object): mixed method getUnderlyingReflector (line 59) | public function getUnderlyingReflector(): ReflectionProperty FILE: src/Mapping/PropertyAccessors/ReadonlyAccessor.php class ReadonlyAccessor (line 16) | class ReadonlyAccessor implements PropertyAccessor method __construct (line 18) | public function __construct(private PropertyAccessor $parent, private ... method setValue (line 29) | public function setValue(object $object, mixed $value): void method getValue (line 51) | public function getValue(object $object): mixed method getUnderlyingReflector (line 56) | public function getUnderlyingReflector(): ReflectionProperty FILE: src/Mapping/PropertyAccessors/TypedNoDefaultPropertyAccessor.php class TypedNoDefaultPropertyAccessor (line 15) | class TypedNoDefaultPropertyAccessor implements PropertyAccessor method __construct (line 19) | public function __construct(private PropertyAccessor $parent, private ... method setValue (line 38) | public function setValue(object $object, mixed $value): void method getValue (line 60) | public function getValue(object $object): mixed method getUnderlyingReflector (line 65) | public function getUnderlyingReflector(): ReflectionProperty FILE: src/Mapping/QuoteStrategy.php type QuoteStrategy (line 12) | interface QuoteStrategy method getColumnName (line 17) | public function getColumnName(string $fieldName, ClassMetadata $class,... method getTableName (line 22) | public function getTableName(ClassMetadata $class, AbstractPlatform $p... method getSequenceName (line 29) | public function getSequenceName(array $definition, ClassMetadata $clas... method getJoinTableName (line 32) | public function getJoinTableName( method getJoinColumnName (line 41) | public function getJoinColumnName(JoinColumnMapping $joinColumn, Class... method getReferencedJoinColumnName (line 46) | public function getReferencedJoinColumnName( method getIdentifierColumnNames (line 57) | public function getIdentifierColumnNames(ClassMetadata $class, Abstrac... method getColumnAlias (line 62) | public function getColumnAlias( FILE: src/Mapping/ReflectionEmbeddedProperty.php class ReflectionEmbeddedProperty (line 19) | final class ReflectionEmbeddedProperty extends ReflectionProperty method __construct (line 28) | public function __construct( method getValue (line 36) | public function getValue(object|null $object = null): mixed method setValue (line 47) | public function setValue(mixed $object, mixed $value = null): void FILE: src/Mapping/ReflectionEnumProperty.php class ReflectionEnumProperty (line 15) | final class ReflectionEnumProperty extends ReflectionProperty method __construct (line 18) | public function __construct( method getValue (line 28) | public function getValue(object|null $object = null): int|string|array... method setValue (line 54) | public function setValue(mixed $object, mixed $value = null): void method initializeEnumValue (line 67) | private function initializeEnumValue(object $object, int|string|Backed... FILE: src/Mapping/ReflectionReadonlyProperty.php class ReflectionReadonlyProperty (line 18) | final class ReflectionReadonlyProperty extends ReflectionProperty method __construct (line 20) | public function __construct( method getValue (line 30) | public function getValue(object|null $object = null): mixed method setValue (line 35) | public function setValue(mixed $objectOrValue, mixed $value = null): void FILE: src/Mapping/SequenceGenerator.php class SequenceGenerator (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] method __construct (line 12) | public function __construct( FILE: src/Mapping/Table.php class Table (line 10) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 18) | public function __construct( FILE: src/Mapping/ToManyAssociationMapping.php type ToManyAssociationMapping (line 7) | interface ToManyAssociationMapping method isIndexed (line 10) | public function isIndexed(): bool; method indexBy (line 12) | public function indexBy(): string; method orderBy (line 15) | public function orderBy(): array; FILE: src/Mapping/ToManyAssociationMappingImplementation.php type ToManyAssociationMappingImplementation (line 12) | trait ToManyAssociationMappingImplementation method orderBy (line 30) | final public function orderBy(): array method isIndexed (line 36) | final public function isIndexed(): bool method indexBy (line 41) | final public function indexBy(): string method __sleep (line 55) | public function __sleep(): array FILE: src/Mapping/ToManyInverseSideMapping.php class ToManyInverseSideMapping (line 7) | abstract class ToManyInverseSideMapping extends InverseSideMapping imple... FILE: src/Mapping/ToManyOwningSideMapping.php class ToManyOwningSideMapping (line 7) | abstract class ToManyOwningSideMapping extends OwningSideMapping FILE: src/Mapping/ToOneAssociationMapping.php type ToOneAssociationMapping (line 7) | interface ToOneAssociationMapping FILE: src/Mapping/ToOneInverseSideMapping.php class ToOneInverseSideMapping (line 7) | abstract class ToOneInverseSideMapping extends InverseSideMapping method fromMappingArrayAndName (line 32) | public static function fromMappingArrayAndName( FILE: src/Mapping/ToOneOwningSideMapping.php class ToOneOwningSideMapping (line 15) | abstract class ToOneOwningSideMapping extends OwningSideMapping implemen... method fromMappingArray (line 52) | public static function fromMappingArray(array $mappingArray): static method fromMappingArrayAndName (line 99) | public static function fromMappingArrayAndName( method offsetSet (line 195) | public function offsetSet(mixed $offset, mixed $value): void method toArray (line 212) | public function toArray(): array method __sleep (line 232) | public function __sleep(): array FILE: src/Mapping/TypedFieldMapper.php type TypedFieldMapper (line 10) | interface TypedFieldMapper method validateAndComplete (line 19) | public function validateAndComplete(array $mapping, ReflectionProperty... FILE: src/Mapping/UnderscoreNamingStrategy.php class UnderscoreNamingStrategy (line 23) | class UnderscoreNamingStrategy implements NamingStrategy method __construct (line 30) | public function __construct(private int $case = CASE_LOWER) method getCase (line 35) | public function getCase(): int method setCase (line 44) | public function setCase(int $case): void method classToTableName (line 49) | public function classToTableName(string $className): string method propertyToColumnName (line 58) | public function propertyToColumnName(string $propertyName, string $cla... method embeddedFieldToColumnName (line 63) | public function embeddedFieldToColumnName( method referenceColumnName (line 72) | public function referenceColumnName(): string method joinColumnName (line 77) | public function joinColumnName(string $propertyName, string $className... method joinTableName (line 82) | public function joinTableName( method joinKeyColumnName (line 90) | public function joinKeyColumnName( method underscore (line 98) | private function underscore(string $string): string FILE: src/Mapping/UniqueConstraint.php class UniqueConstraint (line 9) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct( FILE: src/Mapping/Version.php class Version (line 9) | #[Attribute(Attribute::TARGET_PROPERTY)] FILE: src/NativeQuery.php class NativeQuery (line 20) | class NativeQuery extends AbstractQuery method setSQL (line 25) | public function setSQL(string $sql): self method getSQL (line 32) | public function getSQL(): string method _doExecute (line 37) | protected function _doExecute(): Result|int FILE: src/NoResultException.php class NoResultException (line 10) | class NoResultException extends UnexpectedResultException method __construct (line 12) | public function __construct() FILE: src/NonUniqueResultException.php class NonUniqueResultException (line 10) | class NonUniqueResultException extends UnexpectedResultException method __construct (line 14) | public function __construct(string|null $message = null) FILE: src/ORMInvalidArgumentException.php class ORMInvalidArgumentException (line 25) | class ORMInvalidArgumentException extends InvalidArgumentException method scheduleInsertForManagedEntity (line 27) | public static function scheduleInsertForManagedEntity(object $entity):... method scheduleInsertForRemovedEntity (line 32) | public static function scheduleInsertForRemovedEntity(object $entity):... method scheduleInsertTwice (line 37) | public static function scheduleInsertTwice(object $entity): self method entityWithoutIdentity (line 42) | public static function entityWithoutIdentity(string $className, object... method readOnlyRequiresManagedEntity (line 50) | public static function readOnlyRequiresManagedEntity(object $entity): ... method newEntitiesFoundThroughRelationships (line 56) | public static function newEntitiesFoundThroughRelationships(array $new... method newEntityFoundThroughRelationship (line 78) | public static function newEntityFoundThroughRelationship(AssociationMa... method detachedEntityFoundThroughRelationship (line 83) | public static function detachedEntityFoundThroughRelationship(Associat... method entityNotManaged (line 90) | public static function entityNotManaged(object $entity): self method entityHasNoIdentity (line 96) | public static function entityHasNoIdentity(object $entity, string $ope... method entityIsRemoved (line 101) | public static function entityIsRemoved(object $entity, string $operati... method detachedEntityCannot (line 106) | public static function detachedEntityCannot(object $entity, string $op... method invalidObject (line 111) | public static function invalidObject(string $context, mixed $given, in... method invalidCompositeIdentifier (line 117) | public static function invalidCompositeIdentifier(): self method invalidIdentifierBindingEntity (line 123) | public static function invalidIdentifierBindingEntity(string $class): ... method invalidAssociation (line 135) | public static function invalidAssociation(ClassMetadata $targetClass, ... method invalidAutoGenerateMode (line 148) | public static function invalidAutoGenerateMode(mixed $value): self method missingPrimaryKeyValue (line 153) | public static function missingPrimaryKeyValue(string $className, strin... method proxyDirectoryRequired (line 158) | public static function proxyDirectoryRequired(): self method lazyGhostUnavailable (line 163) | public static function lazyGhostUnavailable(): self method proxyNamespaceRequired (line 168) | public static function proxyNamespaceRequired(): self method proxyDirectoryNotWritable (line 173) | public static function proxyDirectoryNotWritable(string $proxyDirector... method objToStr (line 181) | private static function objToStr(object $obj): string method newEntityFoundThroughRelationshipMessage (line 186) | private static function newEntityFoundThroughRelationshipMessage(Assoc... FILE: src/ORMSetup.php class ORMSetup (line 27) | final class ORMSetup method createAttributeMetadataConfiguration (line 34) | public static function createAttributeMetadataConfiguration( method createAttributeMetadataConfig (line 61) | public static function createAttributeMetadataConfig( method createXMLMetadataConfiguration (line 78) | public static function createXMLMetadataConfiguration( method createXMLMetadataConfig (line 106) | public static function createXMLMetadataConfig( method createConfiguration (line 126) | public static function createConfiguration( method createConfig (line 157) | public static function createConfig( method createCacheInstance (line 171) | private static function createCacheInstance( method __construct (line 211) | private function __construct() FILE: src/OptimisticLockException.php class OptimisticLockException (line 16) | class OptimisticLockException extends Exception implements ORMException method __construct (line 18) | public function __construct( method getEntity (line 29) | public function getEntity(): object|string|null method lockFailed (line 35) | public static function lockFailed(object|string $entity): self method lockFailedVersionMismatch (line 40) | public static function lockFailedVersionMismatch( method notVersioned (line 51) | public static function notVersioned(string $entityName): self FILE: src/PersistentCollection.php class PersistentCollection (line 43) | final class PersistentCollection extends AbstractLazyCollection implemen... method __construct (line 85) | public function __construct( method setOwner (line 99) | public function setOwner(object $entity, AssociationMapping&ToManyAsso... method getOwner (line 110) | public function getOwner(): object|null method getTypeClass (line 115) | public function getTypeClass(): ClassMetadata method getUnitOfWork (line 122) | private function getUnitOfWork(): UnitOfWork method hydrateAdd (line 134) | public function hydrateAdd(mixed $element): void method hydrateSet (line 160) | public function hydrateSet(mixed $key, mixed $element): void method initialize (line 180) | public function initialize(): void method takeSnapshot (line 195) | public function takeSnapshot(): void method getSnapshot (line 207) | public function getSnapshot(): array method getDeleteDiff (line 218) | public function getDeleteDiff(): array method getInsertDiff (line 234) | public function getInsertDiff(): array method getMapping (line 245) | public function getMapping(): AssociationMapping&ToManyAssociationMapping method changed (line 257) | private function changed(): void method isDirty (line 270) | public function isDirty(): bool method setDirty (line 278) | public function setDirty(bool $dirty): void method setInitialized (line 286) | public function setInitialized(bool $bool): void method remove (line 291) | public function remove(string|int $key): mixed method removeElement (line 317) | public function removeElement(mixed $element): bool method containsKey (line 339) | public function containsKey(mixed $key): bool method contains (line 353) | public function contains(mixed $element): bool method get (line 364) | public function get(string|int $key): mixed method count (line 383) | public function count(): int method set (line 394) | public function set(string|int $key, mixed $value): void method add (line 405) | public function add(mixed $value): bool method offsetExists (line 418) | public function offsetExists(mixed $offset): bool method offsetGet (line 423) | public function offsetGet(mixed $offset): mixed method offsetSet (line 428) | public function offsetSet(mixed $offset, mixed $value): void method offsetUnset (line 439) | public function offsetUnset(mixed $offset): void method isEmpty (line 444) | public function isEmpty(): bool method clear (line 449) | public function clear(): void method __sleep (line 497) | public function __sleep(): array method __wakeup (line 502) | public function __wakeup(): void method first (line 510) | public function first() method slice (line 531) | public function slice(int $offset, int|null $length = null): array method __clone (line 553) | public function __clone() method matching (line 575) | public function matching(Criteria $criteria): Collection method unwrap (line 618) | public function unwrap(): Selectable&Collection method doInitialize (line 626) | protected function doInitialize(): void method restoreNewObjectsInDirtyCollection (line 652) | private function restoreNewObjectsInDirtyCollection(array $newObjects)... FILE: src/Persisters/Collection/AbstractCollectionPersister.php class AbstractCollectionPersister (line 16) | abstract class AbstractCollectionPersister implements CollectionPersister method __construct (line 26) | public function __construct( method isValidEntityState (line 38) | protected function isValidEntityState(object $entity): bool FILE: src/Persisters/Collection/CollectionPersister.php type CollectionPersister (line 13) | interface CollectionPersister method delete (line 18) | public function delete(PersistentCollection $collection): void; method update (line 24) | public function update(PersistentCollection $collection): void; method count (line 29) | public function count(PersistentCollection $collection): int; method slice (line 36) | public function slice(PersistentCollection $collection, int $offset, i... method contains (line 41) | public function contains(PersistentCollection $collection, object $ele... method containsKey (line 46) | public function containsKey(PersistentCollection $collection, mixed $k... method get (line 51) | public function get(PersistentCollection $collection, mixed $index): m... method loadCriteria (line 58) | public function loadCriteria(PersistentCollection $collection, Criteri... FILE: src/Persisters/Collection/ManyToManyPersister.php class ManyToManyPersister (line 34) | class ManyToManyPersister extends AbstractCollectionPersister method delete (line 36) | public function delete(PersistentCollection $collection): void method update (line 56) | public function update(PersistentCollection $collection): void method get (line 84) | public function get(PersistentCollection $collection, mixed $index): o... method count (line 109) | public function count(PersistentCollection $collection): int method slice (line 165) | public function slice(PersistentCollection $collection, int $offset, i... method containsKey (line 173) | public function containsKey(PersistentCollection $collection, mixed $k... method contains (line 192) | public function contains(PersistentCollection $collection, object $ele... method loadCriteria (line 212) | public function loadCriteria(PersistentCollection $collection, Criteri... method getFilterSql (line 305) | public function getFilterSql(AssociationMapping $mapping): array method generateFilterConditionSQL (line 331) | protected function generateFilterConditionSQL(ClassMetadata $targetEnt... method getOnConditionSQL (line 353) | protected function getOnConditionSQL(AssociationMapping $mapping): array method getDeleteSQL (line 373) | protected function getDeleteSQL(PersistentCollection $collection): string method getDeleteSQLParameters (line 394) | protected function getDeleteSQLParameters(PersistentCollection $collec... method getDeleteRowSQL (line 425) | protected function getDeleteRowSQL(PersistentCollection $collection): ... method getDeleteRowSQLParameters (line 460) | protected function getDeleteRowSQLParameters(PersistentCollection $col... method getInsertRowSQL (line 472) | protected function getInsertRowSQL(PersistentCollection $collection): ... method getInsertRowSQLParameters (line 509) | protected function getInsertRowSQLParameters(PersistentCollection $col... method collectJoinTableColumnParameters (line 521) | private function collectJoinTableColumnParameters( method getJoinTableRestrictionsWithKey (line 570) | private function getJoinTableRestrictionsWithKey( method getJoinTableRestrictions (line 660) | private function getJoinTableRestrictions( method expandCriteriaParameters (line 724) | private function expandCriteriaParameters(Criteria $criteria): array method getOrderingSql (line 741) | private function getOrderingSql(Criteria $criteria, ClassMetadata $tar... method getLimitSql (line 762) | private function getLimitSql(Criteria $criteria): string method getMapping (line 770) | private function getMapping(PersistentCollection $collection): Associa... FILE: src/Persisters/Collection/OneToManyPersister.php class OneToManyPersister (line 30) | class OneToManyPersister extends AbstractCollectionPersister method delete (line 32) | public function delete(PersistentCollection $collection): void method update (line 53) | public function update(PersistentCollection $collection): void method get (line 61) | public function get(PersistentCollection $collection, mixed $index): o... method count (line 84) | public function count(PersistentCollection $collection): int method slice (line 100) | public function slice(PersistentCollection $collection, int $offset, i... method containsKey (line 108) | public function containsKey(PersistentCollection $collection, mixed $k... method contains (line 129) | public function contains(PersistentCollection $collection, object $ele... method loadCriteria (line 149) | public function loadCriteria(PersistentCollection $collection, Criteri... method deleteEntityCollection (line 159) | private function deleteEntityCollection(PersistentCollection $collecti... method deleteJoinedEntityCollection (line 203) | private function deleteJoinedEntityCollection(PersistentCollection $co... method getMapping (line 262) | private function getMapping(PersistentCollection $collection): OneToMa... FILE: src/Persisters/Entity/AbstractEntityInheritancePersister.php class AbstractEntityInheritancePersister (line 17) | abstract class AbstractEntityInheritancePersister extends BasicEntityPer... method prepareInsertData (line 22) | protected function prepareInsertData(object $entity): array method getDiscriminatorColumnTableName (line 37) | abstract protected function getDiscriminatorColumnTableName(): string; method getSelectColumnSQL (line 39) | protected function getSelectColumnSQL(string $field, ClassMetadata $cl... method getSelectJoinColumnSQL (line 58) | protected function getSelectJoinColumnSQL(string $tableAlias, string $... FILE: src/Persisters/Entity/BasicEntityPersister.php class BasicEntityPersister (line 97) | class BasicEntityPersister implements EntityPersister method __construct (line 176) | public function __construct( method isFilterHashUpToDate (line 196) | final protected function isFilterHashUpToDate(): bool method updateFilterHash (line 201) | final protected function updateFilterHash(): void method getClassMetadata (line 206) | public function getClassMetadata(): ClassMetadata method getResultSetMapping (line 211) | public function getResultSetMapping(): ResultSetMapping method addInsert (line 216) | public function addInsert(object $entity): void method getInserts (line 224) | public function getInserts(): array method executeInserts (line 229) | public function executeInserts(): void method assignDefaultVersionAndUpsertableValues (line 288) | protected function assignDefaultVersionAndUpsertableValues(object $ent... method fetchVersionAndNotUpsertableValues (line 305) | protected function fetchVersionAndNotUpsertableValues(ClassMetadata $v... method extractIdentifierTypes (line 349) | final protected function extractIdentifierTypes(array $id, ClassMetada... method update (line 360) | public function update(object $entity): void method updateTable (line 399) | final protected function updateTable( method deleteJoinTableRecords (line 507) | protected function deleteJoinTableRecords(array $identifier, array $ty... method delete (line 556) | public function delete(object $entity): bool method prepareUpdateData (line 593) | protected function prepareUpdateData(object $entity, bool $isInsert = ... method prepareInsertData (line 712) | protected function prepareInsertData(object $entity): array method getOwningTable (line 717) | public function getOwningTable(string $fieldName): string method load (line 725) | public function load( method loadById (line 754) | public function loadById(array $identifier, object|null $entity = null... method loadOneToOneEntity (line 762) | public function loadOneToOneEntity(AssociationMapping $assoc, object $... method refresh (line 849) | public function refresh(array $id, object $entity, LockMode|int|null $... method count (line 859) | public function count(array|Criteria $criteria = []): int method loadCriteria (line 876) | public function loadCriteria(Criteria $criteria): array method expandCriteriaParameters (line 897) | public function expandCriteriaParameters(Criteria $criteria): array method loadAll (line 953) | public function loadAll( method getManyToManyCollection (line 973) | public function getManyToManyCollection( method loadArrayFromResult (line 992) | private function loadArrayFromResult(AssociationMapping $assoc, Result... method loadCollectionFromStatement (line 1010) | private function loadCollectionFromStatement( method loadManyToManyCollection (line 1032) | public function loadManyToManyCollection(AssociationMapping $assoc, ob... method getManyToManyStatement (line 1041) | private function getManyToManyStatement( method getSelectSQL (line 1109) | public function getSelectSQL( method getCountSQL (line 1169) | public function getCountSQL(array|Criteria $criteria = []): string method getOrderBySQL (line 1200) | final protected function getOrderBySQL(array $orderBy, string $baseTab... method getSelectColumnsSQL (line 1257) | protected function getSelectColumnsSQL(): string method getSelectColumnAssociationSQL (line 1381) | protected function getSelectColumnAssociationSQL( method getSelectManyToManyJoinSQL (line 1413) | protected function getSelectManyToManyJoinSQL(AssociationMapping&ManyT... method getInsertSQL (line 1434) | public function getInsertSQL(): string method getInsertColumnList (line 1477) | protected function getInsertColumnList(): array method getSelectColumnSQL (line 1521) | protected function getSelectColumnSQL(string $field, ClassMetadata $cl... method getSQLTableAlias (line 1553) | protected function getSQLTableAlias(string $className, string $assocNa... method lock (line 1573) | public function lock(array $criteria, LockMode|int $lockMode): void method getLockTablesSql (line 1600) | protected function getLockTablesSql(LockMode|int $lockMode): string method getSelectConditionCriteriaSQL (line 1613) | protected function getSelectConditionCriteriaSQL(Criteria $criteria): ... method getSelectConditionStatementSQL (line 1626) | public function getSelectConditionStatementSQL( method getSelectConditionStatementColumnSQL (line 1711) | private function getSelectConditionStatementColumnSQL( method getSelectConditionSQL (line 1783) | protected function getSelectConditionSQL(array $criteria, AssociationM... method getOneToManyCollection (line 1797) | public function getOneToManyCollection( method loadOneToManyCollection (line 1811) | public function loadOneToManyCollection( method getOneToManyStatement (line 1823) | private function getOneToManyStatement( method expandParameters (line 1878) | public function expandParameters(array $criteria): array method expandToManyParameters (line 1917) | private function expandToManyParameters(array $criteria): array method exists (line 1934) | public function exists(object $entity, Criteria|null $extraConditions ... method getJoinSQLForJoinColumns (line 1973) | protected function getJoinSQLForJoinColumns(array $joinColumns): string method getSQLColumnAlias (line 1985) | public function getSQLColumnAlias(string $columnName): string method generateFilterConditionSQL (line 1998) | protected function generateFilterConditionSQL(ClassMetadata $targetEnt... method switchPersisterContext (line 2019) | protected function switchPersisterContext(int|null $offset, int|null $... method getClassIdentifiersTypes (line 2034) | protected function getClassIdentifiersTypes(ClassMetadata $class): array FILE: src/Persisters/Entity/CachedPersisterContext.php class CachedPersisterContext (line 19) | class CachedPersisterContext method __construct (line 45) | public function __construct( FILE: src/Persisters/Entity/EntityPersister.php type EntityPersister (line 21) | interface EntityPersister method getClassMetadata (line 23) | public function getClassMetadata(): ClassMetadata; method getResultSetMapping (line 28) | public function getResultSetMapping(): ResultSetMapping; method getInserts (line 35) | public function getInserts(): array; method getInsertSQL (line 43) | public function getInsertSQL(): string; method getSelectSQL (line 53) | public function getSelectSQL( method getCountSQL (line 67) | public function getCountSQL(array|Criteria $criteria = []): string; method expandParameters (line 76) | public function expandParameters(array $criteria): array; method expandCriteriaParameters (line 83) | public function expandCriteriaParameters(Criteria $criteria): array; method getSelectConditionStatementSQL (line 86) | public function getSelectConditionStatementSQL( method addInsert (line 97) | public function addInsert(object $entity): void; method executeInserts (line 104) | public function executeInserts(): void; method update (line 110) | public function update(object $entity): void; method delete (line 122) | public function delete(object $entity): bool; method count (line 131) | public function count(array|Criteria $criteria = []): int; method getOwningTable (line 140) | public function getOwningTable(string $fieldName): string; method load (line 165) | public function load( method loadById (line 185) | public function loadById(array $identifier, object|null $entity = null... method loadOneToOneEntity (line 201) | public function loadOneToOneEntity(AssociationMapping $assoc, object $... method refresh (line 214) | public function refresh(array $id, object $entity, LockMode|int|null $... method loadCriteria (line 221) | public function loadCriteria(Criteria $criteria): array; method loadAll (line 231) | public function loadAll( method getManyToManyCollection (line 243) | public function getManyToManyCollection( method loadManyToManyCollection (line 259) | public function loadManyToManyCollection( method loadOneToManyCollection (line 270) | public function loadOneToManyCollection( method lock (line 282) | public function lock(array $criteria, LockMode|int $lockMode): void; method getOneToManyCollection (line 289) | public function getOneToManyCollection( method exists (line 299) | public function exists(object $entity, Criteria|null $extraConditions ... FILE: src/Persisters/Entity/JoinedSubclassPersister.php class JoinedSubclassPersister (line 29) | class JoinedSubclassPersister extends AbstractEntityInheritancePersister method getDiscriminatorColumnTableName (line 49) | protected function getDiscriminatorColumnTableName(): string method getVersionedClassMetadata (line 62) | private function getVersionedClassMetadata(): ClassMetadata method getOwningTable (line 76) | public function getOwningTable(string $fieldName): string method executeInserts (line 99) | public function executeInserts(): void method update (line 194) | public function update(object $entity): void method delete (line 229) | public function delete(object $entity): bool method getSelectSQL (line 245) | public function getSelectSQL( method getCountSQL (line 315) | public function getCountSQL(array|Criteria $criteria = []): string method getLockTablesSql (line 339) | protected function getLockTablesSql(LockMode|int $lockMode): string method getSelectColumnsSQL (line 365) | protected function getSelectColumnsSQL(): string method getInsertColumnList (line 463) | protected function getInsertColumnList(): array method assignDefaultVersionAndUpsertableValues (line 509) | protected function assignDefaultVersionAndUpsertableValues(object $ent... method fetchVersionAndNotUpsertableValues (line 523) | protected function fetchVersionAndNotUpsertableValues(ClassMetadata $v... method getJoinSql (line 574) | private function getJoinSql(string $baseTableAlias): string FILE: src/Persisters/Entity/SingleTablePersister.php class SingleTablePersister (line 26) | class SingleTablePersister extends AbstractEntityInheritancePersister method getDiscriminatorColumnTableName (line 30) | protected function getDiscriminatorColumnTableName(): string method getSelectColumnsSQL (line 35) | protected function getSelectColumnsSQL(): string method getInsertColumnList (line 100) | protected function getInsertColumnList(): array method getSQLTableAlias (line 110) | protected function getSQLTableAlias(string $className, string $assocNa... method getSelectConditionSQL (line 118) | protected function getSelectConditionSQL(array $criteria, AssociationM... method getSelectConditionCriteriaSQL (line 129) | protected function getSelectConditionCriteriaSQL(Criteria $criteria): ... method getSelectConditionDiscriminatorValueSQL (line 140) | protected function getSelectConditionDiscriminatorValueSQL(): string method generateFilterConditionSQL (line 159) | protected function generateFilterConditionSQL(ClassMetadata $targetEnt... FILE: src/Persisters/Exception/CantUseInOperatorOnCompositeKeys.php class CantUseInOperatorOnCompositeKeys (line 9) | class CantUseInOperatorOnCompositeKeys extends PersisterException method create (line 11) | public static function create(): self FILE: src/Persisters/Exception/InvalidOrientation.php class InvalidOrientation (line 9) | class InvalidOrientation extends PersisterException method fromClassNameAndField (line 11) | public static function fromClassNameAndField(string $className, string... FILE: src/Persisters/Exception/UnrecognizedField.php class UnrecognizedField (line 11) | final class UnrecognizedField extends PersisterException method byName (line 14) | public static function byName(string $field): self method byFullyQualifiedName (line 20) | public static function byFullyQualifiedName(string $className, string ... FILE: src/Persisters/MatchingAssociationFieldRequiresObject.php class MatchingAssociationFieldRequiresObject (line 11) | final class MatchingAssociationFieldRequiresObject extends PersisterExce... method fromClassAndAssociation (line 13) | public static function fromClassAndAssociation(string $class, string $... FILE: src/Persisters/PersisterException.php class PersisterException (line 12) | class PersisterException extends Exception implements ORMException method matchingAssocationFieldRequiresObject (line 14) | public static function matchingAssocationFieldRequiresObject(string $c... FILE: src/Persisters/SqlExpressionVisitor.php class SqlExpressionVisitor (line 22) | class SqlExpressionVisitor extends ExpressionVisitor method __construct (line 24) | public function __construct( method walkComparison (line 31) | public function walkComparison(Comparison $comparison): string method walkCompositeExpression (line 56) | public function walkCompositeExpression(CompositeExpression $expr): st... method walkValue (line 75) | public function walkValue(Value $value): string FILE: src/Persisters/SqlValueVisitor.php class SqlValueVisitor (line 15) | class SqlValueVisitor extends ExpressionVisitor method walkComparison (line 28) | public function walkComparison(Comparison $comparison) method walkCompositeExpression (line 43) | public function walkCompositeExpression(CompositeExpression $expr) method walkValue (line 57) | public function walkValue(Value $value) method getParamsAndTypes (line 68) | public function getParamsAndTypes(): array method getValueFromComparison (line 77) | protected function getValueFromComparison(Comparison $comparison): mixed FILE: src/PessimisticLockException.php class PessimisticLockException (line 10) | class PessimisticLockException extends RuntimeException implements ORMEx... method lockFailed (line 12) | public static function lockFailed(): self FILE: src/Proxy/Autoloader.php class Autoloader (line 24) | final class Autoloader method resolveFile (line 37) | public static function resolveFile(string $proxyDir, string $proxyName... method register (line 68) | public static function register( FILE: src/Proxy/DefaultProxyClassNameResolver.php class DefaultProxyClassNameResolver (line 20) | final class DefaultProxyClassNameResolver implements ProxyClassNameResolver method resolveClassName (line 22) | public function resolveClassName(string $className): string method getClass (line 43) | public static function getClass(object $object): string FILE: src/Proxy/InternalProxy.php type InternalProxy (line 15) | interface InternalProxy extends Proxy method __setInitialized (line 17) | public function __setInitialized(bool $initialized): void; FILE: src/Proxy/NotAProxyClass.php class NotAProxyClass (line 12) | final class NotAProxyClass extends InvalidArgumentException implements O... method __construct (line 14) | public function __construct(string $className, string $proxyNamespace) FILE: src/Proxy/ProxyFactory.php class ProxyFactory (line 60) | class ProxyFactory method __construct (line 150) | public function __construct( method getProxy (line 210) | public function getProxy(string $className, array $identifier): object method generateProxyClasses (line 254) | public function generateProxyClasses(array $classes, string|null $prox... method skipClass (line 278) | protected function skipClass(ClassMetadata $metadata): bool method createLazyInitializer (line 292) | private function createLazyInitializer(ClassMetadata $classMetadata, E... method getProxyFileName (line 320) | private function getProxyFileName(string $className, string $baseDirec... method getProxyFactory (line 328) | private function getProxyFactory(string $className): Closure method loadProxyClass (line 391) | private function loadProxyClass(ClassMetadata $class): string method generateProxyClass (line 428) | private function generateProxyClass(ClassMetadata $class, string|null ... method generateUseLazyGhostTrait (line 471) | private function generateUseLazyGhostTrait(ClassMetadata $class): string method generateSerializeImpl (line 494) | private function generateSerializeImpl(ClassMetadata $class): string method generateProxyClassName (line 523) | private static function generateProxyClassName(string $className, stri... FILE: src/Query.php class Query (line 46) | class Query extends AbstractQuery method getSQL (line 176) | public function getSQL(): string|array method getAST (line 184) | public function getAST(): SelectStatement|UpdateStatement|DeleteStatement method getResultSetMapping (line 191) | protected function getResultSetMapping(): ResultSetMapping method parse (line 206) | private function parse(): ParserResult method _doExecute (line 255) | protected function _doExecute(): Result|int method evictResultSetCache (line 304) | private function evictResultSetCache( method evictEntityCacheRegion (line 329) | private function evictEntityCacheRegion(): void method processParameterMappings (line 354) | private function processParameterMappings(array $paramMappings): array method resolveParameterValue (line 403) | private function resolveParameterValue(Parameter $parameter): array method setQueryCache (line 437) | public function setQueryCache(CacheItemPoolInterface|null $queryCache)... method useQueryCache (line 449) | public function useQueryCache(bool $bool): self method setQueryCacheLifetime (line 463) | public function setQueryCacheLifetime(int|null $timeToLive): self method getQueryCacheLifetime (line 473) | public function getQueryCacheLifetime(): int|null method expireQueryCache (line 483) | public function expireQueryCache(bool $expire = true): self method getExpireQueryCache (line 493) | public function getExpireQueryCache(): bool method free (line 498) | public function free(): void method setDQL (line 509) | public function setDQL(string $dqlQuery): self method getDQL (line 520) | public function getDQL(): string|null method getState (line 536) | public function getState(): int method contains (line 546) | public function contains(string $dql): bool method setFirstResult (line 558) | public function setFirstResult(int $firstResult): self method getFirstResult (line 572) | public function getFirstResult(): int method setMaxResults (line 582) | public function setMaxResults(int|null $maxResults): self method getMaxResults (line 596) | public function getMaxResults(): int|null method toIterable (line 602) | public function toIterable(iterable $parameters = [], $hydrationMode =... method setHint (line 609) | public function setHint(string $name, mixed $value): static method setHydrationMode (line 616) | public function setHydrationMode(string|int $hydrationMode): static method setLockMode (line 634) | public function setLockMode(LockMode|int $lockMode): self method getLockMode (line 653) | public function getLockMode(): LockMode|int|null method getQueryCacheId (line 667) | protected function getQueryCacheId(): string method getHash (line 700) | protected function getHash(): string method __clone (line 708) | public function __clone() method getSqlExecutor (line 715) | private function getSqlExecutor(): AbstractSqlExecutor FILE: src/Query/AST/ASTException.php class ASTException (line 14) | class ASTException extends QueryException method noDispatchForNode (line 16) | public static function noDispatchForNode(Node $node): self FILE: src/Query/AST/AggregateExpression.php class AggregateExpression (line 9) | class AggregateExpression extends Node method __construct (line 12) | public function __construct( method dispatch (line 19) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ArithmeticExpression.php class ArithmeticExpression (line 14) | class ArithmeticExpression extends Node method isSimpleArithmeticExpression (line 20) | public function isSimpleArithmeticExpression(): bool method isSubselect (line 25) | public function isSubselect(): bool method dispatch (line 30) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ArithmeticFactor.php class ArithmeticFactor (line 14) | class ArithmeticFactor extends Node method __construct (line 16) | public function __construct( method isPositiveSigned (line 22) | public function isPositiveSigned(): bool method isNegativeSigned (line 27) | public function isNegativeSigned(): bool method dispatch (line 32) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ArithmeticTerm.php class ArithmeticTerm (line 14) | class ArithmeticTerm extends Node method __construct (line 17) | public function __construct(public array $arithmeticFactors) method dispatch (line 21) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/BetweenExpression.php class BetweenExpression (line 9) | class BetweenExpression extends Node method __construct (line 11) | public function __construct( method dispatch (line 19) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/CoalesceExpression.php class CoalesceExpression (line 14) | class CoalesceExpression extends Node method __construct (line 17) | public function __construct(public array $scalarExpressions) method dispatch (line 21) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/CollectionMemberExpression.php class CollectionMemberExpression (line 14) | class CollectionMemberExpression extends Node method __construct (line 16) | public function __construct( method dispatch (line 23) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ComparisonExpression.php class ComparisonExpression (line 19) | class ComparisonExpression extends Node method __construct (line 21) | public function __construct( method dispatch (line 28) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ConditionalExpression.php class ConditionalExpression (line 14) | class ConditionalExpression extends Node method __construct (line 17) | public function __construct(public array $conditionalTerms) method dispatch (line 21) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ConditionalFactor.php class ConditionalFactor (line 14) | class ConditionalFactor extends Node implements Phase2OptimizableConditi... method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ConditionalPrimary.php class ConditionalPrimary (line 14) | class ConditionalPrimary extends Node implements Phase2OptimizableCondit... method isSimpleConditionalExpression (line 20) | public function isSimpleConditionalExpression(): bool method isConditionalExpression (line 25) | public function isConditionalExpression(): bool method dispatch (line 30) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ConditionalTerm.php class ConditionalTerm (line 14) | class ConditionalTerm extends Node implements Phase2OptimizableConditional method __construct (line 17) | public function __construct(public array $conditionalFactors) method dispatch (line 21) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/DeleteClause.php class DeleteClause (line 14) | class DeleteClause extends Node method __construct (line 18) | public function __construct(public string $abstractSchemaName) method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/DeleteStatement.php class DeleteStatement (line 14) | class DeleteStatement extends Node method __construct (line 18) | public function __construct(public DeleteClause $deleteClause) method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/EmptyCollectionComparisonExpression.php class EmptyCollectionComparisonExpression (line 14) | class EmptyCollectionComparisonExpression extends Node method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/EntityAsDtoArgumentExpression.php class EntityAsDtoArgumentExpression (line 14) | class EntityAsDtoArgumentExpression extends Node method __construct (line 16) | public function __construct( method dispatch (line 26) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ExistsExpression.php class ExistsExpression (line 14) | class ExistsExpression extends Node method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/FromClause.php class FromClause (line 14) | class FromClause extends Node method __construct (line 17) | public function __construct(public array $identificationVariableDeclar... method dispatch (line 21) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/Functions/AbsFunction.php class AbsFunction (line 17) | class AbsFunction extends FunctionNode method getSql (line 21) | public function getSql(SqlWalker $sqlWalker): string method parse (line 28) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/AvgFunction.php class AvgFunction (line 14) | final class AvgFunction extends FunctionNode method getSql (line 18) | public function getSql(SqlWalker $sqlWalker): string method parse (line 23) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/BitAndFunction.php class BitAndFunction (line 17) | class BitAndFunction extends FunctionNode method getSql (line 22) | public function getSql(SqlWalker $sqlWalker): string method parse (line 32) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/BitOrFunction.php class BitOrFunction (line 17) | class BitOrFunction extends FunctionNode method getSql (line 22) | public function getSql(SqlWalker $sqlWalker): string method parse (line 32) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/ConcatFunction.php class ConcatFunction (line 17) | class ConcatFunction extends FunctionNode method getSql (line 25) | public function getSql(SqlWalker $sqlWalker): string method parse (line 38) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/CountFunction.php class CountFunction (line 17) | final class CountFunction extends FunctionNode implements TypedExpression method getSql (line 21) | public function getSql(SqlWalker $sqlWalker): string method parse (line 26) | public function parse(Parser $parser): void method getReturnType (line 31) | public function getReturnType(): Type FILE: src/Query/AST/Functions/CurrentDateFunction.php class CurrentDateFunction (line 16) | class CurrentDateFunction extends FunctionNode method getSql (line 18) | public function getSql(SqlWalker $sqlWalker): string method parse (line 23) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/CurrentTimeFunction.php class CurrentTimeFunction (line 16) | class CurrentTimeFunction extends FunctionNode method getSql (line 18) | public function getSql(SqlWalker $sqlWalker): string method parse (line 23) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/CurrentTimestampFunction.php class CurrentTimestampFunction (line 16) | class CurrentTimestampFunction extends FunctionNode method getSql (line 18) | public function getSql(SqlWalker $sqlWalker): string method parse (line 23) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/DateAddFunction.php class DateAddFunction (line 21) | class DateAddFunction extends FunctionNode method getSql (line 27) | public function getSql(SqlWalker $sqlWalker): string method dispatchIntervalExpression (line 65) | private function dispatchIntervalExpression(SqlWalker $sqlWalker): string method parse (line 70) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/DateDiffFunction.php class DateDiffFunction (line 17) | class DateDiffFunction extends FunctionNode method getSql (line 22) | public function getSql(SqlWalker $sqlWalker): string method parse (line 30) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/DateSubFunction.php class DateSubFunction (line 18) | class DateSubFunction extends DateAddFunction method getSql (line 20) | public function getSql(SqlWalker $sqlWalker): string method dispatchIntervalExpression (line 58) | private function dispatchIntervalExpression(SqlWalker $sqlWalker): string FILE: src/Query/AST/Functions/FunctionNode.php class FunctionNode (line 18) | abstract class FunctionNode extends Node method __construct (line 20) | public function __construct(public string $name) method getSql (line 24) | abstract public function getSql(SqlWalker $sqlWalker): string; method dispatch (line 26) | public function dispatch(SqlWalker $sqlWalker): string method parse (line 31) | abstract public function parse(Parser $parser): void; FILE: src/Query/AST/Functions/IdentityFunction.php class IdentityFunction (line 22) | class IdentityFunction extends FunctionNode method getSql (line 28) | public function getSql(SqlWalker $sqlWalker): string method parse (line 72) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/LengthFunction.php class LengthFunction (line 20) | class LengthFunction extends FunctionNode implements TypedExpression method getSql (line 24) | public function getSql(SqlWalker $sqlWalker): string method parse (line 31) | public function parse(Parser $parser): void method getReturnType (line 41) | public function getReturnType(): Type FILE: src/Query/AST/Functions/LocateFunction.php class LocateFunction (line 17) | class LocateFunction extends FunctionNode method getSql (line 24) | public function getSql(SqlWalker $sqlWalker): string method parse (line 42) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/LowerFunction.php class LowerFunction (line 19) | class LowerFunction extends FunctionNode method getSql (line 23) | public function getSql(SqlWalker $sqlWalker): string method parse (line 31) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/MaxFunction.php class MaxFunction (line 14) | final class MaxFunction extends FunctionNode method getSql (line 18) | public function getSql(SqlWalker $sqlWalker): string method parse (line 23) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/MinFunction.php class MinFunction (line 14) | final class MinFunction extends FunctionNode method getSql (line 18) | public function getSql(SqlWalker $sqlWalker): string method parse (line 23) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/ModFunction.php class ModFunction (line 17) | class ModFunction extends FunctionNode method getSql (line 22) | public function getSql(SqlWalker $sqlWalker): string method parse (line 30) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/SizeFunction.php class SizeFunction (line 19) | class SizeFunction extends FunctionNode method getSql (line 27) | public function getSql(SqlWalker $sqlWalker): string method parse (line 104) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/SqrtFunction.php class SqrtFunction (line 19) | class SqrtFunction extends FunctionNode method getSql (line 23) | public function getSql(SqlWalker $sqlWalker): string method parse (line 31) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/SubstringFunction.php class SubstringFunction (line 17) | class SubstringFunction extends FunctionNode method getSql (line 24) | public function getSql(SqlWalker $sqlWalker): string method parse (line 38) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/SumFunction.php class SumFunction (line 14) | final class SumFunction extends FunctionNode method getSql (line 18) | public function getSql(SqlWalker $sqlWalker): string method parse (line 23) | public function parse(Parser $parser): void FILE: src/Query/AST/Functions/TrimFunction.php class TrimFunction (line 21) | class TrimFunction extends FunctionNode method getSql (line 29) | public function getSql(SqlWalker $sqlWalker): string method parse (line 46) | public function parse(Parser $parser): void method getTrimMode (line 72) | private function getTrimMode(): TrimMode|int method parseTrimMode (line 89) | private function parseTrimMode(Parser $parser): void FILE: src/Query/AST/Functions/UpperFunction.php class UpperFunction (line 19) | class UpperFunction extends FunctionNode method getSql (line 23) | public function getSql(SqlWalker $sqlWalker): string method parse (line 31) | public function parse(Parser $parser): void FILE: src/Query/AST/GeneralCaseExpression.php class GeneralCaseExpression (line 14) | class GeneralCaseExpression extends Node method __construct (line 17) | public function __construct( method dispatch (line 23) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/GroupByClause.php class GroupByClause (line 9) | class GroupByClause extends Node method __construct (line 12) | public function __construct(public array $groupByItems) method dispatch (line 16) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/HavingClause.php class HavingClause (line 9) | class HavingClause extends Node method __construct (line 11) | public function __construct(public ConditionalExpression|Phase2Optimiz... method dispatch (line 15) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/IdentificationVariableDeclaration.php class IdentificationVariableDeclaration (line 14) | class IdentificationVariableDeclaration extends Node method __construct (line 17) | public function __construct( method dispatch (line 24) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/InListExpression.php class InListExpression (line 9) | class InListExpression extends Node method __construct (line 12) | public function __construct( method dispatch (line 19) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/InSubselectExpression.php class InSubselectExpression (line 9) | class InSubselectExpression extends Node method __construct (line 11) | public function __construct( method dispatch (line 18) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/IndexBy.php class IndexBy (line 14) | class IndexBy extends Node method __construct (line 16) | public function __construct(public PathExpression $singleValuedPathExp... method dispatch (line 20) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/InputParameter.php class InputParameter (line 14) | class InputParameter extends Node method __construct (line 20) | public function __construct(string $value) method dispatch (line 31) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/InstanceOfExpression.php class InstanceOfExpression (line 15) | class InstanceOfExpression extends Node method __construct (line 18) | public function __construct( method dispatch (line 25) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/Join.php class Join (line 15) | class Join extends Node method __construct (line 24) | public function __construct( method dispatch (line 30) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/JoinAssociationDeclaration.php class JoinAssociationDeclaration (line 14) | class JoinAssociationDeclaration extends Node method __construct (line 16) | public function __construct( method dispatch (line 23) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/JoinAssociationPathExpression.php class JoinAssociationPathExpression (line 12) | class JoinAssociationPathExpression extends Node method __construct (line 14) | public function __construct( FILE: src/Query/AST/JoinClassPathExpression.php class JoinClassPathExpression (line 14) | class JoinClassPathExpression extends Node method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/JoinVariableDeclaration.php class JoinVariableDeclaration (line 14) | class JoinVariableDeclaration extends Node method __construct (line 16) | public function __construct(public Join $join, public IndexBy|null $in... method dispatch (line 20) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/LikeExpression.php class LikeExpression (line 15) | class LikeExpression extends Node method __construct (line 17) | public function __construct( method dispatch (line 25) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/Literal.php class Literal (line 9) | class Literal extends Node method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/NewObjectExpression.php class NewObjectExpression (line 17) | class NewObjectExpression extends Node method __construct (line 23) | public function __construct(public string $className, public array $args) method dispatch (line 27) | public function dispatch(SqlWalker $walker /*, string|null $parentAlia... FILE: src/Query/AST/Node.php class Node (line 24) | abstract class Node implements Stringable method dispatch (line 33) | public function dispatch(SqlWalker $walker): string method __toString (line 41) | public function __toString(): string method dump (line 46) | public function dump(mixed $value): string FILE: src/Query/AST/NullComparisonExpression.php class NullComparisonExpression (line 14) | class NullComparisonExpression extends Node method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/NullIfExpression.php class NullIfExpression (line 14) | class NullIfExpression extends Node method __construct (line 16) | public function __construct(public mixed $firstExpression, public mixe... method dispatch (line 20) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/OrderByClause.php class OrderByClause (line 14) | class OrderByClause extends Node method __construct (line 17) | public function __construct(public array $orderByItems) method dispatch (line 21) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/OrderByItem.php class OrderByItem (line 16) | class OrderByItem extends Node method __construct (line 20) | public function __construct(public mixed $expression) method isAsc (line 24) | public function isAsc(): bool method isDesc (line 29) | public function isDesc(): bool method dispatch (line 34) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/ParenthesisExpression.php class ParenthesisExpression (line 12) | class ParenthesisExpression extends Node method __construct (line 14) | public function __construct(public Node $expression) method dispatch (line 18) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/PartialObjectExpression.php class PartialObjectExpression (line 7) | class PartialObjectExpression extends Node method __construct (line 10) | public function __construct( FILE: src/Query/AST/PathExpression.php class PathExpression (line 18) | class PathExpression extends Node method __construct (line 28) | public function __construct( method dispatch (line 35) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/Phase2OptimizableConditional.php type Phase2OptimizableConditional (line 13) | interface Phase2OptimizableConditional FILE: src/Query/AST/QuantifiedExpression.php class QuantifiedExpression (line 16) | class QuantifiedExpression extends Node method __construct (line 20) | public function __construct(public Subselect $subselect) method isAll (line 24) | public function isAll(): bool method isAny (line 29) | public function isAny(): bool method isSome (line 34) | public function isSome(): bool method dispatch (line 39) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/RangeVariableDeclaration.php class RangeVariableDeclaration (line 14) | class RangeVariableDeclaration extends Node method __construct (line 16) | public function __construct( method dispatch (line 23) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SelectClause.php class SelectClause (line 14) | class SelectClause extends Node method __construct (line 17) | public function __construct( method dispatch (line 23) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SelectExpression.php class SelectExpression (line 15) | class SelectExpression extends Node method __construct (line 17) | public function __construct( method dispatch (line 24) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SelectStatement.php class SelectStatement (line 14) | class SelectStatement extends Node method __construct (line 24) | public function __construct(public SelectClause $selectClause, public ... method dispatch (line 28) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SimpleArithmeticExpression.php class SimpleArithmeticExpression (line 14) | class SimpleArithmeticExpression extends Node method __construct (line 17) | public function __construct(public array $arithmeticTerms) method dispatch (line 21) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SimpleCaseExpression.php class SimpleCaseExpression (line 14) | class SimpleCaseExpression extends Node method __construct (line 17) | public function __construct( method dispatch (line 24) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SimpleSelectClause.php class SimpleSelectClause (line 14) | class SimpleSelectClause extends Node method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SimpleSelectExpression.php class SimpleSelectExpression (line 15) | class SimpleSelectExpression extends Node method __construct (line 19) | public function __construct(public Node|string $expression) method dispatch (line 23) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SimpleWhenClause.php class SimpleWhenClause (line 14) | class SimpleWhenClause extends Node method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/Subselect.php class Subselect (line 14) | class Subselect extends Node method __construct (line 24) | public function __construct(public SimpleSelectClause $simpleSelectCla... method dispatch (line 28) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SubselectFromClause.php class SubselectFromClause (line 14) | class SubselectFromClause extends Node method __construct (line 17) | public function __construct(public array $identificationVariableDeclar... method dispatch (line 21) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/SubselectIdentificationVariableDeclaration.php class SubselectIdentificationVariableDeclaration (line 12) | class SubselectIdentificationVariableDeclaration method __construct (line 14) | public function __construct( FILE: src/Query/AST/TypedExpression.php type TypedExpression (line 12) | interface TypedExpression method getReturnType (line 14) | public function getReturnType(): Type; FILE: src/Query/AST/UpdateClause.php class UpdateClause (line 14) | class UpdateClause extends Node method __construct (line 19) | public function __construct( method dispatch (line 25) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/UpdateItem.php class UpdateItem (line 16) | class UpdateItem extends Node method __construct (line 18) | public function __construct(public PathExpression $pathExpression, pub... method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/UpdateStatement.php class UpdateStatement (line 14) | class UpdateStatement extends Node method __construct (line 18) | public function __construct(public UpdateClause $updateClause) method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/WhenClause.php class WhenClause (line 14) | class WhenClause extends Node method __construct (line 16) | public function __construct( method dispatch (line 22) | public function dispatch(SqlWalker $walker): string FILE: src/Query/AST/WhereClause.php class WhereClause (line 14) | class WhereClause extends Node method __construct (line 16) | public function __construct(public ConditionalExpression|Phase2Optimiz... method dispatch (line 20) | public function dispatch(SqlWalker $walker): string FILE: src/Query/Exec/AbstractSqlExecutor.php class AbstractSqlExecutor (line 23) | abstract class AbstractSqlExecutor method getSqlStatements (line 35) | public function getSqlStatements(): array|string method setQueryCacheProfile (line 40) | public function setQueryCacheProfile(QueryCacheProfile $qcp): void method removeQueryCacheProfile (line 48) | public function removeQueryCacheProfile(): void method execute (line 60) | abstract public function execute(Connection $conn, array $params, arra... FILE: src/Query/Exec/FinalizedSelectExecutor.php class FinalizedSelectExecutor (line 15) | class FinalizedSelectExecutor extends AbstractSqlExecutor method __construct (line 17) | public function __construct(string $sql) method execute (line 25) | public function execute(Connection $conn, array $params, array $types)... FILE: src/Query/Exec/MultiTableDeleteExecutor.php class MultiTableDeleteExecutor (line 25) | class MultiTableDeleteExecutor extends AbstractSqlExecutor method __construct (line 40) | public function __construct(AST\Node $AST, SqlWalker $sqlWalker) method execute (line 105) | public function execute(Connection $conn, array $params, array $types)... FILE: src/Query/Exec/MultiTableUpdateExecutor.php class MultiTableUpdateExecutor (line 24) | class MultiTableUpdateExecutor extends AbstractSqlExecutor method __construct (line 43) | public function __construct(AST\Node $AST, SqlWalker $sqlWalker) method execute (line 146) | public function execute(Connection $conn, array $params, array $types)... FILE: src/Query/Exec/PreparedExecutorFinalizer.php class PreparedExecutorFinalizer (line 14) | final class PreparedExecutorFinalizer implements SqlFinalizer method __construct (line 18) | public function __construct(AbstractSqlExecutor $exeutor) method createExecutor (line 23) | public function createExecutor(Query $query): AbstractSqlExecutor FILE: src/Query/Exec/SingleSelectExecutor.php class SingleSelectExecutor (line 20) | class SingleSelectExecutor extends AbstractSqlExecutor method __construct (line 22) | public function __construct(SelectStatement $AST, SqlWalker $sqlWalker) method execute (line 37) | public function execute(Connection $conn, array $params, array $types)... FILE: src/Query/Exec/SingleSelectSqlFinalizer.php class SingleSelectSqlFinalizer (line 19) | class SingleSelectSqlFinalizer implements SqlFinalizer method __construct (line 23) | public function __construct(private string $sql) method finalizeSql (line 32) | public function finalizeSql(Query $query): string method createExecutor (line 54) | public function createExecutor(Query $query): AbstractSqlExecutor FILE: src/Query/Exec/SingleTableDeleteUpdateExecutor.php class SingleTableDeleteUpdateExecutor (line 18) | class SingleTableDeleteUpdateExecutor extends AbstractSqlExecutor method __construct (line 20) | public function __construct(AST\Node $AST, SqlWalker $sqlWalker) method execute (line 32) | public function execute(Connection $conn, array $params, array $types)... FILE: src/Query/Exec/SqlFinalizer.php type SqlFinalizer (line 23) | interface SqlFinalizer method createExecutor (line 25) | public function createExecutor(Query $query): AbstractSqlExecutor; FILE: src/Query/Expr.php class Expr (line 25) | class Expr method andX (line 42) | public function andX(Expr\Comparison|Expr\Func|Expr\Andx|Expr\Orx|stri... method orX (line 62) | public function orX(Expr\Comparison|Expr\Func|Expr\Andx|Expr\Orx|strin... method asc (line 72) | public function asc(mixed $expr): Expr\OrderBy method desc (line 80) | public function desc(mixed $expr): Expr\OrderBy method eq (line 98) | public function eq(mixed $x, mixed $y): Expr\Comparison method neq (line 115) | public function neq(mixed $x, mixed $y): Expr\Comparison method lt (line 132) | public function lt(mixed $x, mixed $y): Expr\Comparison method lte (line 149) | public function lte(mixed $x, mixed $y): Expr\Comparison method gt (line 166) | public function gt(mixed $x, mixed $y): Expr\Comparison method gte (line 183) | public function gte(mixed $x, mixed $y): Expr\Comparison method avg (line 193) | public function avg(mixed $x): Expr\Func method max (line 203) | public function max(mixed $x): Expr\Func method min (line 213) | public function min(mixed $x): Expr\Func method count (line 223) | public function count(mixed $x): Expr\Func method countDistinct (line 233) | public function countDistinct(mixed ...$x): string method exists (line 245) | public function exists(mixed $subquery): Expr\Func method all (line 255) | public function all(mixed $subquery): Expr\Func method some (line 265) | public function some(mixed $subquery): Expr\Func method any (line 275) | public function any(mixed $subquery): Expr\Func method not (line 285) | public function not(mixed $restriction): Expr\Func method abs (line 295) | public function abs(mixed $x): Expr\Func method mod (line 303) | public function mod(mixed $x, mixed $y): Expr\Func method prod (line 321) | public function prod(mixed $x, mixed $y): Expr\Math method diff (line 338) | public function diff(mixed $x, mixed $y): Expr\Math method sum (line 355) | public function sum(mixed $x, mixed $y): Expr\Math method quot (line 372) | public function quot(mixed $x, mixed $y): Expr\Math method sqrt (line 382) | public function sqrt(mixed $x): Expr\Func method in (line 393) | public function in(string $x, mixed $y): Expr\Func method notIn (line 416) | public function notIn(string $x, mixed $y): Expr\Func method isNull (line 438) | public function isNull(string $x): string method isNotNull (line 448) | public function isNotNull(string $x): string method like (line 459) | public function like(string $x, mixed $y): Expr\Comparison method notLike (line 470) | public function notLike(string $x, mixed $y): Expr\Comparison method concat (line 480) | public function concat(mixed ...$x): Expr\Func method substring (line 494) | public function substring(mixed $x, int $from, int|null $len = null): ... method lower (line 511) | public function lower(mixed $x): Expr\Func method upper (line 523) | public function upper(mixed $x): Expr\Func method length (line 535) | public function length(mixed $x): Expr\Func method literal (line 545) | public function literal(bool|string|int|float $literal): Expr\Literal method quoteLiteral (line 555) | private function quoteLiteral(bool|string|int|float $literal): string method between (line 577) | public function between(mixed $val, int|string $x, int|string $y): string method trim (line 589) | public function trim(mixed $x): Expr\Func method isMemberOf (line 600) | public function isMemberOf(string $x, string $y): Expr\Comparison method isInstanceOf (line 611) | public function isInstanceOf(string $x, string $y): Expr\Comparison FILE: src/Query/Expr/Andx.php class Andx (line 14) | class Andx extends Composite method getParts (line 30) | public function getParts(): array FILE: src/Query/Expr/Base.php class Base (line 25) | abstract class Base implements Stringable method __construct (line 37) | public function __construct(mixed $args = []) method addMultiple (line 52) | public function addMultiple(array|string|object $args = []): static method add (line 68) | public function add(mixed $arg): static method count (line 87) | public function count(): int method __toString (line 92) | public function __toString(): string FILE: src/Query/Expr/Comparison.php class Comparison (line 14) | class Comparison implements Stringable method __construct (line 24) | public function __construct(protected mixed $leftExpr, protected strin... method getLeftExpr (line 28) | public function getLeftExpr(): mixed method getOperator (line 33) | public function getOperator(): string method getRightExpr (line 38) | public function getRightExpr(): mixed method __toString (line 43) | public function __toString(): string FILE: src/Query/Expr/Composite.php class Composite (line 18) | class Composite extends Base method __toString (line 20) | public function __toString(): string method processQueryPart (line 35) | private function processQueryPart(string|Stringable $part): string FILE: src/Query/Expr/From.php class From (line 14) | class From implements Stringable method __construct (line 20) | public function __construct( method getFrom (line 28) | public function getFrom(): string method getAlias (line 33) | public function getAlias(): string method getIndexBy (line 38) | public function getIndexBy(): string|null method __toString (line 43) | public function __toString(): string FILE: src/Query/Expr/Func.php class Func (line 16) | class Func implements Stringable method __construct (line 26) | public function __construct( method getName (line 33) | public function getName(): string method getArguments (line 39) | public function getArguments(): array method __toString (line 44) | public function __toString(): string FILE: src/Query/Expr/GroupBy.php class GroupBy (line 12) | class GroupBy extends Base method getParts (line 21) | public function getParts(): array FILE: src/Query/Expr/Join.php class Join (line 16) | class Join implements Stringable method __construct (line 28) | public function __construct( method getJoinType (line 39) | public function getJoinType(): string method getJoin (line 44) | public function getJoin(): string method getAlias (line 49) | public function getAlias(): string|null method getConditionType (line 55) | public function getConditionType(): string|null method getCondition (line 60) | public function getCondition(): string|Comparison|Composite|Func|null method getIndexBy (line 65) | public function getIndexBy(): string|null method __toString (line 70) | public function __toString(): string FILE: src/Query/Expr/Literal.php class Literal (line 12) | class Literal extends Base method getParts (line 21) | public function getParts(): array FILE: src/Query/Expr/Math.php class Math (line 14) | class Math implements Stringable method __construct (line 19) | public function __construct( method getLeftExpr (line 26) | public function getLeftExpr(): mixed method getOperator (line 31) | public function getOperator(): string method getRightExpr (line 36) | public function getRightExpr(): mixed method __toString (line 41) | public function __toString(): string FILE: src/Query/Expr/OrderBy.php class OrderBy (line 17) | class OrderBy implements Stringable method __construct (line 29) | public function __construct( method add (line 38) | public function add(string $sort, string|null $order = null): void method count (line 45) | public function count(): int method getParts (line 51) | public function getParts(): array method __toString (line 56) | public function __toString(): string FILE: src/Query/Expr/Orx.php class Orx (line 14) | class Orx extends Composite method getParts (line 30) | public function getParts(): array FILE: src/Query/Expr/Select.php class Select (line 14) | class Select extends Base method getParts (line 26) | public function getParts(): array FILE: src/Query/Filter/FilterException.php class FilterException (line 12) | class FilterException extends LogicException implements ORMException method cannotConvertListParameterIntoSingleValue (line 14) | public static function cannotConvertListParameterIntoSingleValue(strin... method cannotConvertSingleParameterIntoListValue (line 19) | public static function cannotConvertSingleParameterIntoListValue(strin... FILE: src/Query/Filter/Parameter.php class Parameter (line 11) | final class Parameter method __construct (line 14) | public function __construct( FILE: src/Query/Filter/SQLFilter.php class SQLFilter (line 27) | abstract class SQLFilter implements Stringable method __construct (line 36) | final public function __construct( method setParameterList (line 50) | final public function setParameterList(string $name, array $values, st... method setParameter (line 72) | final public function setParameter(string $name, mixed $value, string|... method getParameter (line 99) | final public function getParameter(string $name): string method getParameterList (line 121) | final public function getParameterList(string $name): string method hasParameter (line 145) | final public function hasParameter(string $name): bool method __toString (line 153) | final public function __toString(): string method getConnection (line 168) | final protected function getConnection(): Connection method addFilterConstraint (line 180) | abstract public function addFilterConstraint(ClassMetadata $targetEnti... FILE: src/Query/FilterCollection.php class FilterCollection (line 18) | class FilterCollection method __construct (line 59) | public function __construct( method getEnabledFilters (line 70) | public function getEnabledFilters(): array method getSuspendedFilters (line 81) | public function getSuspendedFilters(): array method enable (line 91) | public function enable(string $name): SQLFilter method disable (line 121) | public function disable(string $name): SQLFilter method suspend (line 142) | public function suspend(string $name): SQLFilter method restore (line 164) | public function restore(string $name): SQLFilter method getFilter (line 186) | public function getFilter(string $name): SQLFilter method has (line 198) | public function has(string $name): bool method isEnabled (line 206) | public function isEnabled(string $name): bool method isSuspended (line 218) | public function isSuspended(string $name): bool method isClean (line 226) | public function isClean(): bool method getHash (line 234) | public function getHash(): string method setFiltersStateDirty (line 256) | public function setFiltersStateDirty(): void FILE: src/Query/Lexer.php class Lexer (line 25) | class Lexer extends AbstractLexer method __construct (line 32) | public function __construct(string $input) method getCatchablePatterns (line 40) | protected function getCatchablePatterns(): array method getNonCatchablePatterns (line 54) | protected function getNonCatchablePatterns(): array method getType (line 59) | protected function getType(string &$value): TokenType FILE: src/Query/OutputWalker.php type OutputWalker (line 24) | interface OutputWalker method getFinalizer (line 26) | public function getFinalizer(AST\DeleteStatement|AST\UpdateStatement|A... FILE: src/Query/Parameter.php class Parameter (line 14) | class Parameter method normalizeName (line 19) | public static function normalizeName(int|string $name): string method __construct (line 44) | public function __construct(int|string $name, mixed $value, mixed $typ... method getName (line 55) | public function getName(): string method getValue (line 63) | public function getValue(): mixed method getType (line 71) | public function getType(): mixed method setValue (line 79) | public function setValue(mixed $value, mixed $type = null): void method typeWasSpecified (line 85) | public function typeWasSpecified(): bool FILE: src/Query/ParameterTypeInferer.php class ParameterTypeInferer (line 25) | final class ParameterTypeInferer method inferType (line 32) | public static function inferType(mixed $value): ParameterType|ArrayPar... method __construct (line 74) | private function __construct() FILE: src/Query/Parser.php class Parser (line 54) | final class Parser method __construct (line 173) | public function __construct(private readonly Query $query) method setCustomOutputTreeWalker (line 186) | public function setCustomOutputTreeWalker(string $className): void method addCustomTreeWalker (line 203) | public function addCustomTreeWalker(string $className): void method getLexer (line 211) | public function getLexer(): Lexer method getParserResult (line 219) | public function getParserResult(): ParserResult method getEntityManager (line 227) | public function getEntityManager(): EntityManagerInterface method getAST (line 235) | public function getAST(): AST\SelectStatement|AST\UpdateStatement|AST\... method match (line 276) | public function match(TokenType $token): void method free (line 311) | public function free(bool $deep = false, int $position = 0): void method parse (line 328) | public function parse(): ParserResult method fixIdentificationVariableOrder (line 390) | private function fixIdentificationVariableOrder(AST\SelectStatement|AS... method syntaxError (line 420) | public function syntaxError(string $expected = '', Token|null $token =... method semanticalError (line 443) | public function semanticalError(string $message = '', Token|null $toke... method peekBeyondClosingParenthesis (line 475) | private function peekBeyondClosingParenthesis(bool $resetPeek = true):... method isMathOperator (line 509) | private function isMathOperator(Token|null $token): bool method isFunction (line 519) | private function isFunction(): bool method isAggregateFunction (line 535) | private function isAggregateFunction(TokenType $tokenType): bool method isNextAllAnySome (line 547) | private function isNextAllAnySome(): bool method processDeferredIdentificationVariables (line 562) | private function processDeferredIdentificationVariables(): void method processDeferredNewObjectExpressions (line 598) | private function processDeferredNewObjectExpressions(AST\SelectStateme... method processDeferredPartialObjectExpressions (line 642) | private function processDeferredPartialObjectExpressions(): void method processDeferredResultVariables (line 680) | private function processDeferredResultVariables(): void method processDeferredPathExpressions (line 722) | private function processDeferredPathExpressions(): void method processRootEntityAliasSelected (line 788) | private function processRootEntityAliasSelected(): void method QueryLanguage (line 806) | public function QueryLanguage(): AST\SelectStatement|AST\UpdateStateme... method SelectStatement (line 841) | public function SelectStatement(): AST\SelectStatement method UpdateStatement (line 856) | public function UpdateStatement(): AST\UpdateStatement method DeleteStatement (line 868) | public function DeleteStatement(): AST\DeleteStatement method IdentificationVariable (line 880) | public function IdentificationVariable(): string method AliasIdentificationVariable (line 899) | public function AliasIdentificationVariable(): string method AbstractSchemaName (line 920) | public function AbstractSchemaName(): string method validateAbstractSchemaName (line 942) | private function validateAbstractSchemaName(string $schemaName): void method AliasResultVariable (line 956) | public function AliasResultVariable(): string method ResultVariable (line 977) | public function ResultVariable(): string method JoinAssociationPathExpression (line 997) | public function JoinAssociationPathExpression(): AST\JoinAssociationPa... method PathExpression (line 1031) | public function PathExpression(int $expectedTypes): AST\PathExpression method AssociationPathExpression (line 1066) | public function AssociationPathExpression(): AST\PathExpression method SingleValuedPathExpression (line 1077) | public function SingleValuedPathExpression(): AST\PathExpression method StateFieldPathExpression (line 1088) | public function StateFieldPathExpression(): AST\PathExpression method SingleValuedAssociationPathExpression (line 1096) | public function SingleValuedAssociationPathExpression(): AST\PathExpre... method CollectionValuedPathExpression (line 1104) | public function CollectionValuedPathExpression(): AST\PathExpression method EntityAsDtoArgumentExpression (line 1112) | public function EntityAsDtoArgumentExpression(): AST\EntityAsDtoArgume... method SelectClause (line 1156) | public function SelectClause(): AST\SelectClause method SimpleSelectClause (line 1184) | public function SimpleSelectClause(): AST\SimpleSelectClause method UpdateClause (line 1201) | public function UpdateClause(): AST\UpdateClause method DeleteClause (line 1251) | public function DeleteClause(): AST\DeleteClause method FromClause (line 1296) | public function FromClause(): AST\FromClause method SubselectFromClause (line 1315) | public function SubselectFromClause(): AST\SubselectFromClause method WhereClause (line 1334) | public function WhereClause(): AST\WhereClause method HavingClause (line 1344) | public function HavingClause(): AST\HavingClause method GroupByClause (line 1354) | public function GroupByClause(): AST\GroupByClause method OrderByClause (line 1373) | public function OrderByClause(): AST\OrderByClause method Subselect (line 1393) | public function Subselect(): AST\Subselect method UpdateItem (line 1414) | public function UpdateItem(): AST\UpdateItem method GroupByItem (line 1426) | public function GroupByItem(): string|AST\PathExpression method OrderByItem (line 1454) | public function OrderByItem(): AST\OrderByItem method NewValue (line 1508) | public function NewValue(): AST\ArithmeticExpression|AST\InputParamete... method IdentificationVariableDeclaration (line 1529) | public function IdentificationVariableDeclaration(): AST\Identificatio... method SubselectIdentificationVariableDeclaration (line 1568) | public function SubselectIdentificationVariableDeclaration(): AST\Iden... method Join (line 1614) | public function Join(): AST\Join method RangeVariableDeclaration (line 1680) | public function RangeVariableDeclaration(): AST\RangeVariableDeclaration method JoinAssociationDeclaration (line 1717) | public function JoinAssociationDeclaration(): AST\JoinAssociationDecla... method PartialObjectExpression (line 1755) | public function PartialObjectExpression(): AST\PartialObjectExpression method NewObjectExpression (line 1811) | public function NewObjectExpression(): AST\NewObjectExpression method addArgument (line 1851) | public function addArgument(array &$args, bool $useNamedArguments): void method NewObjectArg (line 1887) | public function NewObjectArg(string|null &$fieldAlias = null): mixed method IndexBy (line 1927) | public function IndexBy(): AST\IndexBy method ScalarExpression (line 1946) | public function ScalarExpression(): mixed method CaseExpression (line 2025) | public function CaseExpression(): mixed method CoalesceExpression (line 2059) | public function CoalesceExpression(): AST\CoalesceExpression method NullIfExpression (line 2082) | public function NullIfExpression(): AST\NullIfExpression method GeneralCaseExpression (line 2099) | public function GeneralCaseExpression(): AST\GeneralCaseExpression method SimpleCaseExpression (line 2121) | public function SimpleCaseExpression(): AST\SimpleCaseExpression method WhenClause (line 2143) | public function WhenClause(): AST\WhenClause method SimpleWhenClause (line 2155) | public function SimpleWhenClause(): AST\SimpleWhenClause method SelectExpression (line 2170) | public function SelectExpression(): AST\SelectExpression method SimpleSelectExpression (line 2293) | public function SimpleSelectExpression(): AST\SimpleSelectExpression method ConditionalExpression (line 2379) | public function ConditionalExpression(): AST\ConditionalExpression|AST... method ConditionalTerm (line 2402) | public function ConditionalTerm(): AST\ConditionalFactor|AST\Condition... method ConditionalFactor (line 2425) | public function ConditionalFactor(): AST\ConditionalFactor|AST\Conditi... method ConditionalPrimary (line 2449) | public function ConditionalPrimary(): AST\ConditionalPrimary method SimpleConditionalExpression (line 2488) | public function SimpleConditionalExpression(): AST\ExistsExpression|AS... method EmptyCollectionComparisonExpression (line 2592) | public function EmptyCollectionComparisonExpression(): AST\EmptyCollec... method CollectionMemberExpression (line 2617) | public function CollectionMemberExpression(): AST\CollectionMemberExpr... method Literal (line 2644) | public function Literal(): AST\Literal method InParameter (line 2678) | public function InParameter(): AST\InputParameter|AST\ArithmeticExpres... method InputParameter (line 2691) | public function InputParameter(): AST\InputParameter method ArithmeticExpression (line 2702) | public function ArithmeticExpression(): AST\ArithmeticExpression method SimpleArithmeticExpression (line 2727) | public function SimpleArithmeticExpression(): AST\Node|string method ArithmeticTerm (line 2752) | public function ArithmeticTerm(): AST\Node|string method ArithmeticFactor (line 2777) | public function ArithmeticFactor(): AST\Node|string|AST\ArithmeticFactor method ArithmeticPrimary (line 2804) | public function ArithmeticPrimary(): AST\Node|string method StringExpression (line 2860) | public function StringExpression(): AST\Subselect|AST\Node|string method StringPrimary (line 2889) | public function StringPrimary(): AST\Node method EntityExpression (line 2940) | public function EntityExpression(): AST\InputParameter|AST\PathExpression method SimpleEntityExpression (line 2955) | public function SimpleEntityExpression(): AST\InputParameter|AST\PathE... method AggregateExpression (line 2968) | public function AggregateExpression(): AST\AggregateExpression method QuantifiedExpression (line 2998) | public function QuantifiedExpression(): AST\QuantifiedExpression method BetweenExpression (line 3022) | public function BetweenExpression(): AST\BetweenExpression method ComparisonExpression (line 3043) | public function ComparisonExpression(): AST\ComparisonExpression method InExpression (line 3059) | public function InExpression(): AST\InListExpression|AST\InSubselectEx... method InstanceOfExpression (line 3101) | public function InstanceOfExpression(): AST\InstanceOfExpression method InstanceOfParameterList (line 3126) | public function InstanceOfParameterList(): array method InstanceOfParameter (line 3146) | public function InstanceOfParameter(): AST\InputParameter|string method LikeExpression (line 3165) | public function LikeExpression(): AST\LikeExpression method NullComparisonExpression (line 3201) | public function NullComparisonExpression(): AST\NullComparisonExpression method ExistsExpression (line 3275) | public function ExistsExpression(): AST\ExistsExpression method ComparisonOperator (line 3297) | public function ComparisonOperator(): string method FunctionDeclaration (line 3345) | public function FunctionDeclaration(): Functions\FunctionNode method CustomFunctionDeclaration (line 3375) | private function CustomFunctionDeclaration(): Functions\FunctionNode|null method FunctionsReturningNumerics (line 3404) | public function FunctionsReturningNumerics(): AST\Functions\FunctionNode method CustomFunctionsReturningNumerics (line 3416) | public function CustomFunctionsReturningNumerics(): AST\Functions\Func... method FunctionsReturningDatetime (line 3445) | public function FunctionsReturningDatetime(): AST\Functions\FunctionNode method CustomFunctionsReturningDatetime (line 3457) | public function CustomFunctionsReturningDatetime(): AST\Functions\Func... method FunctionsReturningStrings (line 3484) | public function FunctionsReturningStrings(): AST\Functions\FunctionNode method CustomFunctionsReturningStrings (line 3496) | public function CustomFunctionsReturningStrings(): Functions\FunctionNode method getMetadataForDqlAlias (line 3514) | private function getMetadataForDqlAlias(string $dqlAlias): ClassMetadata FILE: src/Query/ParserResult.php class ParserResult (line 21) | class ParserResult method __construct (line 49) | public function __construct() method getResultSetMapping (line 59) | public function getResultSetMapping(): ResultSetMapping method setResultSetMapping (line 67) | public function setResultSetMapping(ResultSetMapping $rsm): void method setSqlExecutor (line 77) | public function setSqlExecutor(AbstractSqlExecutor $executor): void method getSqlExecutor (line 95) | public function getSqlExecutor(): AbstractSqlExecutor method setSqlFinalizer (line 115) | public function setSqlFinalizer(SqlFinalizer $finalizer): void method prepareSqlExecutor (line 120) | public function prepareSqlExecutor(Query $query): AbstractSqlExecutor method addParameterMapping (line 137) | public function addParameterMapping(string|int $dqlPosition, int $sqlP... method getParameterMappings (line 147) | public function getParameterMappings(): array method getSqlParameterPositions (line 160) | public function getSqlParameterPositions(string|int $dqlPosition): array FILE: src/Query/Printer.php class Printer (line 14) | class Printer method __construct (line 24) | public function __construct(protected bool $silent = false) method startProduction (line 36) | public function startProduction(string $name): void method endProduction (line 47) | public function endProduction(): void method println (line 58) | public function println(string $str): void FILE: src/Query/QueryException.php class QueryException (line 14) | class QueryException extends Exception implements ORMException method dqlError (line 16) | public static function dqlError(string $dql): self method syntaxError (line 21) | public static function syntaxError(string $message, Throwable|null $pr... method semanticalError (line 26) | public static function semanticalError(string $message, Throwable|null... method invalidLockMode (line 31) | public static function invalidLockMode(): self method invalidParameterType (line 36) | public static function invalidParameterType(string $expected, string $... method invalidParameterPosition (line 41) | public static function invalidParameterPosition(string $pos): self method tooManyParameters (line 46) | public static function tooManyParameters(int $expected, int $received)... method tooFewParameters (line 51) | public static function tooFewParameters(int $expected, int $received):... method invalidParameterFormat (line 56) | public static function invalidParameterFormat(string $value): self method unknownParameter (line 61) | public static function unknownParameter(string $key): self method parameterTypeMismatch (line 66) | public static function parameterTypeMismatch(): self method invalidPathExpression (line 71) | public static function invalidPathExpression(PathExpression $pathExpr)... method invalidLiteral (line 78) | public static function invalidLiteral(string|Stringable $literal): self method iterateWithFetchJoinCollectionNotAllowed (line 83) | public static function iterateWithFetchJoinCollectionNotAllowed(Associ... method partialObjectsAreDangerous (line 91) | public static function partialObjectsAreDangerous(): self method overwritingJoinConditionsNotYetSupported (line 104) | public static function overwritingJoinConditionsNotYetSupported(array ... method associationPathInverseSideNotSupported (line 113) | public static function associationPathInverseSideNotSupported(PathExpr... method iterateWithFetchJoinNotAllowed (line 121) | public static function iterateWithFetchJoinNotAllowed(AssociationMappi... method eagerFetchJoinWithNotAllowed (line 129) | public static function eagerFetchJoinWithNotAllowed(string $sourceEnti... method iterateWithMixedResultNotAllowed (line 137) | public static function iterateWithMixedResultNotAllowed(): self method associationPathCompositeKeyNotSupported (line 142) | public static function associationPathCompositeKeyNotSupported(): self method instanceOfUnrelatedClass (line 151) | public static function instanceOfUnrelatedClass(string $className, str... method invalidQueryComponent (line 157) | public static function invalidQueryComponent(string $dqlAlias): self FILE: src/Query/QueryExpressionVisitor.php class QueryExpressionVisitor (line 21) | class QueryExpressionVisitor extends ExpressionVisitor method __construct (line 36) | public function __construct( method getParameters (line 48) | public function getParameters(): ArrayCollection method clearParameters (line 53) | public function clearParameters(): void method convertComparisonOperator (line 61) | private static function convertComparisonOperator(string $criteriaOper... method walkCompositeExpression (line 66) | public function walkCompositeExpression(CompositeExpression $expr): mixed method walkComparison (line 82) | public function walkComparison(Comparison $comparison): mixed method walkValue (line 176) | public function walkValue(Value $value): mixed FILE: src/Query/ResultSetMapping.php class ResultSetMapping (line 21) | class ResultSetMapping method addEntityResult (line 210) | public function addEntityResult(string $class, string $alias, string|n... method setDiscriminatorColumn (line 235) | public function setDiscriminatorColumn(string $alias, string $discrCol... method addIndexBy (line 251) | public function addIndexBy(string $alias, string $fieldName): static method addIndexByScalar (line 286) | public function addIndexByScalar(string $resultColumnName): static method addIndexByColumn (line 298) | public function addIndexByColumn(string $alias, string $resultColumnNa... method hasIndexBy (line 311) | public function hasIndexBy(string $alias): bool method isFieldResult (line 324) | public function isFieldResult(string $columnName): bool method addFieldResult (line 345) | public function addFieldResult(string $alias, string $columnName, stri... method hasColumnAliasByField (line 364) | public function hasColumnAliasByField(string $alias, string $fieldName... method getColumnAliasByField (line 371) | public function getColumnAliasByField(string $alias, string $fieldName... method addJoinedEntityResult (line 391) | public function addJoinedEntityResult(string $class, string $alias, st... method addScalarResult (line 411) | public function addScalarResult(string $columnName, string|int $alias,... method addEnumResult (line 431) | public function addEnumResult(string $columnName, string $enumType): s... method addMetadataParameterMapping (line 441) | public function addMetadataParameterMapping(string|int $parameter, str... method isScalarResult (line 451) | public function isScalarResult(string $columnName): bool method getClassName (line 462) | public function getClassName(string $alias): string method getScalarAlias (line 472) | public function getScalarAlias(string $columnName): string|int method getDeclaringClass (line 482) | public function getDeclaringClass(string $columnName): string method getRelation (line 487) | public function getRelation(string $alias): string method isRelation (line 492) | public function isRelation(string $alias): bool method getEntityAlias (line 500) | public function getEntityAlias(string $columnName): string method getParentAlias (line 508) | public function getParentAlias(string $alias): string method hasParentAlias (line 516) | public function hasParentAlias(string $alias): bool method getFieldName (line 524) | public function getFieldName(string $columnName): string method getAliasMap (line 530) | public function getAliasMap(): array method getEntityResultCount (line 540) | public function getEntityResultCount(): int method isMixedResult (line 552) | public function isMixedResult(): bool method addMetaResult (line 569) | public function addMetaResult( FILE: src/Query/ResultSetMappingBuilder.php class ResultSetMappingBuilder (line 21) | class ResultSetMappingBuilder extends ResultSetMapping implements String... method __construct (line 50) | public function __construct( method addRootEntityFromClassMetadata (line 64) | public function addRootEntityFromClassMetadata( method addJoinedEntityFromClassMetadata (line 88) | public function addJoinedEntityFromClassMetadata( method addAllClassFields (line 111) | protected function addAllClassFields(string $class, string $alias, arr... method isInheritanceSupported (line 162) | private function isInheritanceSupported(ClassMetadata $classMetadata):... method getColumnAlias (line 181) | private function getColumnAlias(string $columnName, int $mode, array $... method getColumnAliasMap (line 202) | private function getColumnAliasMap( method generateSelectClause (line 239) | public function generateSelectClause(array $tableAliases = []): string method __toString (line 272) | public function __toString(): string FILE: src/Query/SqlOutputWalker.php class SqlOutputWalker (line 12) | class SqlOutputWalker extends SqlWalker implements OutputWalker method getFinalizer (line 14) | public function getFinalizer(AST\DeleteStatement|AST\UpdateStatement|A... FILE: src/Query/SqlWalker.php class SqlWalker (line 50) | class SqlWalker method __construct (line 144) | public function __construct( method getQuery (line 159) | public function getQuery(): Query method getConnection (line 167) | public function getConnection(): Connection method getEntityManager (line 175) | public function getEntityManager(): EntityManagerInterface method getQueryComponent (line 188) | public function getQueryComponent(string $dqlAlias): array method getMetadataForDqlAlias (line 193) | public function getMetadataForDqlAlias(string $dqlAlias): ClassMetadata method getQueryComponents (line 204) | public function getQueryComponents(): array method setQueryComponent (line 214) | public function setQueryComponent(string $dqlAlias, array $queryCompon... method getExecutor (line 232) | public function getExecutor(AST\SelectStatement|AST\UpdateStatement|AS... method createUpdateStatementExecutor (line 249) | protected function createUpdateStatementExecutor(AST\UpdateStatement $... method createDeleteStatementExecutor (line 258) | protected function createDeleteStatementExecutor(AST\DeleteStatement $... method getSQLTableAlias (line 270) | public function getSQLTableAlias(string $tableName, string $dqlAlias =... method setSQLTableAlias (line 286) | public function setSQLTableAlias(string $tableName, string $alias, str... method getSQLColumnAlias (line 298) | public function getSQLColumnAlias(string $columnName): string method generateClassTableInheritanceJoins (line 307) | private function generateClassTableInheritanceJoins( method generateOrderedCollectionOrderByItems (line 360) | private function generateOrderedCollectionOrderByItems(): string method generateDiscriminatorColumnConditionSQL (line 401) | private function generateDiscriminatorColumnConditionSQL(array $dqlAli... method generateFilterConditionSQL (line 454) | private function generateFilterConditionSQL( method walkSelectStatement (line 497) | public function walkSelectStatement(AST\SelectStatement $selectStateme... method createSqlForFinalizer (line 505) | protected function createSqlForFinalizer(AST\SelectStatement $selectSt... method assertOptimisticLockingHasAllClassesVersioned (line 533) | private function assertOptimisticLockingHasAllClassesVersioned(): void method walkUpdateStatement (line 549) | public function walkUpdateStatement(AST\UpdateStatement $updateStateme... method walkDeleteStatement (line 561) | public function walkDeleteStatement(AST\DeleteStatement $deleteStateme... method walkEntityIdentificationVariable (line 574) | public function walkEntityIdentificationVariable(string $identVariable... method walkEntityAsDtoArgumentExpression (line 590) | public function walkEntityAsDtoArgumentExpression(AST\EntityAsDtoArgum... method walkIdentificationVariable (line 598) | public function walkIdentificationVariable(string $identificationVaria... method walkPathExpression (line 615) | public function walkPathExpression(AST\PathExpression $pathExpr): string method walkSelectClause (line 674) | public function walkSelectClause(AST\SelectClause $selectClause): string method walkFromClause (line 793) | public function walkFromClause(AST\FromClause $fromClause): string method walkIdentificationVariableDeclaration (line 808) | public function walkIdentificationVariableDeclaration(AST\Identificati... method walkIndexBy (line 826) | public function walkIndexBy(AST\IndexBy $indexBy): void method walkRangeVariableDeclaration (line 877) | public function walkRangeVariableDeclaration(AST\RangeVariableDeclarat... method generateRangeVariableDeclarationSQL (line 885) | private function generateRangeVariableDeclarationSQL( method walkJoinAssociationDeclaration (line 922) | public function walkJoinAssociationDeclaration( method walkFunction (line 1090) | public function walkFunction(AST\Functions\FunctionNode $function): st... method walkOrderByClause (line 1098) | public function walkOrderByClause(AST\OrderByClause $orderByClause): s... method walkOrderByItem (line 1113) | public function walkOrderByItem(AST\OrderByItem $orderByItem): string method walkHavingClause (line 1133) | public function walkHavingClause(AST\HavingClause $havingClause): string method walkJoin (line 1141) | public function walkJoin(AST\Join $join): string method walkCoalesceExpression (line 1199) | public function walkCoalesceExpression(AST\CoalesceExpression $coalesc... method walkNullIfExpression (line 1215) | public function walkNullIfExpression(AST\NullIfExpression $nullIfExpre... method walkGeneralCaseExpression (line 1231) | public function walkGeneralCaseExpression(AST\GeneralCaseExpression $g... method walkSimpleCaseExpression (line 1248) | public function walkSimpleCaseExpression(AST\SimpleCaseExpression $sim... method walkSelectExpression (line 1265) | public function walkSelectExpression(AST\SelectExpression $selectExpre... method walkObjectExpression (line 1389) | public function walkObjectExpression(string $dqlAlias, array $partialF... method walkQuantifiedExpression (line 1471) | public function walkQuantifiedExpression(AST\QuantifiedExpression $qEx... method walkSubselect (line 1479) | public function walkSubselect(AST\Subselect $subselect): string method walkSubselectFromClause (line 1504) | public function walkSubselectFromClause(AST\SubselectFromClause $subse... method walkSimpleSelectClause (line 1519) | public function walkSimpleSelectClause(AST\SimpleSelectClause $simpleS... method walkParenthesisExpression (line 1525) | public function walkParenthesisExpression(AST\ParenthesisExpression $p... method walkNewObject (line 1530) | public function walkNewObject(AST\NewObjectExpression $newObjectExpres... method walkSimpleSelectExpression (line 1614) | public function walkSimpleSelectExpression(AST\SimpleSelectExpression ... method walkAggregateExpression (line 1665) | public function walkAggregateExpression(AST\AggregateExpression $aggEx... method walkGroupByClause (line 1674) | public function walkGroupByClause(AST\GroupByClause $groupByClause): s... method walkGroupByItem (line 1688) | public function walkGroupByItem(AST\PathExpression|string $groupByItem... method walkDeleteClause (line 1735) | public function walkDeleteClause(AST\DeleteClause $deleteClause): string method walkUpdateClause (line 1750) | public function walkUpdateClause(AST\UpdateClause $updateClause): string method walkUpdateItem (line 1765) | public function walkUpdateItem(AST\UpdateItem $updateItem): string method walkWhereClause (line 1788) | public function walkWhereClause(AST\WhereClause|null $whereClause): st... method walkConditionalExpression (line 1828) | public function walkConditionalExpression( method walkConditionalTerm (line 1843) | public function walkConditionalTerm( method walkConditionalFactor (line 1858) | public function walkConditionalFactor( method walkConditionalPrimary (line 1871) | public function walkConditionalPrimary(AST\ConditionalPrimary $primary... method walkExistsExpression (line 1889) | public function walkExistsExpression(AST\ExistsExpression $existsExpr)... method walkCollectionMemberExpression (line 1901) | public function walkCollectionMemberExpression(AST\CollectionMemberExp... method walkEmptyCollectionComparisonExpression (line 2000) | public function walkEmptyCollectionComparisonExpression(AST\EmptyColle... method walkNullComparisonExpression (line 2011) | public function walkNullComparisonExpression(AST\NullComparisonExpress... method walkInListExpression (line 2034) | public function walkInListExpression(AST\InListExpression $inExpr): st... method walkInSubselectExpression (line 2045) | public function walkInSubselectExpression(AST\InSubselectExpression $i... method walkInstanceOfExpression (line 2058) | public function walkInstanceOfExpression(AST\InstanceOfExpression $ins... method walkInParameter (line 2079) | public function walkInParameter(mixed $inParam): string method walkLiteral (line 2089) | public function walkLiteral(AST\Literal $literal): string method walkBetweenExpression (line 2102) | public function walkBetweenExpression(AST\BetweenExpression $betweenEx... method walkLikeExpression (line 2119) | public function walkLikeExpression(AST\LikeExpression $likeExpr): string method walkStateFieldPathExpression (line 2154) | public function walkStateFieldPathExpression(AST\PathExpression $state... method walkComparisonExpression (line 2162) | public function walkComparisonExpression(AST\ComparisonExpression $com... method walkInputParameter (line 2184) | public function walkInputParameter(AST\InputParameter $inputParam): st... method walkArithmeticExpression (line 2203) | public function walkArithmeticExpression(AST\ArithmeticExpression $ari... method walkSimpleArithmeticExpression (line 2213) | public function walkSimpleArithmeticExpression(AST\Node|string $simple... method walkArithmeticTerm (line 2225) | public function walkArithmeticTerm(AST\Node|string $term): string method walkArithmeticFactor (line 2245) | public function walkArithmeticFactor(AST\Node|string $factor): string method walkArithmeticPrimary (line 2267) | public function walkArithmeticPrimary(AST\Node|string $primary): string method walkStringPrimary (line 2283) | public function walkStringPrimary(AST\Node|string $stringPrimary): string method walkResultVariable (line 2293) | public function walkResultVariable(string $resultVariable): string method getChildDiscriminatorsFromClassMetadata (line 2313) | private function getChildDiscriminatorsFromClassMetadata( FILE: src/Query/TreeWalker.php type TreeWalker (line 14) | interface TreeWalker method __construct (line 21) | public function __construct(AbstractQuery $query, ParserResult $parser... method getQueryComponents (line 28) | public function getQueryComponents(): array; method walkSelectStatement (line 33) | public function walkSelectStatement(AST\SelectStatement $selectStateme... method walkUpdateStatement (line 38) | public function walkUpdateStatement(AST\UpdateStatement $updateStateme... method walkDeleteStatement (line 43) | public function walkDeleteStatement(AST\DeleteStatement $deleteStateme... FILE: src/Query/TreeWalkerAdapter.php class TreeWalkerAdapter (line 21) | abstract class TreeWalkerAdapter implements TreeWalker method __construct (line 26) | public function __construct( method getQueryComponents (line 36) | public function getQueryComponents(): array method walkSelectStatement (line 41) | public function walkSelectStatement(AST\SelectStatement $selectStateme... method walkUpdateStatement (line 45) | public function walkUpdateStatement(AST\UpdateStatement $updateStateme... method walkDeleteStatement (line 49) | public function walkDeleteStatement(AST\DeleteStatement $deleteStateme... method setQueryComponent (line 58) | protected function setQueryComponent(string $dqlAlias, array $queryCom... method _getQuery (line 72) | protected function _getQuery(): AbstractQuery method _getParserResult (line 80) | protected function _getParserResult(): ParserResult method getMetadataForDqlAlias (line 85) | protected function getMetadataForDqlAlias(string $dqlAlias): ClassMeta... FILE: src/Query/TreeWalkerChain.php class TreeWalkerChain (line 17) | class TreeWalkerChain implements TreeWalker method __construct (line 29) | public function __construct( method getQueryComponents (line 41) | public function getQueryComponents(): array method addTreeWalker (line 51) | public function addTreeWalker(string $walkerClass): void method walkSelectStatement (line 56) | public function walkSelectStatement(AST\SelectStatement $selectStateme... method walkUpdateStatement (line 65) | public function walkUpdateStatement(AST\UpdateStatement $updateStateme... method walkDeleteStatement (line 72) | public function walkDeleteStatement(AST\DeleteStatement $deleteStateme... method getWalkers (line 80) | private function getWalkers(): Generator FILE: src/QueryBuilder.php class QueryBuilder (line 42) | class QueryBuilder implements Stringable method __construct (line 132) | public function __construct( method getType (line 138) | final protected function getType(): QueryType method expr (line 158) | public function expr(): Expr method setCacheable (line 168) | public function setCacheable(bool $cacheable): static method isCacheable (line 178) | public function isCacheable(): bool method setCacheRegion (line 184) | public function setCacheRegion(string $cacheRegion): static method getCacheRegion (line 196) | public function getCacheRegion(): string|null method getLifetime (line 201) | public function getLifetime(): int method setLifetime (line 211) | public function setLifetime(int $lifetime): static method getHints (line 219) | public function getHints(): array method getHint (line 229) | public function getHint(string $name): mixed method hasHint (line 234) | public function hasHint(string $name): bool method setHint (line 244) | public function setHint(string $name, mixed $value): static method getCacheMode (line 252) | public function getCacheMode(): int|null method setCacheMode (line 262) | public function setCacheMode(int $cacheMode): static method getEntityManager (line 272) | public function getEntityManager(): EntityManagerInterface method getDQL (line 287) | public function getDQL(): string method getQuery (line 307) | public function getQuery(): Query method findRootAlias (line 344) | private function findRootAlias(string $alias, string $parentAlias): st... method getRootAlias (line 383) | public function getRootAlias(): string method getRootAliases (line 409) | public function getRootAliases(): array method getAllAliases (line 446) | public function getAllAliases(): array method getRootEntities (line 466) | public function getRootEntities(): array method setParameter (line 503) | public function setParameter(string|int $key, mixed $value, ParameterT... method setParameters (line 536) | public function setParameters(ArrayCollection $parameters): static method getParameters (line 548) | public function getParameters(): ArrayCollection method getParameter (line 556) | public function getParameter(string|int $key): Parameter|null method setFirstResult (line 572) | public function setFirstResult(int|null $firstResult): static method getFirstResult (line 582) | public function getFirstResult(): int method setMaxResults (line 592) | public function setMaxResults(int|null $maxResults): static method getMaxResults (line 607) | public function getMaxResults(): int|null method add (line 622) | public function add(string $dqlPartName, string|object|array $dqlPart,... method select (line 695) | public function select(mixed ...$select): static method distinct (line 720) | public function distinct(bool $flag = true): static method addSelect (line 743) | public function addSelect(mixed ...$select): static method delete (line 772) | public function delete(string|null $delete = null, string|null $alias ... method update (line 807) | public function update(string|null $update = null, string|null $alias ... method from (line 842) | public function from(string $from, string $alias, string|null $indexBy... method indexBy (line 867) | public function indexBy(string $alias, string $indexBy): static method join (line 907) | public function join( method innerJoin (line 934) | public function innerJoin( method leftJoin (line 975) | public function leftJoin( method set (line 1010) | public function set(string $key, mixed $value): static method where (line 1039) | public function where(mixed ...$predicates): static method andWhere (line 1066) | public function andWhere(mixed ...$where): static method orWhere (line 1098) | public function orWhere(mixed ...$where): static method groupBy (line 1127) | public function groupBy(string ...$groupBy): static method addGroupBy (line 1147) | public function addGroupBy(string ...$groupBy): static method having (line 1160) | public function having(mixed ...$having): static method andHaving (line 1177) | public function andHaving(mixed ...$having): static method orHaving (line 1199) | public function orHaving(mixed ...$having): static method orderBy (line 1221) | public function orderBy(string|Expr\OrderBy $sort, string|null $order ... method addOrderBy (line 1233) | public function addOrderBy(string|Expr\OrderBy $sort, string|null $ord... method addCriteria (line 1251) | public function addCriteria(Criteria $criteria): static method getDQLPart (line 1301) | public function getDQLPart(string $queryPartName): mixed method getDQLParts (line 1311) | public function getDQLParts(): array method getDQLForDelete (line 1316) | private function getDQLForDelete(): string method getDQLForUpdate (line 1324) | private function getDQLForUpdate(): string method getDQLForSelect (line 1333) | private function getDQLForSelect(): string method getReducedDQLQueryPart (line 1370) | private function getReducedDQLQueryPart(string $queryPartName, array $... method resetDQLParts (line 1391) | public function resetDQLParts(array|null $parts = null): static method resetDQLPart (line 1409) | public function resetDQLPart(string $part): static method createNamedParameter (line 1440) | public function createNamedParameter(mixed $value, ParameterType|Array... method __toString (line 1456) | public function __toString(): string method __clone (line 1466) | public function __clone() FILE: src/Repository/DefaultRepositoryFactory.php class DefaultRepositoryFactory (line 16) | final class DefaultRepositoryFactory implements RepositoryFactory method getRepository (line 26) | public function getRepository(EntityManagerInterface $entityManager, s... method createRepository (line 39) | private function createRepository( FILE: src/Repository/Exception/InvalidFindByCall.php class InvalidFindByCall (line 10) | final class InvalidFindByCall extends LogicException implements Reposito... method fromInverseSideUsage (line 12) | public static function fromInverseSideUsage( FILE: src/Repository/Exception/InvalidMagicMethodCall.php class InvalidMagicMethodCall (line 10) | final class InvalidMagicMethodCall extends LogicException implements Rep... method becauseFieldNotFoundIn (line 12) | public static function becauseFieldNotFoundIn( method onMissingParameter (line 23) | public static function onMissingParameter(string $methodName): self FILE: src/Repository/RepositoryFactory.php type RepositoryFactory (line 13) | interface RepositoryFactory method getRepository (line 25) | public function getRepository(EntityManagerInterface $entityManager, s... FILE: src/Tools/AttachEntityListenersListener.php class AttachEntityListenersListener (line 17) | class AttachEntityListenersListener method addEntityListener (line 36) | public function addEntityListener( method loadClassMetadata (line 52) | public function loadClassMetadata(LoadClassMetadataEventArgs $event): ... FILE: src/Tools/Console/ApplicationCompatibility.php type ApplicationCompatibility (line 17) | trait ApplicationCompatibility method addCommandToApplication (line 19) | private static function addCommandToApplication(Application $applicati... FILE: src/Tools/Console/Command/AbstractEntityManagerCommand.php class AbstractEntityManagerCommand (line 12) | abstract class AbstractEntityManagerCommand extends Command method __construct (line 14) | public function __construct(private readonly EntityManagerProvider $en... method getEntityManager (line 19) | final protected function getEntityManager(InputInterface $input): Enti... FILE: src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php class CollectionRegionCommand (line 21) | class CollectionRegionCommand extends AbstractEntityManagerCommand method configure (line 23) | protected function configure(): void method execute (line 59) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/ClearCache/EntityRegionCommand.php class EntityRegionCommand (line 21) | class EntityRegionCommand extends AbstractEntityManagerCommand method configure (line 23) | protected function configure(): void method execute (line 58) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/ClearCache/MetadataCommand.php class MetadataCommand (line 19) | class MetadataCommand extends AbstractEntityManagerCommand method configure (line 21) | protected function configure(): void method execute (line 32) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/ClearCache/QueryCommand.php class QueryCommand (line 21) | class QueryCommand extends AbstractEntityManagerCommand method configure (line 23) | protected function configure(): void method execute (line 31) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/ClearCache/QueryRegionCommand.php class QueryRegionCommand (line 21) | class QueryRegionCommand extends AbstractEntityManagerCommand method configure (line 23) | protected function configure(): void method execute (line 57) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/ClearCache/ResultCommand.php class ResultCommand (line 19) | class ResultCommand extends AbstractEntityManagerCommand method configure (line 21) | protected function configure(): void method execute (line 46) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/Debug/AbstractCommand.php class AbstractCommand (line 14) | abstract class AbstractCommand extends Command method __construct (line 16) | public function __construct(private readonly ManagerRegistry $managerR... method getEntityManager (line 21) | final protected function getEntityManager(string $name): EntityManager... method getManagerRegistry (line 30) | final protected function getManagerRegistry(): ManagerRegistry FILE: src/Tools/Console/Command/Debug/DebugEntityListenersDoctrineCommand.php class DebugEntityListenersDoctrineCommand (line 27) | final class DebugEntityListenersDoctrineCommand extends AbstractCommand method configure (line 29) | protected function configure(): void method execute (line 47) | protected function execute(InputInterface $input, OutputInterface $out... method complete (line 118) | public function complete(CompletionInput $input, CompletionSuggestions... method listAllEntities (line 149) | private function listAllEntities(): array FILE: src/Tools/Console/Command/Debug/DebugEventManagerDoctrineCommand.php class DebugEventManagerDoctrineCommand (line 22) | final class DebugEventManagerDoctrineCommand extends AbstractCommand method configure (line 24) | protected function configure(): void method execute (line 46) | protected function execute(InputInterface $input, OutputInterface $out... method complete (line 94) | public function complete(CompletionInput $input, CompletionSuggestions... FILE: src/Tools/Console/Command/GenerateProxiesCommand.php class GenerateProxiesCommand (line 30) | class GenerateProxiesCommand extends AbstractEntityManagerCommand method configure (line 32) | protected function configure(): void method execute (line 43) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/InfoCommand.php class InfoCommand (line 21) | class InfoCommand extends AbstractEntityManagerCommand method configure (line 23) | protected function configure(): void method execute (line 35) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/MappingDescribeCommand.php class MappingDescribeCommand (line 51) | final class MappingDescribeCommand extends AbstractEntityManagerCommand method configure (line 53) | protected function configure(): void method execute (line 85) | protected function execute(InputInterface $input, OutputInterface $out... method complete (line 98) | public function complete(CompletionInput $input, CompletionSuggestions... method displayEntity (line 121) | private function displayEntity( method getMappedEntities (line 210) | private function getMappedEntities(EntityManagerInterface $entityManag... method getClassMetadata (line 232) | private function getClassMetadata( method formatValue (line 267) | private function formatValue(mixed $value): string method formatValueAsJson (line 304) | private function formatValueAsJson(mixed $value): mixed method formatField (line 328) | private function formatField(string $label, mixed $value): array method formatMappings (line 345) | private function formatMappings(array $propertyMappings): array method formatMappingsAsJson (line 365) | private function formatMappingsAsJson(array $propertyMappings): array method formatEntityListeners (line 384) | private function formatEntityListeners(array $entityListeners): array FILE: src/Tools/Console/Command/RunDqlCommand.php class RunDqlCommand (line 28) | class RunDqlCommand extends AbstractEntityManagerCommand method configure (line 30) | protected function configure(): void method execute (line 59) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/SchemaTool/AbstractCommand.php class AbstractCommand (line 18) | abstract class AbstractCommand extends AbstractEntityManagerCommand method executeSchemaCommand (line 21) | abstract protected function executeSchemaCommand(InputInterface $input... method execute (line 23) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/Command/SchemaTool/CreateCommand.php class CreateCommand (line 20) | class CreateCommand extends AbstractCommand method configure (line 22) | protected function configure(): void method executeSchemaCommand (line 48) | protected function executeSchemaCommand(InputInterface $input, OutputI... FILE: src/Tools/Console/Command/SchemaTool/DropCommand.php class DropCommand (line 21) | class DropCommand extends AbstractCommand method configure (line 23) | protected function configure(): void method executeSchemaCommand (line 52) | protected function executeSchemaCommand(InputInterface $input, OutputI... FILE: src/Tools/Console/Command/SchemaTool/UpdateCommand.php class UpdateCommand (line 23) | class UpdateCommand extends AbstractCommand method configure (line 27) | protected function configure(): void method executeSchemaCommand (line 75) | protected function executeSchemaCommand(InputInterface $input, OutputI... FILE: src/Tools/Console/Command/ValidateSchemaCommand.php class ValidateSchemaCommand (line 21) | class ValidateSchemaCommand extends AbstractEntityManagerCommand method configure (line 23) | protected function configure(): void method execute (line 34) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Tools/Console/ConsoleRunner.php class ConsoleRunner (line 20) | final class ConsoleRunner method run (line 29) | public static function run(EntityManagerProvider $entityManagerProvide... method createApplication (line 43) | public static function createApplication( method addCommands (line 59) | public static function addCommands(Application $cli, EntityManagerProv... FILE: src/Tools/Console/EntityManagerProvider.php type EntityManagerProvider (line 9) | interface EntityManagerProvider method getDefaultManager (line 11) | public function getDefaultManager(): EntityManagerInterface; method getManager (line 13) | public function getManager(string $name): EntityManagerInterface; FILE: src/Tools/Console/EntityManagerProvider/ConnectionFromManagerProvider.php class ConnectionFromManagerProvider (line 11) | final class ConnectionFromManagerProvider implements ConnectionProvider method __construct (line 13) | public function __construct(private readonly EntityManagerProvider $en... method getDefaultConnection (line 17) | public function getDefaultConnection(): Connection method getConnection (line 22) | public function getConnection(string $name): Connection FILE: src/Tools/Console/EntityManagerProvider/SingleManagerProvider.php class SingleManagerProvider (line 10) | final class SingleManagerProvider implements EntityManagerProvider method __construct (line 12) | public function __construct( method getDefaultManager (line 18) | public function getDefaultManager(): EntityManagerInterface method getManager (line 23) | public function getManager(string $name): EntityManagerInterface FILE: src/Tools/Console/EntityManagerProvider/UnknownManagerException.php class UnknownManagerException (line 12) | final class UnknownManagerException extends OutOfBoundsException method unknownManager (line 15) | public static function unknownManager(string $unknownManager, array $k... FILE: src/Tools/Console/MetadataFilter.php class MetadataFilter (line 24) | class MetadataFilter extends FilterIterator implements Countable method filter (line 37) | public static function filter(array $metadatas, array|string $filter):... method __construct (line 45) | public function __construct(ArrayIterator $metadata, array|string $fil... method accept (line 52) | public function accept(): bool method getInnerIterator (line 79) | public function getInnerIterator(): ArrayIterator method count (line 88) | public function count(): int FILE: src/Tools/Debug.php class Debug (line 38) | final class Debug method __construct (line 43) | private function __construct() method dump (line 55) | public static function dump(mixed $var, int $maxDepth = 2): string method export (line 90) | public static function export(mixed $var, int $maxDepth): mixed method fillReturnWithClassAttributes (line 142) | private static function fillReturnWithClassAttributes(object $var, std... FILE: src/Tools/DebugUnitOfWorkListener.php class DebugUnitOfWorkListener (line 25) | class DebugUnitOfWorkListener method __construct (line 32) | public function __construct( method onFlush (line 38) | public function onFlush(OnFlushEventArgs $args): void method dumpIdentityMap (line 46) | public function dumpIdentityMap(EntityManagerInterface $em): void method getType (line 106) | private function getType(mixed $var): string method getIdString (line 117) | private function getIdString(object $entity, UnitOfWork $uow): string FILE: src/Tools/Event/GenerateSchemaEventArgs.php class GenerateSchemaEventArgs (line 16) | class GenerateSchemaEventArgs extends EventArgs method __construct (line 18) | public function __construct( method getEntityManager (line 24) | public function getEntityManager(): EntityManagerInterface method getSchema (line 29) | public function getSchema(): Schema FILE: src/Tools/Event/GenerateSchemaTableEventArgs.php class GenerateSchemaTableEventArgs (line 17) | class GenerateSchemaTableEventArgs extends EventArgs method __construct (line 19) | public function __construct( method getClassMetadata (line 26) | public function getClassMetadata(): ClassMetadata method getSchema (line 31) | public function getSchema(): Schema method getClassTable (line 36) | public function getClassTable(): Table FILE: src/Tools/Exception/MissingColumnException.php class MissingColumnException (line 12) | final class MissingColumnException extends LogicException implements ORM... method fromColumnSourceAndTarget (line 14) | public static function fromColumnSourceAndTarget(string $column, strin... FILE: src/Tools/Exception/NotSupported.php class NotSupported (line 10) | final class NotSupported extends LogicException implements SchemaToolExc... method create (line 12) | public static function create(): self FILE: src/Tools/Pagination/CountOutputWalker.php class CountOutputWalker (line 40) | class CountOutputWalker extends SqlOutputWalker method __construct (line 48) | public function __construct(Query $query, ParserResult $parserResult, ... method createSqlForFinalizer (line 56) | protected function createSqlForFinalizer(SelectStatement $selectStatem... FILE: src/Tools/Pagination/CountWalker.php class CountWalker (line 20) | class CountWalker extends TreeWalkerAdapter method walkSelectStatement (line 27) | public function walkSelectStatement(SelectStatement $selectStatement):... FILE: src/Tools/Pagination/Exception/RowNumberOverFunctionNotEnabled.php class RowNumberOverFunctionNotEnabled (line 10) | final class RowNumberOverFunctionNotEnabled extends LogicException imple... method create (line 12) | public static function create(): self FILE: src/Tools/Pagination/LimitSubqueryOutputWalker.php class LimitSubqueryOutputWalker (line 57) | class LimitSubqueryOutputWalker extends SqlOutputWalker method __construct (line 84) | public function __construct( method platformSupportsRowNumber (line 115) | private function platformSupportsRowNumber(): bool method rebuildOrderByForRowNumber (line 129) | private function rebuildOrderByForRowNumber(SelectStatement $AST): void method walkSelectStatement (line 155) | public function walkSelectStatement(SelectStatement $selectStatement):... method getFinalizer (line 166) | public function getFinalizer(AST\DeleteStatement|AST\UpdateStatement|A... method walkSelectStatementWithRowNumber (line 187) | public function walkSelectStatementWithRowNumber(SelectStatement $AST)... method createSqlWithRowNumber (line 197) | private function createSqlWithRowNumber(SelectStatement $AST): string method walkSelectStatementWithoutRowNumber (line 244) | public function walkSelectStatementWithoutRowNumber(SelectStatement $A... method createSqlWithoutRowNumber (line 254) | private function createSqlWithoutRowNumber(SelectStatement $AST, bool ... method addMissingItemsFromOrderByToSelect (line 301) | private function addMissingItemsFromOrderByToSelect(SelectStatement $A... method preserveSqlOrdering (line 359) | private function preserveSqlOrdering( method recreateInnerSql (line 383) | private function recreateInnerSql( method generateSqlAliasReplacements (line 420) | private function generateSqlAliasReplacements(): array method getOrderByPathExpressions (line 475) | public function getOrderByPathExpressions(): array method getInnerSQL (line 484) | private function getInnerSQL(SelectStatement $AST): string method getSQLIdentifier (line 507) | private function getSQLIdentifier(SelectStatement $AST): array method walkPathExpression (line 563) | public function walkPathExpression(PathExpression $pathExpr): string method walkSubSelect (line 572) | public function walkSubSelect(Subselect $subselect): string FILE: src/Tools/Pagination/LimitSubqueryWalker.php class LimitSubqueryWalker (line 24) | class LimitSubqueryWalker extends TreeWalkerAdapter method walkSelectStatement (line 35) | public function walkSelectStatement(SelectStatement $selectStatement):... method validate (line 101) | private function validate(SelectStatement $AST): void method createSelectExpressionItem (line 143) | private function createSelectExpressionItem(PathExpression $pathExpres... FILE: src/Tools/Pagination/Paginator.php class Paginator (line 32) | class Paginator implements Countable, IteratorAggregate method __construct (line 43) | public function __construct( method getQuery (line 57) | public function getQuery(): Query method getFetchJoinCollection (line 67) | public function getFetchJoinCollection(): bool method getUseOutputWalkers (line 75) | public function getUseOutputWalkers(): bool|null method setUseOutputWalkers (line 85) | public function setUseOutputWalkers(bool|null $useOutputWalkers): static method count (line 92) | public function count(): int method getIterator (line 110) | public function getIterator(): Traversable method cloneQuery (line 157) | private function cloneQuery(Query $query): Query method useOutputWalker (line 174) | private function useOutputWalker(Query $query): bool method appendTreeWalker (line 188) | private function appendTreeWalker(Query $query, string $walkerClass): ... method getCountQuery (line 203) | private function getCountQuery(): Query method unbindUnusedQueryParams (line 244) | private function unbindUnusedQueryParams(Query $query): void method convertWhereInIdentifiersToDatabaseValues (line 267) | private function convertWhereInIdentifiersToDatabaseValues(array $iden... FILE: src/Tools/Pagination/RootTypeWalker.php class RootTypeWalker (line 28) | final class RootTypeWalker extends SqlOutputWalker method walkSelectStatement (line 30) | public function walkSelectStatement(AST\SelectStatement $selectStateme... method getFinalizer (line 52) | public function getFinalizer(AST\DeleteStatement|AST\UpdateStatement|A... FILE: src/Tools/Pagination/RowNumberOverFunction.php class RowNumberOverFunction (line 20) | class RowNumberOverFunction extends FunctionNode method getSql (line 24) | public function getSql(SqlWalker $sqlWalker): string method parse (line 36) | public function parse(Parser $parser): void FILE: src/Tools/Pagination/WhereInWalker.php class WhereInWalker (line 33) | class WhereInWalker extends TreeWalkerAdapter method walkSelectStatement (line 45) | public function walkSelectStatement(SelectStatement $selectStatement):... FILE: src/Tools/ResolveTargetEntityListener.php class ResolveTargetEntityListener (line 24) | class ResolveTargetEntityListener implements EventSubscriber method getSubscribedEvents (line 32) | public function getSubscribedEvents(): array method addResolveTargetEntity (line 45) | public function addResolveTargetEntity(string $originalEntity, string ... method onClassMetadataNotFound (line 52) | public function onClassMetadataNotFound(OnClassMetadataNotFoundEventAr... method loadClassMetadata (line 68) | public function loadClassMetadata(LoadClassMetadataEventArgs $args): void method remapAssociation (line 85) | private function remapAssociation(ClassMetadata $classMetadata, Associ... FILE: src/Tools/SchemaTool.php class SchemaTool (line 67) | class SchemaTool method __construct (line 79) | public function __construct(private readonly EntityManagerInterface $em) method createSchema (line 93) | public function createSchema(array $classes): void method getCreateSchemaSql (line 115) | public function getCreateSchemaSql(array $classes): array method processingNotRequired (line 127) | private function processingNotRequired( method getIndexColumns (line 145) | private function getIndexColumns(ClassMetadata $class, array $indexDat... method getSchemaFromMetadata (line 190) | public function getSchemaFromMetadata(array $classes): Schema method addDiscriminatorColumnDefinition (line 414) | private function addDiscriminatorColumnDefinition(ClassMetadata $class... method gatherColumns (line 441) | private function gatherColumns(ClassMetadata $class, Table $table): void method gatherColumn (line 458) | private function gatherColumn( method gatherRelationsSql (line 597) | private function gatherRelationsSql( method getDefiningClass (line 675) | private function getDefiningClass(ClassMetadata $class, string $refere... method gatherRelationJoinColumns (line 714) | private function gatherRelationJoinColumns( method gatherColumnOptions (line 849) | private function gatherColumnOptions(JoinColumnMapping|FieldMapping|Di... method dropSchema (line 879) | public function dropSchema(array $classes): void method dropDatabase (line 896) | public function dropDatabase(): void method getDropDatabaseSQL (line 911) | public function getDropDatabaseSQL(): array method getDropSchemaSQL (line 925) | public function getDropSchemaSQL(array $classes): array method updateSchema (line 979) | public function updateSchema(array $classes): void method getUpdateSchemaSql (line 996) | public function getUpdateSchemaSql(array $classes): array method createSchemaForComparison (line 1015) | private function createSchemaForComparison(Schema $toSchema): Schema method addPrimaryKeyConstraint (line 1044) | private function addPrimaryKeyConstraint(Table $table, array $primaryK... method getIndexedColumns (line 1066) | private static function getIndexedColumns(Index $index): array method getAssetName (line 1075) | private function getAssetName(AbstractAsset $asset): string FILE: src/Tools/SchemaValidator.php class SchemaValidator (line 48) | class SchemaValidator method __construct (line 68) | public function __construct( method validateMapping (line 86) | public function validateMapping(): array method validateClass (line 108) | public function validateClass(ClassMetadata $class): array method schemaInSyncWithMetadata (line 305) | public function schemaInSyncWithMetadata(): bool method getUpdateSchemaList (line 315) | public function getUpdateSchemaList(): array method validatePropertiesTypes (line 325) | private function validatePropertiesTypes(ClassMetadata $class): array method findBuiltInType (line 435) | private function findBuiltInType(Type $type): array|null FILE: src/Tools/ToolEvents.php class ToolEvents (line 7) | class ToolEvents FILE: src/Tools/ToolsException.php class ToolsException (line 14) | class ToolsException extends RuntimeException implements ORMException method schemaToolFailure (line 16) | public static function schemaToolFailure(string $sql, Throwable $e): self FILE: src/TransactionRequiredException.php class TransactionRequiredException (line 15) | class TransactionRequiredException extends LogicException implements ORM... method transactionRequired (line 17) | public static function transactionRequired(): self FILE: src/UnexpectedResultException.php class UnexpectedResultException (line 13) | class UnexpectedResultException extends RuntimeException implements ORME... FILE: src/UnitOfWork.php class UnitOfWork (line 84) | class UnitOfWork implements PropertyChangedListener method __construct (line 314) | public function __construct( method commit (line 339) | public function commit(): void method postCommitCleanup (line 476) | private function postCommitCleanup(): void method computeScheduleInsertsChangeSets (line 495) | private function computeScheduleInsertsChangeSets(): void method executeExtraUpdates (line 507) | private function executeExtraUpdates(): void method getEntityChangeSet (line 525) | public function & getEntityChangeSet(object $entity): array method computeChangeSet (line 571) | public function computeChangeSet(ClassMetadata $class, object $entity)... method computeChangeSets (line 775) | public function computeChangeSets(): void method computeAssociationChanges (line 819) | private function computeAssociationChanges(AssociationMapping $assoc, ... method persistNew (line 909) | private function persistNew(ClassMetadata $class, object $entity): void method hasMissingIdsWhichAreForeignKeys (line 944) | private function hasMissingIdsWhichAreForeignKeys(ClassMetadata $class... method recomputeSingleEntityChangeSet (line 974) | public function recomputeSingleEntityChangeSet(ClassMetadata $class, o... method executeInserts (line 1042) | private function executeInserts(): void method addToEntityIdentifiersAndEntityMap (line 1096) | private function addToEntityIdentifiersAndEntityMap( method executeUpdates (line 1125) | private function executeUpdates(): void method executeDeletions (line 1154) | private function executeDeletions(): void method computeInsertExecutionOrder (line 1201) | private function computeInsertExecutionOrder(): array method computeDeleteExecutionOrder (line 1259) | private function computeDeleteExecutionOrder(): array method scheduleForInsert (line 1379) | public function scheduleForInsert(object $entity): void method isScheduledForInsert (line 1409) | public function isScheduledForInsert(object $entity): bool method scheduleForUpdate (line 1419) | public function scheduleForUpdate(object $entity): void method scheduleExtraUpdate (line 1447) | public function scheduleExtraUpdate(object $entity, array $changeset):... method isScheduledForUpdate (line 1466) | public function isScheduledForUpdate(object $entity): bool method isScheduledForDirtyCheck (line 1474) | public function isScheduledForDirtyCheck(object $entity): bool method scheduleForDelete (line 1485) | public function scheduleForDelete(object $entity): void method isScheduledForDelete (line 1515) | public function isScheduledForDelete(object $entity): bool method isEntityScheduled (line 1523) | public function isEntityScheduled(object $entity): bool method addToIdentityMap (line 1546) | public function addToIdentityMap(object $entity): bool method getIdHashByIdentifier (line 1572) | final public static function getIdHashByIdentifier(array $identifier):... method getIdHashByEntity (line 1593) | public function getIdHashByEntity(object $entity): string method getEntityState (line 1617) | public function getEntityState(object $entity, int|null $assume = null... method removeFromIdentityMap (line 1698) | public function removeFromIdentityMap(object $entity): bool method getByIdHash (line 1727) | public function getByIdHash(string $idHash, string $rootClassName): ob... method tryGetByIdHash (line 1743) | public function tryGetByIdHash(mixed $idHash, string $rootClassName): ... method isInIdentityMap (line 1753) | public function isInIdentityMap(object $entity): bool method persist (line 1770) | public function persist(object $entity): void method doPersist (line 1788) | private function doPersist(object $entity, array &$visited): void method remove (line 1850) | public function remove(object $entity): void method doRemove (line 1868) | private function doRemove(object $entity, array &$visited): void method detach (line 1917) | public function detach(object $entity): void method doDetach (line 1930) | private function doDetach( method refresh (line 1977) | public function refresh(object $entity, LockMode|int|null $lockMode = ... method doRefresh (line 1993) | private function doRefresh(object $entity, array &$visited, LockMode|i... method cascadeRefresh (line 2032) | private function cascadeRefresh(object $entity, array &$visited, LockM... method cascadeDetach (line 2073) | private function cascadeDetach(object $entity, array &$visited): void method cascadePersist (line 2114) | private function cascadePersist(object $entity, array &$visited): void method cascadeRemove (line 2176) | private function cascadeRemove(object $entity, array &$visited): void method lock (line 2227) | public function lock(object $entity, LockMode|int $lockMode, DateTimeI... method clear (line 2280) | public function clear(): void method scheduleOrphanRemoval (line 2315) | public function scheduleOrphanRemoval(object $entity): void method cancelOrphanRemoval (line 2326) | public function cancelOrphanRemoval(object $entity): void method scheduleCollectionDeletion (line 2335) | public function scheduleCollectionDeletion(PersistentCollection $coll)... method isCollectionScheduledForDeletion (line 2346) | public function isCollectionScheduledForDeletion(PersistentCollection ... method createEntity (line 2366) | public function createEntity(string $className, array $data, array &$h... method triggerEagerLoads (line 2624) | public function triggerEagerLoads(): void method eagerLoadCollections (line 2662) | private function eagerLoadCollections(array $collections, ToManyInvers... method loadCollection (line 2722) | public function loadCollection(PersistentCollection $collection): void method scheduleCollectionForBatchLoading (line 2743) | private function scheduleCollectionForBatchLoading(PersistentCollectio... method getIdentityMap (line 2772) | public function getIdentityMap(): array method getOriginalEntityData (line 2783) | public function getOriginalEntityData(object $entity): array method setOriginalEntityData (line 2795) | public function setOriginalEntityData(object $entity, array $data): void method setOriginalEntityProperty (line 2806) | public function setOriginalEntityProperty(int $oid, string $property, ... method getEntityIdentifier (line 2819) | public function getEntityIdentifier(object $entity): array method getSingleIdentifierValue (line 2832) | public function getSingleIdentifierValue(object $entity): mixed method tryGetById (line 2857) | public function tryGetById(mixed $id, string $rootClassName): object|f... method scheduleForDirtyCheck (line 2869) | public function scheduleForDirtyCheck(object $entity): void method hasPendingInsertions (line 2879) | public function hasPendingInsertions(): bool method size (line 2888) | public function size(): int method getEntityPersister (line 2898) | public function getEntityPersister(string $entityName): EntityPersister method getCollectionPersister (line 2926) | public function getCollectionPersister(AssociationMapping $association... method registerManaged (line 2959) | public function registerManaged(object $entity, array $id, array $data... method propertyChanged (line 2977) | public function propertyChanged(object $sender, string $propertyName, ... method getScheduledEntityInsertions (line 3001) | public function getScheduledEntityInsertions(): array method getScheduledEntityUpdates (line 3011) | public function getScheduledEntityUpdates(): array method getScheduledEntityDeletions (line 3021) | public function getScheduledEntityDeletions(): array method getScheduledCollectionDeletions (line 3031) | public function getScheduledCollectionDeletions(): array method getScheduledCollectionUpdates (line 3041) | public function getScheduledCollectionUpdates(): array method initializeObject (line 3049) | public function initializeObject(object $obj): void method isUninitializedObject (line 3070) | public function isUninitializedObject(mixed $obj): bool method objToStr (line 3082) | private static function objToStr(object $obj): string method markReadOnly (line 3095) | public function markReadOnly(object $object): void method isReadOnly (line 3109) | public function isReadOnly(object $object): bool method afterTransactionComplete (line 3117) | private function afterTransactionComplete(): void method afterTransactionRolledBack (line 3127) | private function afterTransactionRolledBack(): void method performCallbackOnCachedPersister (line 3137) | private function performCallbackOnCachedPersister(callable $callback):... method dispatchOnFlushEvent (line 3150) | private function dispatchOnFlushEvent(): void method dispatchPostFlushEvent (line 3157) | private function dispatchPostFlushEvent(): void method isIdentifierEquals (line 3167) | private function isIdentifierEquals(object $entity1, object $entity2):... method assertThatThereAreNoUnintentionallyNonPersistedAssociations (line 3189) | private function assertThatThereAreNoUnintentionallyNonPersistedAssoci... method hydrationComplete (line 3208) | public function hydrationComplete(): void method convertSingleFieldIdentifierToPHPValue (line 3214) | private function convertSingleFieldIdentifierToPHPValue(ClassMetadata ... method normalizeIdentifier (line 3230) | private function normalizeIdentifier(ClassMetadata $targetClass, array... method assignPostInsertId (line 3267) | final public function assignPostInsertId(object $entity, mixed $genera... FILE: src/Utility/HierarchyDiscriminatorResolver.php class HierarchyDiscriminatorResolver (line 11) | final class HierarchyDiscriminatorResolver method __construct (line 13) | private function __construct() method resolveDiscriminatorsForClass (line 24) | public static function resolveDiscriminatorsForClass( FILE: src/Utility/IdentifierFlattener.php class IdentifierFlattener (line 20) | final class IdentifierFlattener method __construct (line 25) | public function __construct( method flattenIdentifier (line 45) | public function flattenIdentifier(ClassMetadata $class, array $id): array FILE: src/Utility/LockSqlHelper.php type LockSqlHelper (line 15) | trait LockSqlHelper method getReadLockSQL (line 17) | private function getReadLockSQL(AbstractPlatform $platform): string method getWriteLockSQL (line 26) | private function getWriteLockSQL(AbstractPlatform $platform): string FILE: src/Utility/PersisterHelper.php class PersisterHelper (line 30) | class PersisterHelper method getTypeOfField (line 37) | public static function getTypeOfField(string $fieldName, ClassMetadata... method getTypeOfColumn (line 70) | public static function getTypeOfColumn(string $columnName, ClassMetada... method inferParameterTypes (line 127) | public static function inferParameterTypes( method getArrayBindingType (line 170) | private static function getArrayBindingType(ParameterType|int|string $... method convertToParameterValue (line 189) | public static function convertToParameterValue(mixed $value, EntityMan... method convertIndividualValue (line 205) | private static function convertIndividualValue(mixed $value, EntityMan... FILE: tests/Doctrine/Tests/ORM/Functional/GH8011Test.php class GH8011Test (line 17) | #[Group('GH8011')] method setUp (line 20) | protected function setUp(): void method skipIfPostgres (line 29) | private function skipIfPostgres(string $test): void method testOrderWithArithmeticExpressionWithSingleValuedPathExpression (line 39) | public function testOrderWithArithmeticExpressionWithSingleValuedPathE... method testOrderWithArithmeticExpressionWithLiteralAndSingleValuedPathExpression (line 53) | public function testOrderWithArithmeticExpressionWithLiteralAndSingleV... method testOrderWithArithmeticExpressionWithLiteralAndSingleValuedPathExpression2 (line 67) | public function testOrderWithArithmeticExpressionWithLiteralAndSingleV... method testOrderWithArithmeticExpressionWithSingleValuedPathExpressionAndLiteral (line 81) | public function testOrderWithArithmeticExpressionWithSingleValuedPathE... method testOrderWithArithmeticExpressionWithResultVariableAndLiteral (line 95) | public function testOrderWithArithmeticExpressionWithResultVariableAnd... method testOrderWithArithmeticExpressionWithResultVariableAndLiteral2 (line 111) | public function testOrderWithArithmeticExpressionWithResultVariableAnd... method testOrderWithArithmeticExpressionWithLiteralAndResultVariable (line 127) | public function testOrderWithArithmeticExpressionWithLiteralAndResultV... method testOrderWithArithmeticExpressionWithLiteralAndResultVariable2 (line 143) | public function testOrderWithArithmeticExpressionWithLiteralAndResultV... method testOrderWithArithmeticExpressionWithResultVariableAndSingleValuedPathExpression (line 159) | public function testOrderWithArithmeticExpressionWithResultVariableAnd... method testOrderWithArithmeticExpressionWithResultVariableAndSingleValuedPathExpression2 (line 175) | public function testOrderWithArithmeticExpressionWithResultVariableAnd... method testOrderWithArithmeticExpressionWithSingleValuedPathExpressionAndResultVariable (line 191) | public function testOrderWithArithmeticExpressionWithSingleValuedPathE... method testOrderWithArithmeticExpressionWithLiteralAndResultVariableUsingHiddenResultVariable (line 207) | public function testOrderWithArithmeticExpressionWithLiteralAndResultV... method generateFixture (line 221) | public function generateFixture(): void FILE: tests/Doctrine/Tests/ORM/Functional/Ticket/GH12063Test.php class GH12063Test (line 14) | class GH12063Test extends OrmFunctionalTestCase method setUp (line 16) | protected function setUp(): void method testLoadedAssociationWithBackedEnum (line 23) | public function testLoadedAssociationWithBackedEnum(): void method testProxyAssociationWithBackedEnum (line 41) | public function testProxyAssociationWithBackedEnum(): void class GH12063Association (line 66) | #[Entity] class GH12063Entity (line 74) | #[Entity] FILE: tests/Doctrine/Tests/ORM/Functional/Ticket/LazyEagerCollectionTest.php class LazyEagerCollectionTest (line 16) | class LazyEagerCollectionTest extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testRefreshRefreshesBothLazyAndEagerCollections (line 29) | public function testRefreshRefreshesBothLazyAndEagerCollections(): void class LazyEagerCollectionUser (line 62) | #[Entity] method __construct (line 81) | public function __construct() method addPhone (line 87) | public function addPhone(LazyEagerCollectionPhone $phone): void method addAddress (line 93) | public function addAddress(LazyEagerCollectionAddress $address): void class LazyEagerCollectionPhone (line 100) | #[Entity] class LazyEagerCollectionAddress (line 115) | #[Entity] FILE: tests/Performance/ChangeSet/UnitOfWorkComputeChangesBench.php class UnitOfWorkComputeChangesBench (line 16) | final class UnitOfWorkComputeChangesBench method init (line 23) | public function init(): void method benchChangeSetComputation (line 62) | public function benchChangeSetComputation(): void FILE: tests/Performance/EntityManagerFactory.php class EntityManagerFactory (line 24) | final class EntityManagerFactory method getEntityManager (line 26) | public static function getEntityManager(array $schemaClassNames): Enti... method makeEntityManagerWithNoResultsConnection (line 51) | public static function makeEntityManagerWithNoResultsConnection(): Ent... FILE: tests/Performance/Hydration/MixedQueryFetchJoinArrayHydrationPerformanceBench.php class MixedQueryFetchJoinArrayHydrationPerformanceBench (line 17) | final class MixedQueryFetchJoinArrayHydrationPerformanceBench method init (line 25) | public function init(): void method benchHydration (line 79) | public function benchHydration(): void FILE: tests/Performance/Hydration/MixedQueryFetchJoinFullObjectHydrationPerformanceBench.php class MixedQueryFetchJoinFullObjectHydrationPerformanceBench (line 18) | final class MixedQueryFetchJoinFullObjectHydrationPerformanceBench method init (line 26) | public function init(): void method benchHydration (line 68) | public function benchHydration(): void FILE: tests/Performance/Hydration/MixedQueryFetchJoinPartialObjectHydrationPerformanceBench.php class MixedQueryFetchJoinPartialObjectHydrationPerformanceBench (line 19) | final class MixedQueryFetchJoinPartialObjectHydrationPerformanceBench method init (line 27) | public function init(): void method benchHydration (line 87) | public function benchHydration(): void FILE: tests/Performance/Hydration/SimpleHydrationBench.php class SimpleHydrationBench (line 20) | final class SimpleHydrationBench method init (line 26) | public function init(): void method benchHydration (line 55) | public function benchHydration(): void FILE: tests/Performance/Hydration/SimpleInsertPerformanceBench.php class SimpleInsertPerformanceBench (line 21) | final class SimpleInsertPerformanceBench method init (line 30) | public function init(): void method benchHydration (line 55) | public function benchHydration(): void FILE: tests/Performance/Hydration/SimpleQueryArrayHydrationPerformanceBench.php class SimpleQueryArrayHydrationPerformanceBench (line 16) | final class SimpleQueryArrayHydrationPerformanceBench method init (line 24) | public function init(): void method benchHydration (line 67) | public function benchHydration(): void FILE: tests/Performance/Hydration/SimpleQueryFullObjectHydrationPerformanceBench.php class SimpleQueryFullObjectHydrationPerformanceBench (line 17) | final class SimpleQueryFullObjectHydrationPerformanceBench method init (line 25) | public function init(): void method benchHydration (line 60) | public function benchHydration(): void FILE: tests/Performance/Hydration/SimpleQueryPartialObjectHydrationPerformanceBench.php class SimpleQueryPartialObjectHydrationPerformanceBench (line 18) | final class SimpleQueryPartialObjectHydrationPerformanceBench method init (line 26) | public function init(): void method benchHydration (line 75) | public function benchHydration(): void FILE: tests/Performance/Hydration/SimpleQueryScalarHydrationPerformanceBench.php class SimpleQueryScalarHydrationPerformanceBench (line 16) | final class SimpleQueryScalarHydrationPerformanceBench method init (line 24) | public function init(): void method benchHydration (line 67) | public function benchHydration(): void FILE: tests/Performance/Hydration/SingleTableInheritanceHydrationPerformanceBench.php class SingleTableInheritanceHydrationPerformanceBench (line 24) | final class SingleTableInheritanceHydrationPerformanceBench method init (line 34) | public function init(): void method benchHydrateFixContracts (line 87) | public function benchHydrateFixContracts(): void method benchHydrateFlexContracts (line 92) | public function benchHydrateFlexContracts(): void method benchHydrateUltraContracts (line 97) | public function benchHydrateUltraContracts(): void method benchHydrateAllContracts (line 102) | public function benchHydrateAllContracts(): void FILE: tests/Performance/Hydration/SingleTableInheritanceInsertPerformanceBench.php class SingleTableInheritanceInsertPerformanceBench (line 27) | final class SingleTableInheritanceInsertPerformanceBench method init (line 40) | public function init(): void method benchInsertFixContracts (line 80) | public function benchInsertFixContracts(): void method benchInsertFlexContracts (line 86) | public function benchInsertFlexContracts(): void method benchInsertUltraContracts (line 92) | public function benchInsertUltraContracts(): void method benchInsertAllContracts (line 98) | public function benchInsertAllContracts(): void FILE: tests/Performance/LazyLoading/ProxyInitializationTimeBench.php class ProxyInitializationTimeBench (line 15) | final class ProxyInitializationTimeBench method init (line 31) | public function init(): void method benchCmsUserInitialization (line 47) | public function benchCmsUserInitialization(): void method benchCmsEmployeeInitialization (line 54) | public function benchCmsEmployeeInitialization(): void method benchInitializationOfAlreadyInitializedCmsUsers (line 61) | public function benchInitializationOfAlreadyInitializedCmsUsers(): void method benchInitializationOfAlreadyInitializedCmsEmployees (line 68) | public function benchInitializationOfAlreadyInitializedCmsEmployees():... FILE: tests/Performance/LazyLoading/ProxyInstantiationTimeBench.php class ProxyInstantiationTimeBench (line 14) | final class ProxyInstantiationTimeBench method init (line 19) | public function init(): void method benchCmsUserInstantiation (line 24) | public function benchCmsUserInstantiation(): void method benchCmsEmployeeInstantiation (line 31) | public function benchCmsEmployeeInstantiation(): void FILE: tests/Performance/Mock/NonLoadingPersister.php class NonLoadingPersister (line 13) | class NonLoadingPersister extends BasicEntityPersister method __construct (line 15) | public function __construct( method loadById (line 21) | public function loadById(array $identifier, object|null $entity = null... FILE: tests/Performance/Mock/NonProxyLoadingEntityManager.php class NonProxyLoadingEntityManager (line 30) | class NonProxyLoadingEntityManager implements EntityManagerInterface method __construct (line 32) | public function __construct(private readonly EntityManagerInterface $r... method getProxyFactory (line 36) | public function getProxyFactory(): ProxyFactory method getMetadataFactory (line 48) | public function getMetadataFactory(): ClassMetadataFactory method getClassMetadata (line 53) | public function getClassMetadata(string $className): ClassMetadata method getUnitOfWork (line 58) | public function getUnitOfWork(): UnitOfWork method getCache (line 63) | public function getCache(): Cache|null method getConnection (line 68) | public function getConnection(): Connection method getExpressionBuilder (line 73) | public function getExpressionBuilder(): Expr method beginTransaction (line 78) | public function beginTransaction(): void method wrapInTransaction (line 83) | public function wrapInTransaction(callable $func): mixed method commit (line 88) | public function commit(): void method rollback (line 93) | public function rollback(): void method createQuery (line 98) | public function createQuery(string $dql = ''): Query method createNativeQuery (line 103) | public function createNativeQuery(string $sql, ResultSetMapping $rsm):... method createQueryBuilder (line 108) | public function createQueryBuilder(): QueryBuilder method getReference (line 113) | public function getReference(string $entityName, mixed $id): object|null method close (line 118) | public function close(): void method lock (line 123) | public function lock(object $entity, LockMode|int $lockMode, DateTimeI... method getEventManager (line 128) | public function getEventManager(): EventManager method getConfiguration (line 133) | public function getConfiguration(): Configuration method isOpen (line 138) | public function isOpen(): bool method newHydrator (line 146) | public function newHydrator($hydrationMode): AbstractHydrator method getFilters (line 151) | public function getFilters(): FilterCollection method isFiltersStateClean (line 156) | public function isFiltersStateClean(): bool method hasFilters (line 161) | public function hasFilters(): bool method find (line 166) | public function find(string $className, mixed $id, LockMode|int|null $... method persist (line 171) | public function persist(object $object): void method remove (line 176) | public function remove(object $object): void method clear (line 181) | public function clear(): void method detach (line 186) | public function detach(object $object): void method refresh (line 191) | public function refresh(object $object, LockMode|int|null $lockMode = ... method flush (line 196) | public function flush(): void method getRepository (line 201) | public function getRepository(string $className): EntityRepository method initializeObject (line 206) | public function initializeObject(object $obj): void method contains (line 211) | public function contains(object $object): bool method isUninitializedObject (line 219) | public function isUninitializedObject($value): bool FILE: tests/Performance/Mock/NonProxyLoadingUnitOfWork.php class NonProxyLoadingUnitOfWork (line 13) | class NonProxyLoadingUnitOfWork extends UnitOfWork method __construct (line 18) | public function __construct( method getEntityPersister (line 23) | public function getEntityPersister(string $entityName): NonLoadingPers... FILE: tests/Performance/Query/QueryBoundParameterProcessingBench.php class QueryBoundParameterProcessingBench (line 16) | final class QueryBoundParameterProcessingBench method init (line 22) | public function init(): void method benchExecuteParsedQueryWithInferredParameterType (line 66) | public function benchExecuteParsedQueryWithInferredParameterType(): void method benchExecuteParsedQueryWithDeclaredParameterType (line 71) | public function benchExecuteParsedQueryWithDeclaredParameterType(): void FILE: tests/StaticAnalysis/Mapping/class-metadata-constructor.php class MetadataGenerator (line 10) | class MetadataGenerator method createMetadata (line 17) | public function createMetadata(string $entityName): ClassMetadata FILE: tests/StaticAnalysis/Tools/Pagination/paginator-covariant.php class PaginatorFactory (line 10) | abstract class PaginatorFactory method __construct (line 16) | final public function __construct(string $class) method getClass (line 22) | public function getClass(): string method createPaginator (line 28) | abstract public function createPaginator(): Paginator; type Animal (line 31) | interface Animal class Cat (line 35) | class Cat implements Animal function getFirstAnimal (line 40) | function getFirstAnimal(Paginator $paginator): Animal|null function test (line 50) | function test(PaginatorFactory $catPaginatorFactory): Animal|null FILE: tests/StaticAnalysis/get-metadata.php class GetMetadata (line 16) | abstract class GetMetadata method getEntityManager (line 19) | abstract public function getEntityManager(string|object $class): Entit... method __invoke (line 28) | public function __invoke(string $class): ClassMetadata FILE: tests/Tests/DbalExtensions/Connection.php class Connection (line 13) | class Connection extends BaseConnection method __construct (line 17) | public function __construct(array $params, Driver $driver, Configurati... FILE: tests/Tests/DbalExtensions/QueryLog.php class QueryLog (line 7) | final class QueryLog method logQuery (line 14) | public function logQuery(string $sql, array|null $params = null, array... method reset (line 28) | public function reset(): self method enable (line 37) | public function enable(): self method disable (line 45) | public function disable(): self FILE: tests/Tests/DbalExtensions/SqlLogger.php class SqlLogger (line 9) | final class SqlLogger extends AbstractLogger method __construct (line 11) | public function __construct(private readonly QueryLog $queryLog) method log (line 15) | public function log($level, $message, array $context = []): void FILE: tests/Tests/DbalTypes/CustomIdObject.php class CustomIdObject (line 9) | class CustomIdObject implements Stringable method __construct (line 11) | public function __construct(public string $id) method __toString (line 15) | public function __toString(): string FILE: tests/Tests/DbalTypes/CustomIdObjectType.php class CustomIdObjectType (line 10) | class CustomIdObjectType extends Type method convertToDatabaseValue (line 17) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 25) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getSQLDeclaration (line 33) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method getName (line 38) | public function getName(): string FILE: tests/Tests/DbalTypes/CustomIntType.php class CustomIntType (line 9) | class CustomIntType extends IntegerType method getName (line 13) | public function getName(): string FILE: tests/Tests/DbalTypes/GH8565EmployeePayloadType.php class GH8565EmployeePayloadType (line 11) | class GH8565EmployeePayloadType extends JsonType method convertToPHPValue (line 15) | public function convertToPHPValue($value, AbstractPlatform $platform):... FILE: tests/Tests/DbalTypes/GH8565ManagerPayloadType.php class GH8565ManagerPayloadType (line 10) | class GH8565ManagerPayloadType extends JsonType method convertToPHPValue (line 14) | public function convertToPHPValue($value, AbstractPlatform $platform):... FILE: tests/Tests/DbalTypes/NegativeToPositiveType.php class NegativeToPositiveType (line 10) | class NegativeToPositiveType extends Type method getName (line 14) | public function getName(): string method getSQLDeclaration (line 22) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method convertToDatabaseValueSQL (line 30) | public function convertToDatabaseValueSQL($sqlExpr, AbstractPlatform $... method convertToPHPValueSQL (line 38) | public function convertToPHPValueSQL($sqlExpr, $platform): string FILE: tests/Tests/DbalTypes/Rot13Type.php class Rot13Type (line 15) | class Rot13Type extends Type method convertToDatabaseValue (line 22) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 36) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getSQLDeclaration (line 48) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method getName (line 53) | public function getName(): string FILE: tests/Tests/DbalTypes/UpperCaseStringType.php class UpperCaseStringType (line 10) | class UpperCaseStringType extends StringType method getName (line 14) | public function getName(): string method convertToDatabaseValueSQL (line 22) | public function convertToDatabaseValueSQL($sqlExpr, AbstractPlatform $... method convertToPHPValueSQL (line 30) | public function convertToPHPValueSQL($sqlExpr, $platform): string FILE: tests/Tests/EventListener/CacheMetadataListener.php class CacheMetadataListener (line 13) | class CacheMetadataListener method loadClassMetadata (line 25) | public function loadClassMetadata(LoadClassMetadataEventArgs $event): ... method isVisited (line 37) | private function isVisited(ClassMetadata $metadata): bool method recordVisit (line 42) | private function recordVisit(ClassMetadata $metadata): void method enableCaching (line 47) | protected function enableCaching(ClassMetadata $metadata, EntityManage... FILE: tests/Tests/IterableTester.php class IterableTester (line 14) | final class IterableTester method assertResultsAreTheSame (line 16) | public static function assertResultsAreTheSame(Query $query): void method iterableToArray (line 34) | public static function iterableToArray(iterable $iterable): array FILE: tests/Tests/Mocks/ArrayResultFactory.php class ArrayResultFactory (line 17) | final class ArrayResultFactory method createDriverResultFromArray (line 20) | public static function createDriverResultFromArray(array $resultSet): ... method createWrapperResultFromArray (line 35) | public static function createWrapperResultFromArray(array $resultSet, ... FILE: tests/Tests/Mocks/AttributeDriverFactory.php class AttributeDriverFactory (line 13) | final class AttributeDriverFactory method createAttributeDriver (line 16) | public static function createAttributeDriver(array $paths = []): Attri... method isClassLocatorSupported (line 30) | public static function isClassLocatorSupported(): bool FILE: tests/Tests/Mocks/CacheEntryMock.php class CacheEntryMock (line 13) | class CacheEntryMock extends ArrayObject implements CacheEntry FILE: tests/Tests/Mocks/CacheKeyMock.php class CacheKeyMock (line 14) | class CacheKeyMock extends CacheKey FILE: tests/Tests/Mocks/CacheRegionMock.php class CacheRegionMock (line 18) | class CacheRegionMock implements Region method addReturn (line 31) | public function addReturn(string $method, mixed $value): void method getReturn (line 39) | private function getReturn(string $method, mixed $default): mixed method getName (line 48) | public function getName(): string method contains (line 55) | public function contains(CacheKey $key): bool method evict (line 62) | public function evict(CacheKey $key): bool method evictAll (line 69) | public function evictAll(): bool method get (line 76) | public function get(CacheKey $key): CacheEntry|null method getMultiple (line 83) | public function getMultiple(CollectionCacheEntry $collection): array|null method put (line 90) | public function put(CacheKey $key, CacheEntry $entry, Lock|null $lock ... method clear (line 97) | public function clear(): void FILE: tests/Tests/Mocks/CompatibilityType.php type CompatibilityType (line 12) | trait CompatibilityType method getBindingType (line 14) | public function getBindingType(): int method doGetBindingType (line 19) | private function doGetBindingType(): int|ParameterType method getBindingType (line 27) | public function getBindingType(): ParameterType method doGetBindingType (line 32) | private function doGetBindingType(): int|ParameterType type CompatibilityType (line 25) | trait CompatibilityType method getBindingType (line 14) | public function getBindingType(): int method doGetBindingType (line 19) | private function doGetBindingType(): int|ParameterType method getBindingType (line 27) | public function getBindingType(): ParameterType method doGetBindingType (line 32) | private function doGetBindingType(): int|ParameterType FILE: tests/Tests/Mocks/ConcurrentRegionMock.php class ConcurrentRegionMock (line 23) | class ConcurrentRegionMock implements ConcurrentRegion method __construct (line 34) | public function __construct( method throwException (line 42) | private function throwException(string $method): void method addException (line 56) | public function addException(string $method, Exception $e): void method setLock (line 64) | public function setLock(CacheKey $key, Lock $lock): void method contains (line 69) | public function contains(CacheKey $key): bool method evict (line 82) | public function evict(CacheKey $key): bool method evictAll (line 91) | public function evictAll(): bool method get (line 100) | public function get(CacheKey $key): CacheEntry|null method getMultiple (line 113) | public function getMultiple(CollectionCacheEntry $collection): array|null method getName (line 122) | public function getName(): string method put (line 131) | public function put(CacheKey $key, CacheEntry $entry, Lock|null $lock ... method lock (line 148) | public function lock(CacheKey $key): Lock|null method unlock (line 161) | public function unlock(CacheKey $key, Lock $lock): bool FILE: tests/Tests/Mocks/CustomTreeWalkerJoin.php class CustomTreeWalkerJoin (line 17) | class CustomTreeWalkerJoin extends TreeWalkerAdapter method walkSelectStatement (line 19) | public function walkSelectStatement(SelectStatement $selectStatement):... method modifySelectStatement (line 32) | private function modifySelectStatement(SelectStatement $selectStatemen... FILE: tests/Tests/Mocks/EntityManagerMock.php class EntityManagerMock (line 18) | class EntityManagerMock extends EntityManager method __construct (line 23) | public function __construct(Connection $conn, Configuration|null $conf... method getUnitOfWork (line 34) | public function getUnitOfWork(): UnitOfWork method setUnitOfWork (line 44) | public function setUnitOfWork(UnitOfWork $uow): void method setProxyFactory (line 49) | public function setProxyFactory(ProxyFactory $proxyFactory): void method getProxyFactory (line 54) | public function getProxyFactory(): ProxyFactory FILE: tests/Tests/Mocks/EntityPersisterMock.php class EntityPersisterMock (line 14) | class EntityPersisterMock extends BasicEntityPersister method addInsert (line 29) | public function addInsert(object $entity): void method executeInserts (line 43) | public function executeInserts(): void method setMockIdGeneratorType (line 52) | public function setMockIdGeneratorType(int $genType): void method update (line 57) | public function update(object $entity): void method exists (line 62) | public function exists(object $entity, Criteria|null $extraConditions ... method delete (line 69) | public function delete(object $entity): bool method getInserts (line 76) | public function getInserts(): array method getUpdates (line 81) | public function getUpdates(): array method getDeletes (line 86) | public function getDeletes(): array method reset (line 91) | public function reset(): void method isExistsCalled (line 101) | public function isExistsCalled(): bool method countOfExecuteInsertCalls (line 107) | public function countOfExecuteInsertCalls(): int FILE: tests/Tests/Mocks/ExceptionConverterMock.php class ExceptionConverterMock (line 12) | class ExceptionConverterMock implements ExceptionConverter method convert (line 14) | public function convert(Exception $exception, Query|null $query): Driv... FILE: tests/Tests/Mocks/MetadataDriverMock.php class MetadataDriverMock (line 13) | class MetadataDriverMock implements MappingDriver method loadMetadataForClass (line 18) | public function loadMetadataForClass($className, ClassMetadata $metada... method isTransient (line 25) | public function isTransient($className): bool method getAllClassNames (line 33) | public function getAllClassNames(): array FILE: tests/Tests/Mocks/NullSqlWalker.php class NullSqlWalker (line 17) | final class NullSqlWalker extends SqlOutputWalker method walkSelectStatement (line 19) | public function walkSelectStatement(AST\SelectStatement $selectStateme... method walkUpdateStatement (line 24) | public function walkUpdateStatement(AST\UpdateStatement $updateStateme... method walkDeleteStatement (line 29) | public function walkDeleteStatement(AST\DeleteStatement $deleteStateme... method getFinalizer (line 34) | public function getFinalizer(AST\SelectStatement|AST\UpdateStatement|A... FILE: tests/Tests/Mocks/SchemaManagerMock.php class SchemaManagerMock (line 13) | class SchemaManagerMock extends AbstractSchemaManager method _getPortableTableColumnDefinition (line 18) | protected function _getPortableTableColumnDefinition($tableColumn) FILE: tests/Tests/Mocks/TimestampRegionMock.php class TimestampRegionMock (line 15) | class TimestampRegionMock extends CacheRegionMock implements TimestampRe... method update (line 17) | public function update(CacheKey $key): void FILE: tests/Tests/Mocks/UnitOfWorkMock.php class UnitOfWorkMock (line 16) | class UnitOfWorkMock extends UnitOfWork method getEntityPersister (line 21) | public function getEntityPersister(string $entityName): EntityPersister method getEntityChangeSet (line 29) | public function & getEntityChangeSet(object $entity): array method setEntityPersister (line 48) | public function setEntityPersister(string $entityName, BasicEntityPers... method setOriginalEntityData (line 56) | public function setOriginalEntityData(object $entity, array $originalD... FILE: tests/Tests/Models/AbstractFetchEager/AbstractRemoteControl.php class AbstractRemoteControl (line 11) | #[ORM\Entity] method __construct (line 30) | public function __construct(string $name) FILE: tests/Tests/Models/AbstractFetchEager/MobileRemoteControl.php class MobileRemoteControl (line 9) | #[ORM\Entity] FILE: tests/Tests/Models/AbstractFetchEager/User.php class User (line 9) | #[ORM\Entity] method __construct (line 22) | public function __construct(AbstractRemoteControl $control) FILE: tests/Tests/Models/BigIntegers/BigIntegers.php class BigIntegers (line 10) | #[ORM\Entity] FILE: tests/Tests/Models/BinaryPrimaryKey/BinaryId.php class BinaryId (line 13) | class BinaryId method __construct (line 19) | private function __construct(string $data) method new (line 24) | public static function new(): self method fromBytes (line 29) | public static function fromBytes(string $value): self method getBytes (line 34) | public function getBytes(): string method __toString (line 44) | public function __toString(): string FILE: tests/Tests/Models/BinaryPrimaryKey/BinaryIdType.php class BinaryIdType (line 13) | final class BinaryIdType extends Type method convertToPHPValue (line 19) | public function convertToPHPValue( method convertToDatabaseValue (line 34) | public function convertToDatabaseValue( method getSQLDeclaration (line 47) | public function getSQLDeclaration( method doGetBindingType (line 57) | private function doGetBindingType(): ParameterType|int method getName (line 62) | public function getName(): string FILE: tests/Tests/Models/BinaryPrimaryKey/Category.php class Category (line 16) | #[Entity] method __construct (line 33) | public function __construct( method getId (line 45) | public function getId(): BinaryId method getName (line 50) | public function getName(): string method getParent (line 55) | public function getParent(): self|null method getChildren (line 61) | public function getChildren(): ReadableCollection method addChild (line 67) | public function addChild(self $category): void FILE: tests/Tests/Models/CMS/CmsAddress.php class CmsAddress (line 14) | #[ORM\Entity] method getId (line 49) | public function getId(): int method getUser (line 54) | public function getUser(): CmsUser method getCountry (line 59) | public function getCountry(): string method getZipCode (line 64) | public function getZipCode(): string method getCity (line 69) | public function getCity(): string method setUser (line 74) | public function setUser(CmsUser $user): void method loadMetadata (line 82) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/CMS/CmsAddressDTO.php class CmsAddressDTO (line 7) | class CmsAddressDTO method __construct (line 9) | public function __construct(public string|null $country = null, public... FILE: tests/Tests/Models/CMS/CmsAddressDTONamedArgs.php class CmsAddressDTONamedArgs (line 7) | class CmsAddressDTONamedArgs method __construct (line 9) | public function __construct( FILE: tests/Tests/Models/CMS/CmsAddressListener.php class CmsAddressListener (line 11) | class CmsAddressListener method prePersist (line 16) | public function prePersist(): void method postPersist (line 21) | public function postPersist(): void method preUpdate (line 26) | public function preUpdate(): void method postUpdate (line 31) | public function postUpdate(): void method preRemove (line 36) | public function preRemove(): void method postRemove (line 41) | public function postRemove(): void method postLoad (line 46) | public function postLoad(): void method preFlush (line 51) | public function preFlush(): void method postPersistHandler (line 56) | protected function postPersistHandler(): void method prePersistHandler (line 61) | protected function prePersistHandler(): void FILE: tests/Tests/Models/CMS/CmsArticle.php class CmsArticle (line 18) | #[Table(name: 'cms_articles')] method setAuthor (line 50) | public function setAuthor(CmsUser $author): void method addComment (line 55) | public function addComment(CmsComment $comment): void FILE: tests/Tests/Models/CMS/CmsComment.php class CmsComment (line 16) | #[Table(name: 'cms_comments')] method setArticle (line 39) | public function setArticle(CmsArticle $article): void method __toString (line 44) | public function __toString(): string FILE: tests/Tests/Models/CMS/CmsDumbDTO.php class CmsDumbDTO (line 7) | class CmsDumbDTO method __construct (line 9) | public function __construct( FILE: tests/Tests/Models/CMS/CmsEmail.php class CmsEmail (line 17) | #[Table(name: 'cms_emails')] method getId (line 35) | public function getId(): int method getEmail (line 40) | public function getEmail(): string method setEmail (line 45) | public function setEmail(string $email): void method getUser (line 50) | public function getUser(): CmsUser method setUser (line 55) | public function setUser(CmsUser $user): void FILE: tests/Tests/Models/CMS/CmsEmployee.php class CmsEmployee (line 18) | #[Table(name: 'cms_employees')] method getId (line 34) | public function getId(): int method getName (line 39) | public function getName(): string method getSpouse (line 44) | public function getSpouse(): CmsEmployee|null FILE: tests/Tests/Models/CMS/CmsGroup.php class CmsGroup (line 20) | #[Table(name: 'cms_groups')] method __construct (line 38) | public function __construct() method setName (line 43) | public function setName(string $name): void method getName (line 48) | public function getName(): string method addUser (line 53) | public function addUser(CmsUser $user): void method getUsers (line 59) | public function getUsers(): Collection method getIterator (line 65) | public function getIterator(): Collection FILE: tests/Tests/Models/CMS/CmsPhonenumber.php class CmsPhonenumber (line 14) | #[Table(name: 'cms_phonenumbers')] method setUser (line 28) | public function setUser(CmsUser $user): void method getUser (line 33) | public function getUser(): CmsUser|null FILE: tests/Tests/Models/CMS/CmsTag.php class CmsTag (line 18) | #[Table(name: 'cms_tags')] method setName (line 36) | public function setName(string $name): void method getName (line 41) | public function getName(): string method addUser (line 46) | public function addUser(CmsUser $user): void method getUsers (line 52) | public function getUsers(): Collection FILE: tests/Tests/Models/CMS/CmsUser.php class CmsUser (line 22) | #[Table(name: 'cms_users')] method __construct (line 81) | public function __construct() method getId (line 89) | public function getId(): int method getStatus (line 94) | public function getStatus(): string method getUsername (line 99) | public function getUsername(): string method getName (line 104) | public function getName(): string|null method addPhonenumber (line 112) | public function addPhonenumber(CmsPhonenumber $phone): void method getPhonenumbers (line 119) | public function getPhonenumbers(): Collection method addArticle (line 124) | public function addArticle(CmsArticle $article): void method addGroup (line 130) | public function addGroup(CmsGroup $group): void method getGroups (line 137) | public function getGroups(): Collection method addTag (line 142) | public function addTag(CmsTag $tag): void method getTags (line 148) | public function getTags(): Collection method removePhonenumber (line 153) | public function removePhonenumber($index): bool method getAddress (line 166) | public function getAddress(): CmsAddress method setAddress (line 171) | public function setAddress(CmsAddress $address): void method getEmail (line 179) | public function getEmail(): CmsEmail|null method setEmail (line 184) | public function setEmail(CmsEmail|null $email = null): void method loadMetadata (line 195) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/CMS/CmsUserDTO.php class CmsUserDTO (line 7) | class CmsUserDTO method __construct (line 9) | public function __construct(public string|null $name = null, public st... FILE: tests/Tests/Models/CMS/CmsUserDTONamedArgs.php class CmsUserDTONamedArgs (line 7) | class CmsUserDTONamedArgs method __construct (line 9) | public function __construct( FILE: tests/Tests/Models/CMS/CmsUserDTOVariadicArg.php class CmsUserDTOVariadicArg (line 7) | class CmsUserDTOVariadicArg method __construct (line 15) | public function __construct(...$args) FILE: tests/Tests/Models/Cache/Action.php class Action (line 16) | #[Table('cache_action')] method __construct (line 24) | public function __construct( method addToken (line 33) | public function addToken(Token $token): void FILE: tests/Tests/Models/Cache/Address.php class Address (line 15) | #[Table('cache_client_address')] method __construct (line 30) | public function __construct( FILE: tests/Tests/Models/Cache/Attraction.php class Attraction (line 21) | #[Table('cache_attraction')] method __construct (line 39) | public function __construct( method getId (line 50) | public function getId(): int method setId (line 55) | public function setId(int $id): void method getName (line 60) | public function getName(): string method setName (line 65) | public function setName(string $name): void method getCity (line 70) | public function getCity(): City method setCity (line 75) | public function setCity(City $city): void method getInfos (line 81) | public function getInfos(): Collection method addInfo (line 86) | public function addInfo(AttractionInfo $info): void FILE: tests/Tests/Models/Cache/AttractionContactInfo.php class AttractionContactInfo (line 11) | #[Table('cache_attraction_contact_info')] method __construct (line 19) | public function __construct(string $fone, Attraction $attraction) method getFone (line 25) | public function getFone(): string method setFone (line 30) | public function setFone(string $fone): void FILE: tests/Tests/Models/Cache/AttractionInfo.php class AttractionInfo (line 18) | #[Table('cache_attraction_info')] method getId (line 37) | public function getId(): int method setId (line 42) | public function setId(int $id): void method getAttraction (line 47) | public function getAttraction(): Attraction method setAttraction (line 52) | public function setAttraction(Attraction $attraction): void FILE: tests/Tests/Models/Cache/AttractionLocationInfo.php class AttractionLocationInfo (line 11) | #[Table('cache_attraction_location_info')] method __construct (line 19) | public function __construct(string $address, Attraction $attraction) method getAddress (line 25) | public function getAddress(): string method setAddress (line 30) | public function setAddress(string $address): void FILE: tests/Tests/Models/Cache/Bar.php class Bar (line 9) | #[Entity] FILE: tests/Tests/Models/Cache/Beach.php class Beach (line 9) | #[Entity] FILE: tests/Tests/Models/Cache/City.php class City (line 12) | #[ORM\Entity] method __construct (line 33) | public function __construct( method getId (line 45) | public function getId(): int method setId (line 50) | public function setId(int $id): void method getName (line 55) | public function getName(): string method setName (line 60) | public function setName(string $name): void method getState (line 65) | public function getState(): State|null method setState (line 70) | public function setState(State $state): void method addTravel (line 75) | public function addTravel(Travel $travel): void method getTravels (line 81) | public function getTravels(): Collection method addAttraction (line 86) | public function addAttraction(Attraction $attraction): void method getAttractions (line 92) | public function getAttractions(): Collection method loadMetadata (line 97) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Cache/Client.php class Client (line 13) | #[Table('cache_client')] method __construct (line 23) | public function __construct( FILE: tests/Tests/Models/Cache/ComplexAction.php class ComplexAction (line 17) | #[Table('cache_complex_action')] method __construct (line 25) | public function __construct( method addToken (line 42) | public function addToken(Token $token): void method getAction1 (line 48) | public function getAction1(): Action method getAction2 (line 53) | public function getAction2(): Action FILE: tests/Tests/Models/Cache/Country.php class Country (line 14) | #[Table('cache_country')] method __construct (line 25) | public function __construct( method getId (line 31) | public function getId(): int method setId (line 36) | public function setId(int $id): void method getName (line 41) | public function getName(): string method setName (line 46) | public function setName(string $name): void FILE: tests/Tests/Models/Cache/Flight.php class Flight (line 16) | #[Table('cache_flight')] method __construct (line 25) | public function __construct( method getLeavingFrom (line 40) | public function getLeavingFrom(): City method getGoingTo (line 45) | public function getGoingTo(): City method getDeparture (line 50) | public function getDeparture(): DateTime method setDeparture (line 55) | public function setDeparture(DateTime $departure): void FILE: tests/Tests/Models/Cache/Login.php class Login (line 15) | #[Table('cache_login')] method __construct (line 30) | public function __construct( method getToken (line 36) | public function getToken(): Token FILE: tests/Tests/Models/Cache/Person.php class Person (line 15) | #[Table('cache_person')] method __construct (line 30) | public function __construct( FILE: tests/Tests/Models/Cache/Restaurant.php class Restaurant (line 9) | #[Entity] FILE: tests/Tests/Models/Cache/State.php class State (line 19) | #[Table('cache_state')] method __construct (line 35) | public function __construct( method getId (line 46) | public function getId(): int method setId (line 51) | public function setId(int $id): void method getName (line 56) | public function getName(): string method setName (line 61) | public function setName(string $name): void method getCountry (line 66) | public function getCountry(): Country|null method setCountry (line 71) | public function setCountry(Country $country): void method getCities (line 77) | public function getCities(): Collection method setCities (line 83) | public function setCities(Collection $cities): void method addCity (line 88) | public function addCity(City $city): void FILE: tests/Tests/Models/Cache/Token.php class Token (line 23) | #[Table('cache_token')] method __construct (line 47) | public function __construct( method addLogin (line 58) | public function addLogin(Login $login): void method getClient (line 64) | public function getClient(): Client|null method getAction (line 69) | public function getAction(): Action method getComplexAction (line 74) | public function getComplexAction(): ComplexAction FILE: tests/Tests/Models/Cache/Travel.php class Travel (line 22) | #[Table('cache_travel')] method __construct (line 45) | public function __construct( method getId (line 55) | public function getId(): int method getTraveler (line 60) | public function getTraveler(): Traveler method setTraveler (line 65) | public function setTraveler(Traveler $traveler): void method getVisitedCities (line 71) | public function getVisitedCities(): Collection method addVisitedCity (line 76) | public function addVisitedCity(City $city): void method removeVisitedCity (line 81) | public function removeVisitedCity(City $city): void method getCreatedAt (line 86) | public function getCreatedAt(): DateTime FILE: tests/Tests/Models/Cache/Traveler.php class Traveler (line 18) | #[Table('cache_traveler')] method __construct (line 39) | public function __construct( method getId (line 46) | public function getId(): int method setId (line 51) | public function setId(int $id): void method getName (line 56) | public function getName(): string method setName (line 61) | public function setName(string $name): void method getProfile (line 66) | public function getProfile(): TravelerProfile method setProfile (line 71) | public function setProfile(TravelerProfile $profile): void method getTravels (line 77) | public function getTravels(): Collection method addTravel (line 82) | public function addTravel(Travel $item): void method removeTravel (line 93) | public function removeTravel(Travel $item): void FILE: tests/Tests/Models/Cache/TravelerProfile.php class TravelerProfile (line 15) | #[Table('cache_traveler_profile')] method __construct (line 30) | public function __construct( method getId (line 36) | public function getId(): int method setId (line 41) | public function setId(int $id): void method getName (line 46) | public function getName(): string method setName (line 51) | public function setName(string $nae): void method getInfo (line 56) | public function getInfo(): TravelerProfileInfo method setInfo (line 61) | public function setInfo(TravelerProfileInfo $info): void FILE: tests/Tests/Models/Cache/TravelerProfileInfo.php class TravelerProfileInfo (line 16) | #[Table('cache_traveler_profile_info')] method __construct (line 27) | public function __construct( method getId (line 37) | public function getId(): int method setId (line 42) | public function setId(int $id): void method getDescription (line 47) | public function getDescription(): string method setDescription (line 52) | public function setDescription(string $description): void method getProfile (line 57) | public function getProfile(): TravelerProfile method setProfile (line 62) | public function setProfile(TravelerProfile $profile): void FILE: tests/Tests/Models/Company/CompanyAuction.php class CompanyAuction (line 11) | #[Table(name: 'company_auctions')] method setData (line 18) | public function setData(string $data): void method getData (line 23) | public function getData(): string FILE: tests/Tests/Models/Company/CompanyCar.php class CompanyCar (line 13) | #[Table(name: 'company_cars')] method __construct (line 22) | public function __construct( method getId (line 28) | public function getId(): int method getBrand (line 33) | public function getBrand(): string|null FILE: tests/Tests/Models/Company/CompanyContract.php class CompanyContract (line 19) | #[ORM\Entity] method __construct (line 45) | public function __construct() method getId (line 50) | public function getId(): int method markCompleted (line 55) | public function markCompleted(): void method isCompleted (line 60) | public function isCompleted(): bool method getSalesPerson (line 65) | public function getSalesPerson(): CompanyEmployee method setSalesPerson (line 70) | public function setSalesPerson(CompanyEmployee $salesPerson): void method getEngineers (line 76) | public function getEngineers(): Collection method addEngineer (line 81) | public function addEngineer(CompanyEmployee $engineer): void method removeEngineer (line 86) | public function removeEngineer(CompanyEmployee $engineer): void method calculatePrice (line 91) | abstract public function calculatePrice(): int; method loadMetadata (line 93) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Company/CompanyContractListener.php class CompanyContractListener (line 11) | class CompanyContractListener method postPersistHandler (line 37) | #[ORM\PostPersist] method prePersistHandler (line 43) | #[ORM\PrePersist] method postUpdateHandler (line 49) | #[ORM\PostUpdate] method preUpdateHandler (line 55) | #[ORM\PreUpdate] method postRemoveHandler (line 61) | #[ORM\PostRemove] method preRemoveHandler (line 67) | #[ORM\PreRemove] method preFlushHandler (line 73) | #[ORM\PreFlush] method postLoadHandler (line 79) | #[ORM\PostLoad] FILE: tests/Tests/Models/Company/CompanyEmployee.php class CompanyEmployee (line 15) | #[Table(name: 'company_employees')] method getSalary (line 36) | public function getSalary(): int method setSalary (line 41) | public function setSalary(int $salary): void method getDepartment (line 46) | public function getDepartment(): string method setDepartment (line 51) | public function setDepartment(string $dep): void method getStartDate (line 56) | public function getStartDate(): DateTime|null method setStartDate (line 61) | public function setStartDate(DateTime $date): void FILE: tests/Tests/Models/Company/CompanyEvent.php class CompanyEvent (line 18) | #[Table(name: 'company_events')] method getId (line 34) | public function getId(): int method getOrganization (line 39) | public function getOrganization(): CompanyOrganization method setOrganization (line 44) | public function setOrganization(CompanyOrganization $org): void FILE: tests/Tests/Models/Company/CompanyFixContract.php class CompanyFixContract (line 11) | #[ORM\Entity] method calculatePrice (line 17) | public function calculatePrice(): int method getFixPrice (line 22) | public function getFixPrice(): int method setFixPrice (line 27) | public function setFixPrice($fixPrice): void method loadMetadata (line 32) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Company/CompanyFlexContract.php class CompanyFlexContract (line 16) | #[ORM\Entity] method calculatePrice (line 32) | public function calculatePrice(): int method getHoursWorked (line 37) | public function getHoursWorked(): int method setHoursWorked (line 42) | public function setHoursWorked(int $hoursWorked): void method getPricePerHour (line 47) | public function getPricePerHour(): int method setPricePerHour (line 52) | public function setPricePerHour(int $pricePerHour): void method getManagers (line 58) | public function getManagers(): Collection method addManager (line 63) | public function addManager(CompanyManager $manager): void method removeManager (line 68) | public function removeManager(CompanyManager $manager): void method loadMetadata (line 73) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Company/CompanyFlexUltraContract.php class CompanyFlexUltraContract (line 14) | #[ORM\Entity] method calculatePrice (line 21) | public function calculatePrice(): int method getMaxPrice (line 26) | public function getMaxPrice(): int method setMaxPrice (line 31) | public function setMaxPrice(int $maxPrice): void method loadMetadata (line 36) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Company/CompanyFlexUltraContractListener.php class CompanyFlexUltraContractListener (line 12) | class CompanyFlexUltraContractListener method prePersistHandler1 (line 17) | #[ORM\PrePersist] method prePersistHandler2 (line 23) | #[ORM\PrePersist] FILE: tests/Tests/Models/Company/CompanyManager.php class CompanyManager (line 15) | #[Table(name: 'company_managers')] method getTitle (line 30) | public function getTitle(): string method setTitle (line 35) | public function setTitle(string $title): void method getCar (line 40) | public function getCar(): CompanyCar method setCar (line 45) | public function setCar(CompanyCar $car): void FILE: tests/Tests/Models/Company/CompanyOrganization.php class CompanyOrganization (line 17) | #[Table(name: 'company_organizations')] method getId (line 30) | public function getId(): int method getEvents (line 36) | public function getEvents(): Collection method addEvent (line 41) | public function addEvent(CompanyEvent $event): void method getMainEvent (line 51) | public function getMainEvent(): CompanyEvent|null method setMainEvent (line 56) | public function setMainEvent(CompanyEvent $event): void FILE: tests/Tests/Models/Company/CompanyPerson.php class CompanyPerson (line 27) | #[Table(name: 'company_persons')] method __construct (line 53) | public function __construct() method getId (line 58) | public function getId(): int method getName (line 63) | public function getName(): string method setName (line 68) | public function setName(string $name): void method getSpouse (line 73) | public function getSpouse(): CompanyPerson|null method getFriends (line 79) | public function getFriends(): Collection method addFriend (line 84) | public function addFriend(CompanyPerson $friend): void method setSpouse (line 92) | public function setSpouse(CompanyPerson $spouse): void method loadMetadata (line 100) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Company/CompanyRaffle.php class CompanyRaffle (line 11) | #[Table(name: 'company_raffles')] method setData (line 18) | public function setData(string $data): void method getData (line 23) | public function getData(): string FILE: tests/Tests/Models/CompositeKeyInheritance/JoinedChildClass.php class JoinedChildClass (line 11) | #[Entity] FILE: tests/Tests/Models/CompositeKeyInheritance/JoinedDerivedChildClass.php class JoinedDerivedChildClass (line 12) | #[Table(name: 'joined_derived_child')] FILE: tests/Tests/Models/CompositeKeyInheritance/JoinedDerivedIdentityClass.php class JoinedDerivedIdentityClass (line 13) | #[Table(name: 'joined_derived_identity')] FILE: tests/Tests/Models/CompositeKeyInheritance/JoinedDerivedRootClass.php class JoinedDerivedRootClass (line 16) | #[Table(name: 'joined_derived_root')] FILE: tests/Tests/Models/CompositeKeyInheritance/JoinedRootClass.php class JoinedRootClass (line 14) | #[Entity] FILE: tests/Tests/Models/CompositeKeyInheritance/SingleChildClass.php class SingleChildClass (line 11) | #[Entity] FILE: tests/Tests/Models/CompositeKeyInheritance/SingleRootClass.php class SingleRootClass (line 14) | #[Entity] FILE: tests/Tests/Models/CompositeKeyRelations/CustomerClass.php class CustomerClass (line 11) | #[Entity] FILE: tests/Tests/Models/CompositeKeyRelations/InvoiceClass.php class InvoiceClass (line 13) | #[Entity] FILE: tests/Tests/Models/CustomType/CustomIdObjectTypeChild.php class CustomIdObjectTypeChild (line 14) | #[Table(name: 'custom_id_type_child')] method __construct (line 18) | public function __construct( FILE: tests/Tests/Models/CustomType/CustomIdObjectTypeParent.php class CustomIdObjectTypeParent (line 16) | #[Table(name: 'custom_id_type_parent')] method __construct (line 24) | public function __construct( FILE: tests/Tests/Models/CustomType/CustomTypeChild.php class CustomTypeChild (line 13) | #[Table(name: 'customtype_children')] FILE: tests/Tests/Models/CustomType/CustomTypeParent.php class CustomTypeParent (line 20) | #[Table(name: 'customtype_parents')] method __construct (line 49) | public function __construct() method addMyFriend (line 55) | public function addMyFriend(CustomTypeParent $friend): void method getMyFriends (line 62) | public function getMyFriends(): Collection method addFriendWithMe (line 67) | public function addFriendWithMe(CustomTypeParent $friend): void method getFriendsWithMe (line 73) | public function getFriendsWithMe() FILE: tests/Tests/Models/CustomType/CustomTypeUpperCase.php class CustomTypeUpperCase (line 13) | #[Table(name: 'customtype_uppercases')] FILE: tests/Tests/Models/Customer/CustomerType.php class CustomerType (line 7) | class CustomerType method __construct (line 12) | public function __construct(string $name) FILE: tests/Tests/Models/Customer/ExternalCustomer.php class ExternalCustomer (line 7) | final class ExternalCustomer extends CustomerType method __construct (line 9) | public function __construct(string $name) FILE: tests/Tests/Models/Customer/InternalCustomer.php class InternalCustomer (line 7) | final class InternalCustomer extends CustomerType method __construct (line 9) | public function __construct(string $name) FILE: tests/Tests/Models/DDC117/DDC117ApproveChanges.php class DDC117ApproveChanges (line 14) | #[Entity] method __construct (line 22) | public function __construct( method getId (line 37) | public function getId(): int method getArticleDetails (line 42) | public function getArticleDetails(): DDC117ArticleDetails method getReference (line 47) | public function getReference(): DDC117Reference method getTranslation (line 52) | public function getTranslation(): DDC117Translation FILE: tests/Tests/Models/DDC117/DDC117Article.php class DDC117Article (line 16) | #[Entity] method __construct (line 39) | public function __construct( method setDetails (line 47) | public function setDetails(DDC117ArticleDetails $details): void method id (line 52) | public function id(): int method addReference (line 57) | public function addReference(DDC117Reference $reference): void method references (line 62) | public function references(): Collection method addTranslation (line 67) | public function addTranslation(string $language, string $title): void method getText (line 72) | public function getText(): string method getDetails (line 77) | public function getDetails(): DDC117ArticleDetails method getLinks (line 82) | public function getLinks(): Collection method resetText (line 87) | public function resetText(): void method getTranslations (line 92) | public function getTranslations(): Collection FILE: tests/Tests/Models/DDC117/DDC117ArticleDetails.php class DDC117ArticleDetails (line 13) | #[Entity] method __construct (line 19) | public function __construct( method update (line 32) | public function update(string $text): void method getText (line 37) | public function getText(): string FILE: tests/Tests/Models/DDC117/DDC117Editor.php class DDC117Editor (line 19) | #[Entity] method __construct (line 42) | public function __construct( method addLastTranslation (line 49) | public function addLastTranslation(DDC117Translation $t): void FILE: tests/Tests/Models/DDC117/DDC117Link.php class DDC117Link (line 15) | #[Entity] method __construct (line 18) | public function __construct( FILE: tests/Tests/Models/DDC117/DDC117Reference.php class DDC117Reference (line 14) | #[Entity] method __construct (line 32) | public function __construct( method source (line 46) | public function source(): DDC117Article method target (line 51) | public function target(): DDC117Article method setDescription (line 56) | public function setDescription(string $desc): void method getDescription (line 61) | public function getDescription(): string FILE: tests/Tests/Models/DDC117/DDC117Translation.php class DDC117Translation (line 17) | #[Entity] method __construct (line 28) | public function __construct( method getArticleId (line 44) | public function getArticleId(): int method getLanguage (line 49) | public function getLanguage(): string method getLastTranslatedBy (line 54) | public function getLastTranslatedBy(): Collection method getReviewedByEditors (line 59) | public function getReviewedByEditors(): Collection FILE: tests/Tests/Models/DDC1476/DDC1476EntityWithDefaultFieldType.php class DDC1476EntityWithDefaultFieldType (line 10) | #[ORM\Entity] method getId (line 23) | public function getId(): int method getName (line 28) | public function getName(): string method setName (line 33) | public function setName(string $name): void method loadMetadata (line 38) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC1590/DDC1590Entity.php class DDC1590Entity (line 13) | #[MappedSuperclass] method getId (line 26) | public function getId(): int method setCreatedAt (line 31) | public function setCreatedAt(DateTime $createdAt): DDC1590User method getCreatedAt (line 38) | public function getCreatedAt(): DateTime FILE: tests/Tests/Models/DDC1590/DDC1590User.php class DDC1590User (line 12) | #[Table(name: 'users')] FILE: tests/Tests/Models/DDC1872/DDC1872Bar.php class DDC1872Bar (line 11) | #[Entity] FILE: tests/Tests/Models/DDC1872/DDC1872ExampleEntityWithOverride.php class DDC1872ExampleEntityWithOverride (line 15) | #[Entity] FILE: tests/Tests/Models/DDC1872/DDC1872ExampleEntityWithoutOverride.php class DDC1872ExampleEntityWithoutOverride (line 9) | #[Entity] FILE: tests/Tests/Models/DDC1872/DDC1872ExampleTrait.php type DDC1872ExampleTrait (line 12) | trait DDC1872ExampleTrait FILE: tests/Tests/Models/DDC2372/DDC2372Address.php class DDC2372Address (line 14) | #[Table(name: 'addresses')] method getId (line 30) | public function getId(): int method getStreet (line 35) | public function getStreet(): string method setStreet (line 40) | public function setStreet(string $street): void method getUser (line 45) | public function getUser(): User method setUser (line 50) | public function setUser(User $user): void FILE: tests/Tests/Models/DDC2372/DDC2372Admin.php class DDC2372Admin (line 10) | #[Table(name: 'admins')] FILE: tests/Tests/Models/DDC2372/DDC2372User.php class DDC2372User (line 17) | #[Table(name: 'users')] method getId (line 34) | public function getId(): int method getName (line 39) | public function getName(): string method setName (line 44) | public function setName(string $name): void FILE: tests/Tests/Models/DDC2372/Traits/DDC2372AddressAndAccessors.php type DDC2372AddressAndAccessors (line 11) | trait DDC2372AddressAndAccessors method getAddress (line 18) | public function getAddress(): DDC2372Address method setAddress (line 23) | public function setAddress(DDC2372Address $address): void FILE: tests/Tests/Models/DDC2504/DDC2504ChildClass.php class DDC2504ChildClass (line 9) | #[Entity] FILE: tests/Tests/Models/DDC2504/DDC2504OtherClass.php class DDC2504OtherClass (line 15) | #[Entity] method __construct (line 31) | public function __construct() FILE: tests/Tests/Models/DDC2504/DDC2504RootClass.php class DDC2504RootClass (line 16) | #[Entity] FILE: tests/Tests/Models/DDC2825/ExplicitSchemaAndTable.php class ExplicitSchemaAndTable (line 9) | #[ORM\Entity] FILE: tests/Tests/Models/DDC2825/SchemaAndTableInTableName.php class SchemaAndTableInTableName (line 13) | #[ORM\Entity] FILE: tests/Tests/Models/DDC3231/DDC3231EntityRepository.php class DDC3231EntityRepository (line 9) | class DDC3231EntityRepository extends EntityRepository FILE: tests/Tests/Models/DDC3231/DDC3231User1.php class DDC3231User1 (line 13) | #[Table(name: 'users')] FILE: tests/Tests/Models/DDC3231/DDC3231User1NoNamespace.php class DDC3231User1NoNamespace (line 11) | #[Table(name: 'no_namespace_users')] FILE: tests/Tests/Models/DDC3231/DDC3231User2.php class DDC3231User2 (line 13) | #[Table(name: 'users2')] FILE: tests/Tests/Models/DDC3231/DDC3231User2NoNamespace.php class DDC3231User2NoNamespace (line 11) | #[Table(name: 'no_namespace_users2')] FILE: tests/Tests/Models/DDC3293/DDC3293Address.php class DDC3293Address (line 7) | class DDC3293Address FILE: tests/Tests/Models/DDC3293/DDC3293User.php class DDC3293User (line 7) | class DDC3293User FILE: tests/Tests/Models/DDC3293/DDC3293UserPrefixed.php class DDC3293UserPrefixed (line 7) | class DDC3293UserPrefixed FILE: tests/Tests/Models/DDC3346/DDC3346Article.php class DDC3346Article (line 15) | #[Table(name: 'ddc3346_articles')] FILE: tests/Tests/Models/DDC3346/DDC3346Author.php class DDC3346Author (line 15) | #[Table(name: 'ddc3346_users')] FILE: tests/Tests/Models/DDC3579/DDC3579Admin.php class DDC3579Admin (line 12) | #[Entity] method loadMetadata (line 16) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC3579/DDC3579Group.php class DDC3579Group (line 15) | #[Entity] method __construct (line 27) | public function __construct( method setName (line 34) | public function setName(string $name): void method getName (line 39) | public function getName(): string|null method addAdmin (line 44) | public function addAdmin(DDC3579Admin $admin): void method getAdmins (line 50) | public function getAdmins(): Collection FILE: tests/Tests/Models/DDC3579/DDC3579User.php class DDC3579User (line 15) | #[MappedSuperclass] method __construct (line 28) | public function __construct( method getId (line 35) | public function getId(): int method getName (line 40) | public function getName(): string method setName (line 45) | public function setName(string $name): void method addGroup (line 50) | public function addGroup(DDC3579Group $group): void method getGroups (line 56) | public function getGroups(): ArrayCollection method loadMetadata (line 61) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC3597/DDC3597Image.php class DDC3597Image (line 14) | #[Entity] method __construct (line 20) | public function __construct(string $distributionHash) method getDimension (line 27) | public function getDimension(): DDC3597Dimension FILE: tests/Tests/Models/DDC3597/DDC3597Media.php class DDC3597Media (line 13) | #[Entity] method __construct (line 22) | public function __construct( method getDistributionHash (line 28) | public function getDistributionHash(): string method getSize (line 33) | public function getSize(): int method setSize (line 38) | public function setSize(int $size): void method getFormat (line 43) | public function getFormat(): string method setFormat (line 48) | public function setFormat(string $format): void FILE: tests/Tests/Models/DDC3597/DDC3597Root.php class DDC3597Root (line 22) | #[Entity] method prePersist (line 46) | #[PrePersist] method preUpdate (line 55) | #[PreUpdate] method getId (line 61) | public function getId(): int method getCreatedAt (line 66) | public function getCreatedAt(): DateTime method getUpdatedAt (line 71) | public function getUpdatedAt(): DateTime FILE: tests/Tests/Models/DDC3597/Embeddable/DDC3597Dimension.php class DDC3597Dimension (line 13) | #[Embeddable] method __construct (line 22) | public function __construct($width = 0, $height = 0) method getWidth (line 28) | public function getWidth(): int method setWidth (line 33) | public function setWidth(int $width): void method getHeight (line 38) | public function getHeight(): int method setHeight (line 43) | public function setHeight(int $height): void FILE: tests/Tests/Models/DDC3699/DDC3699Child.php class DDC3699Child (line 15) | #[Table(name: 'ddc3699_child')] FILE: tests/Tests/Models/DDC3699/DDC3699Parent.php class DDC3699Parent (line 10) | #[MappedSuperclass] FILE: tests/Tests/Models/DDC3699/DDC3699RelationMany.php class DDC3699RelationMany (line 13) | #[Table(name: 'ddc3699_relation_many')] FILE: tests/Tests/Models/DDC3699/DDC3699RelationOne.php class DDC3699RelationOne (line 13) | #[Table(name: 'ddc3699_relation_one')] FILE: tests/Tests/Models/DDC3711/DDC3711EntityA.php class DDC3711EntityA (line 9) | class DDC3711EntityA method getId1 (line 20) | public function getId1(): mixed method setId1 (line 25) | public function setId1(mixed $id1): void method getId2 (line 30) | public function getId2(): mixed method setId2 (line 35) | public function setId2(mixed $id2): void method getEntityB (line 40) | public function getEntityB(): ArrayCollection method addEntityB (line 45) | public function addEntityB(ArrayCollection $entityB): DDC3711EntityA FILE: tests/Tests/Models/DDC3711/DDC3711EntityB.php class DDC3711EntityB (line 9) | class DDC3711EntityB method getId1 (line 18) | public function getId1(): int method setId1 (line 23) | public function setId1(int $id1): void method getId2 (line 28) | public function getId2(): int method setId2 (line 33) | public function setId2(int $id2): void method getEntityA (line 38) | public function getEntityA(): ArrayCollection method addEntityA (line 43) | public function addEntityA(ArrayCollection $entityA): void FILE: tests/Tests/Models/DDC3899/DDC3899Contract.php class DDC3899Contract (line 16) | #[Table(name: 'dc3899_contracts')] FILE: tests/Tests/Models/DDC3899/DDC3899FixContract.php class DDC3899FixContract (line 10) | #[Entity] FILE: tests/Tests/Models/DDC3899/DDC3899FlexContract.php class DDC3899FlexContract (line 10) | #[Entity] FILE: tests/Tests/Models/DDC3899/DDC3899User.php class DDC3899User (line 14) | #[Table(name: 'dc3899_users')] FILE: tests/Tests/Models/DDC4006/DDC4006User.php class DDC4006User (line 10) | #[Entity] FILE: tests/Tests/Models/DDC4006/DDC4006UserId.php class DDC4006UserId (line 12) | #[Embeddable] FILE: tests/Tests/Models/DDC5934/DDC5934BaseContract.php class DDC5934BaseContract (line 16) | #[MappedSuperclass] method __construct (line 29) | public function __construct() method loadMetadata (line 34) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC5934/DDC5934Contract.php class DDC5934Contract (line 12) | #[Entity] method loadMetadata (line 16) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC5934/DDC5934Member.php class DDC5934Member (line 10) | #[ORM\Entity] method __construct (line 17) | public function __construct() FILE: tests/Tests/Models/DDC6412/DDC6412File.php class DDC6412File (line 11) | #[Entity] FILE: tests/Tests/Models/DDC6573/DDC6573Currency.php class DDC6573Currency (line 7) | final class DDC6573Currency method __construct (line 9) | public function __construct(private readonly string $code) method getCode (line 13) | public function getCode(): string FILE: tests/Tests/Models/DDC6573/DDC6573Item.php class DDC6573Item (line 14) | #[Entity] method __construct (line 33) | public function __construct(string $name, DDC6573Money $price) method getPrice (line 40) | public function getPrice(): DDC6573Money FILE: tests/Tests/Models/DDC6573/DDC6573Money.php class DDC6573Money (line 7) | final class DDC6573Money method __construct (line 9) | public function __construct( method getAmount (line 15) | public function getAmount(): int method getCurrency (line 20) | public function getCurrency(): DDC6573Currency FILE: tests/Tests/Models/DDC753/DDC753CustomRepository.php class DDC753CustomRepository (line 9) | class DDC753CustomRepository extends EntityRepository method isCustomRepository (line 11) | public function isCustomRepository(): bool FILE: tests/Tests/Models/DDC753/DDC753DefaultRepository.php class DDC753DefaultRepository (line 9) | class DDC753DefaultRepository extends EntityRepository method isDefaultRepository (line 11) | public function isDefaultRepository(): bool FILE: tests/Tests/Models/DDC753/DDC753EntityWithCustomRepository.php class DDC753EntityWithCustomRepository (line 12) | #[Entity(repositoryClass: 'Doctrine\Tests\Models\DDC753\DDC753CustomRepo... FILE: tests/Tests/Models/DDC753/DDC753EntityWithDefaultCustomRepository.php class DDC753EntityWithDefaultCustomRepository (line 12) | #[Entity] FILE: tests/Tests/Models/DDC753/DDC753EntityWithInvalidRepository.php class DDC753EntityWithInvalidRepository (line 12) | #[Entity(repositoryClass: '\stdClass')] FILE: tests/Tests/Models/DDC753/DDC753InvalidRepository.php class DDC753InvalidRepository (line 7) | class DDC753InvalidRepository FILE: tests/Tests/Models/DDC869/DDC869ChequePayment.php class DDC869ChequePayment (line 10) | #[ORM\Entity] method loadMetadata (line 17) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC869/DDC869CreditCardPayment.php class DDC869CreditCardPayment (line 10) | #[ORM\Entity] method loadMetadata (line 17) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC869/DDC869Payment.php class DDC869Payment (line 10) | #[ORM\MappedSuperclass(repositoryClass: DDC869PaymentRepository::class)] method loadMetadata (line 23) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC869/DDC869PaymentRepository.php class DDC869PaymentRepository (line 9) | class DDC869PaymentRepository extends EntityRepository method isTrue (line 14) | public function isTrue(): bool FILE: tests/Tests/Models/DDC889/DDC889Class.php class DDC889Class (line 12) | class DDC889Class extends DDC889SuperClass method loadMetadata (line 20) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC889/DDC889Entity.php class DDC889Entity (line 10) | #[ORM\Entity] method loadMetadata (line 13) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC889/DDC889SuperClass.php class DDC889SuperClass (line 10) | #[ORM\MappedSuperclass] method loadMetadata (line 17) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC964/DDC964Address.php class DDC964Address (line 12) | #[Entity] method __construct (line 20) | public function __construct( method getId (line 32) | public function getId(): int method getCountry (line 37) | public function getCountry(): string|null method setCountry (line 42) | public function setCountry(string $country): void method getZip (line 47) | public function getZip(): string|null method setZip (line 52) | public function setZip(string $zip): void method getCity (line 57) | public function getCity(): string|null method setCity (line 62) | public function setCity(string $city): void method getStreet (line 67) | public function getStreet(): string|null method setStreet (line 72) | public function setStreet(string $street): void FILE: tests/Tests/Models/DDC964/DDC964Admin.php class DDC964Admin (line 14) | #[Entity] method loadMetadata (line 18) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC964/DDC964Group.php class DDC964Group (line 14) | #[Entity] method __construct (line 26) | public function __construct( method setName (line 33) | public function setName(string $name): void method getName (line 38) | public function getName(): string|null method addUser (line 43) | public function addUser(DDC964User $user): void method getUsers (line 49) | public function getUsers(): ArrayCollection FILE: tests/Tests/Models/DDC964/DDC964Guest.php class DDC964Guest (line 13) | #[Entity] method loadMetadata (line 17) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DDC964/DDC964User.php class DDC964User (line 20) | #[MappedSuperclass] method __construct (line 41) | public function __construct( method getId (line 48) | public function getId(): int method getName (line 53) | public function getName(): string|null method setName (line 58) | public function setName(string $name): void method addGroup (line 63) | public function addGroup(DDC964Group $group): void method getGroups (line 70) | public function getGroups(): ArrayCollection method getAddress (line 75) | public function getAddress(): DDC964Address method setAddress (line 80) | public function setAddress(DDC964Address $address): void method loadMetadata (line 85) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/DataTransferObjects/DtoWithArrayOfEnums.php class DtoWithArrayOfEnums (line 9) | final class DtoWithArrayOfEnums method __construct (line 15) | public function __construct(array $supportedUnits) FILE: tests/Tests/Models/DataTransferObjects/DtoWithEnum.php class DtoWithEnum (line 9) | final class DtoWithEnum method __construct (line 14) | public function __construct(Suit|null $suit) FILE: tests/Tests/Models/DirectoryTree/AbstractContentItem.php class AbstractContentItem (line 13) | #[MappedSuperclass] method __construct (line 37) | public function __construct( method getId (line 43) | public function getId(): int method setName (line 48) | public function setName(string $name): void method getName (line 53) | public function getName(): string method getParent (line 58) | public function getParent(): Directory method getNodeIsLoaded (line 63) | public function getNodeIsLoaded(): bool method setNodeIsLoaded (line 68) | public function setNodeIsLoaded(bool $nodeIsLoaded): void FILE: tests/Tests/Models/DirectoryTree/Directory.php class Directory (line 10) | #[Entity] method setPath (line 17) | public function setPath(string $path): void method getPath (line 22) | public function getPath(): string FILE: tests/Tests/Models/DirectoryTree/File.php class File (line 11) | #[Table(name: '`file`')] method __construct (line 19) | public function __construct(Directory|null $parent = null) method getExtension (line 24) | public function getExtension(): string method setExtension (line 29) | public function setExtension(string $ext): void FILE: tests/Tests/Models/ECommerce/ECommerceCart.php class ECommerceCart (line 24) | #[Table(name: 'ecommerce_carts')] method __construct (line 47) | public function __construct() method getId (line 52) | public function getId(): int method getPayment (line 57) | public function getPayment(): string method setPayment (line 62) | public function setPayment(string $payment): void method setCustomer (line 67) | public function setCustomer(ECommerceCustomer $customer): void method removeCustomer (line 75) | public function removeCustomer(): void method getCustomer (line 84) | public function getCustomer(): ECommerceCustomer|null method getProducts (line 90) | public function getProducts(): Collection method addProduct (line 95) | public function addProduct(ECommerceProduct $product): void method removeProduct (line 100) | public function removeProduct(ECommerceProduct $product): bool FILE: tests/Tests/Models/ECommerce/ECommerceCategory.php class ECommerceCategory (line 23) | #[Table(name: 'ecommerce_categories')] method __construct (line 47) | public function __construct() method getId (line 53) | public function getId(): int method getName (line 58) | public function getName(): string method setName (line 63) | public function setName(string $name): void method addProduct (line 68) | public function addProduct(ECommerceProduct $product): void method removeProduct (line 76) | public function removeProduct(ECommerceProduct $product): void method getProducts (line 85) | public function getProducts(): Collection method setParent (line 90) | private function setParent(ECommerceCategory $parent): void method getChildren (line 96) | public function getChildren(): Collection method getParent (line 101) | public function getParent(): ECommerceCategory|null method addChild (line 106) | public function addChild(ECommerceCategory $child): void method brokenAddChild (line 113) | public function brokenAddChild(ECommerceCategory $child): void method removeChild (line 118) | public function removeChild(ECommerceCategory $child): void method removeParent (line 126) | private function removeParent(): void FILE: tests/Tests/Models/ECommerce/ECommerceCustomer.php class ECommerceCustomer (line 19) | #[Table(name: 'ecommerce_customers')] method getId (line 43) | public function getId(): int method getName (line 48) | public function getName(): string method setName (line 53) | public function setName(string $name): void method setCart (line 58) | public function setCart(ECommerceCart $cart): void method brokenSetCart (line 67) | public function brokenSetCart(ECommerceCart $cart): void method getCart (line 72) | public function getCart(): ECommerceCart|null method removeCart (line 77) | public function removeCart(): void method setMentor (line 86) | public function setMentor(ECommerceCustomer $mentor): void method removeMentor (line 91) | public function removeMentor(): void method getMentor (line 96) | public function getMentor(): ECommerceCustomer|null FILE: tests/Tests/Models/ECommerce/ECommerceFeature.php class ECommerceFeature (line 18) | #[Table(name: 'ecommerce_features')] method getId (line 34) | public function getId(): int method getDescription (line 39) | public function getDescription(): string|null method setDescription (line 44) | public function setDescription(string $description): void method setProduct (line 49) | public function setProduct(ECommerceProduct $product): void method removeProduct (line 54) | public function removeProduct(): void method getProduct (line 63) | public function getProduct(): ECommerceProduct|null FILE: tests/Tests/Models/ECommerce/ECommerceProduct.php class ECommerceProduct (line 26) | #[Table(name: 'ecommerce_products')] method __construct (line 72) | public function __construct() method getId (line 79) | public function getId(): int method getName (line 84) | public function getName(): string method setName (line 89) | public function setName(string $name): void method getShipping (line 94) | public function getShipping(): ECommerceShipping|null method setShipping (line 99) | public function setShipping(ECommerceShipping $shipping): void method removeShipping (line 104) | public function removeShipping(): void method getFeatures (line 110) | public function getFeatures(): Collection method addFeature (line 115) | public function addFeature(ECommerceFeature $feature): void method brokenAddFeature (line 122) | public function brokenAddFeature(ECommerceFeature $feature): void method removeFeature (line 127) | public function removeFeature(ECommerceFeature $feature): bool method addCategory (line 137) | public function addCategory(ECommerceCategory $category): void method removeCategory (line 145) | public function removeCategory(ECommerceCategory $category): void method setCategories (line 154) | public function setCategories(Collection $categories): void method getCategories (line 160) | public function getCategories(): Collection method getRelated (line 166) | public function getRelated(): Collection method addRelated (line 171) | public function addRelated(ECommerceProduct $related): void method removeRelated (line 179) | public function removeRelated(ECommerceProduct $related): void method __clone (line 187) | public function __clone() method __wakeup (line 198) | public function __wakeup(): void FILE: tests/Tests/Models/ECommerce/ECommerceProduct2.php class ECommerceProduct2 (line 18) | #[Entity] method getId (line 31) | public function getId(): int|null method getName (line 36) | public function getName(): string|null method __clone (line 41) | public function __clone() FILE: tests/Tests/Models/ECommerce/ECommerceShipping.php class ECommerceShipping (line 17) | #[Table(name: 'ecommerce_shippings')] method getId (line 29) | public function getId(): int method getDays (line 34) | public function getDays(): int|string method setDays (line 39) | public function setDays(int|string $days): void FILE: tests/Tests/Models/EagerFetchedCompositeOneToMany/RootEntity.php class RootEntity (line 11) | #[ORM\Entity] method __construct (line 31) | public function __construct(int $id, string $other) method getId (line 39) | public function getId(): int|null method getOtherKey (line 44) | public function getOtherKey(): string FILE: tests/Tests/Models/EagerFetchedCompositeOneToMany/SecondLevel.php class SecondLevel (line 9) | #[ORM\Entity] method __construct (line 27) | public function __construct(RootEntity $upper) method getId (line 34) | public function getId(): int|null FILE: tests/Tests/Models/EagerFetchedCompositeOneToMany/SecondLevelWithoutCompositePrimaryKey.php class SecondLevelWithoutCompositePrimaryKey (line 9) | #[ORM\Entity] method __construct (line 22) | public function __construct(RootEntity $upper) method getId (line 27) | public function getId(): int|null FILE: tests/Tests/Models/Enums/BookCategory.php class BookCategory (line 15) | #[Entity] method __construct (line 26) | public function __construct() FILE: tests/Tests/Models/Enums/BookWithGenre.php class BookWithGenre (line 16) | #[Entity] method __construct (line 33) | public function __construct(BookGenre $genre) FILE: tests/Tests/Models/Enums/Card.php class Card (line 13) | #[Entity] method loadMetadata (line 26) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Enums/CardNativeEnum.php class CardNativeEnum (line 13) | #[Entity] FILE: tests/Tests/Models/Enums/CardWithDefault.php class CardWithDefault (line 11) | #[Entity] FILE: tests/Tests/Models/Enums/CardWithNullable.php class CardWithNullable (line 13) | #[Entity] method loadMetadata (line 26) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Enums/FaultySwitch.php class FaultySwitch (line 9) | class FaultySwitch FILE: tests/Tests/Models/Enums/Library.php class Library (line 16) | #[Entity] method __construct (line 28) | public function __construct() FILE: tests/Tests/Models/Enums/Product.php class Product (line 13) | #[Entity] FILE: tests/Tests/Models/Enums/Quantity.php class Quantity (line 10) | #[Embeddable] FILE: tests/Tests/Models/Enums/Scale.php class Scale (line 13) | #[Entity] method loadMetadata (line 26) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Enums/TypedCard.php class TypedCard (line 12) | #[Entity] FILE: tests/Tests/Models/Enums/TypedCardEnumCompositeId.php class TypedCardEnumCompositeId (line 11) | #[Entity] FILE: tests/Tests/Models/Enums/TypedCardEnumId.php class TypedCardEnumId (line 11) | #[Entity] FILE: tests/Tests/Models/Enums/TypedCardNativeEnum.php class TypedCardNativeEnum (line 13) | #[Entity] FILE: tests/Tests/Models/Forum/ForumAvatar.php class ForumAvatar (line 13) | #[Table(name: 'forum_avatars')] FILE: tests/Tests/Models/Forum/ForumBoard.php class ForumBoard (line 17) | #[Table(name: 'forum_boards')] FILE: tests/Tests/Models/Forum/ForumCategory.php class ForumCategory (line 14) | #[Table(name: 'forum_categories')] method getId (line 34) | public function getId(): int FILE: tests/Tests/Models/Forum/ForumEntry.php class ForumEntry (line 13) | #[Table(name: 'forum_entries')] method getTopicByReference (line 26) | public function &getTopicByReference(): string FILE: tests/Tests/Models/Forum/ForumUser.php class ForumUser (line 15) | #[Table(name: 'forum_users')] method getId (line 34) | public function getId(): int method getUsername (line 39) | public function getUsername(): string method getAvatar (line 44) | public function getAvatar(): ForumAvatar method setAvatar (line 49) | public function setAvatar(ForumAvatar $avatar): void FILE: tests/Tests/Models/GH10132/Complex.php class Complex (line 15) | #[Entity] method __construct (line 25) | public function __construct() method getType (line 30) | public function getType(): Suit method setType (line 35) | public function setType(Suit $type): void method getComplexChildren (line 40) | public function getComplexChildren(): Collection method addComplexChild (line 45) | public function addComplexChild(ComplexChild $complexChild): void FILE: tests/Tests/Models/GH10132/ComplexChild.php class ComplexChild (line 14) | #[Entity] method setComplex (line 25) | public function setComplex(Complex $complex): void method getComplexType (line 32) | public function getComplexType(): Suit method getComplex (line 37) | public function getComplex(): Complex FILE: tests/Tests/Models/GH10334/GH10334Foo.php class GH10334Foo (line 14) | #[Entity] method __construct (line 27) | public function __construct(GH10334FooCollection $collection, GH10334P... FILE: tests/Tests/Models/GH10334/GH10334FooCollection.php class GH10334FooCollection (line 15) | #[Entity] method __construct (line 27) | public function __construct() method getFoos (line 33) | public function getFoos(): Collection FILE: tests/Tests/Models/GH10334/GH10334Product.php class GH10334Product (line 14) | #[Entity] method __construct (line 29) | public function __construct(string $name, GH10334ProductType $productT... method getProductType (line 35) | public function getProductType(): GH10334ProductType method setProductType (line 40) | public function setProductType(GH10334ProductType $productType): void FILE: tests/Tests/Models/GH10334/GH10334ProductType.php class GH10334ProductType (line 14) | #[Entity] method __construct (line 27) | public function __construct(GH10334ProductTypeId $id, float $value) method getId (line 34) | public function getId(): GH10334ProductTypeId method addProduct (line 39) | public function addProduct(GH10334Product $product): void FILE: tests/Tests/Models/GH10336/GH10336Entity.php class GH10336Entity (line 9) | #[ORM\Entity] FILE: tests/Tests/Models/GH10336/GH10336Relation.php class GH10336Relation (line 9) | #[ORM\Entity] FILE: tests/Tests/Models/GH11524/GH11524Entity.php class GH11524Entity (line 9) | #[ORM\Entity] FILE: tests/Tests/Models/GH11524/GH11524Listener.php class GH11524Listener (line 9) | class GH11524Listener method postLoad (line 11) | public function postLoad(PostloadEventArgs $eventArgs): void FILE: tests/Tests/Models/GH11524/GH11524Relation.php class GH11524Relation (line 10) | #[ORM\Entity] method setCurrentLocale (line 24) | public function setCurrentLocale(string $locale): void method getTranslation (line 29) | public function getTranslation(): string FILE: tests/Tests/Models/GH7141/GH7141Article.php class GH7141Article (line 10) | class GH7141Article method __construct (line 15) | public function __construct() FILE: tests/Tests/Models/GH7316/GH7316Article.php class GH7316Article (line 10) | class GH7316Article method __construct (line 15) | public function __construct() FILE: tests/Tests/Models/GH7717/GH7717Child.php class GH7717Child (line 9) | #[ORM\Entity] FILE: tests/Tests/Models/GH7717/GH7717Parent.php class GH7717Parent (line 10) | #[ORM\Entity] FILE: tests/Tests/Models/GH8565/GH8565Employee.php class GH8565Employee (line 12) | #[Table(name: 'gh8565_employees')] FILE: tests/Tests/Models/GH8565/GH8565Manager.php class GH8565Manager (line 12) | #[Table(name: 'gh8565_managers')] FILE: tests/Tests/Models/GH8565/GH8565Person.php class GH8565Person (line 16) | #[Table(name: 'gh8565_persons')] FILE: tests/Tests/Models/Generic/BooleanModel.php class BooleanModel (line 13) | #[Table(name: 'boolean_model')] FILE: tests/Tests/Models/Generic/DateTimeModel.php class DateTimeModel (line 13) | #[Table(name: 'date_time_model')] FILE: tests/Tests/Models/Generic/DecimalModel.php class DecimalModel (line 13) | #[Table(name: 'decimal_model')] FILE: tests/Tests/Models/Generic/NonAlphaColumnsEntity.php class NonAlphaColumnsEntity (line 13) | #[Table(name: '`not-a-simple-entity`')] method __construct (line 23) | public function __construct( FILE: tests/Tests/Models/Generic/SerializationModel.php class SerializationModel (line 13) | #[Table(name: 'serialize_model')] FILE: tests/Tests/Models/GeoNames/Admin1.php class Admin1 (line 17) | #[Table(name: 'geonames_admin1')] method __construct (line 27) | public function __construct( FILE: tests/Tests/Models/GeoNames/Admin1AlternateName.php class Admin1AlternateName (line 16) | #[Table(name: 'geonames_admin1_alternate_name')] method __construct (line 26) | public function __construct( FILE: tests/Tests/Models/GeoNames/City.php class City (line 16) | #[Table(name: 'geonames_city')] method __construct (line 39) | public function __construct( FILE: tests/Tests/Models/GeoNames/Country.php class Country (line 14) | #[Table(name: 'geonames_country')] method __construct (line 19) | public function __construct( FILE: tests/Tests/Models/Global/GlobalNamespaceModel.php class DoctrineGlobalArticle (line 15) | #[Table(name: 'articles')] class DoctrineGlobalUser (line 47) | #[Table(name: 'users')] FILE: tests/Tests/Models/Hydration/EntityWithArrayDefaultArrayValueM2M.php class EntityWithArrayDefaultArrayValueM2M (line 14) | #[Entity] FILE: tests/Tests/Models/Hydration/SimpleEntity.php class SimpleEntity (line 12) | #[Entity] FILE: tests/Tests/Models/InvalidXml.php class InvalidXml (line 7) | class InvalidXml FILE: tests/Tests/Models/Issue5989/Issue5989Employee.php class Issue5989Employee (line 11) | #[Table(name: 'issue5989_employees')] FILE: tests/Tests/Models/Issue5989/Issue5989Manager.php class Issue5989Manager (line 11) | #[Table(name: 'issue5989_managers')] FILE: tests/Tests/Models/Issue5989/Issue5989Person.php class Issue5989Person (line 16) | #[Table(name: 'issue5989_persons')] FILE: tests/Tests/Models/Issue9300/Issue9300Child.php class Issue9300Child (line 15) | #[Entity] method __construct (line 32) | public function __construct() FILE: tests/Tests/Models/Issue9300/Issue9300Parent.php class Issue9300Parent (line 12) | #[Entity] FILE: tests/Tests/Models/JoinedInheritanceType/AnotherChildClass.php class AnotherChildClass (line 9) | #[Entity] FILE: tests/Tests/Models/JoinedInheritanceType/ChildClass.php class ChildClass (line 9) | #[MappedSuperclass] FILE: tests/Tests/Models/JoinedInheritanceType/RootClass.php class RootClass (line 13) | #[Entity] FILE: tests/Tests/Models/Legacy/LegacyArticle.php class LegacyArticle (line 15) | #[Table(name: 'legacy_articles')] method setAuthor (line 38) | public function setAuthor(LegacyUser $author): void FILE: tests/Tests/Models/Legacy/LegacyCar.php class LegacyCar (line 15) | #[Table(name: 'legacy_cars')] method getDescription (line 33) | public function getDescription(): string method addUser (line 38) | public function addUser(LegacyUser $user): void method getUsers (line 44) | public function getUsers(): Collection FILE: tests/Tests/Models/Legacy/LegacyUser.php class LegacyUser (line 20) | #[Table(name: 'legacy_users')] method __construct (line 53) | public function __construct() method getId (line 60) | public function getId(): int method getUsername (line 65) | public function getUsername(): string method addArticle (line 70) | public function addArticle(LegacyArticle $article): void method addReference (line 76) | public function addReference(LegacyUserReference $reference): void method references (line 82) | public function references(): Collection method addCar (line 87) | public function addCar(LegacyCar $car): void method getCars (line 94) | public function getCars(): Collection FILE: tests/Tests/Models/Legacy/LegacyUserReference.php class LegacyUserReference (line 15) | #[Table(name: 'legacy_users_reference')] method __construct (line 32) | public function __construct( method source (line 46) | public function source(): LegacyUser method target (line 51) | public function target(): LegacyUser method setDescription (line 56) | public function setDescription(string $desc): void method getDescription (line 61) | public function getDescription(): string FILE: tests/Tests/Models/ManyToManyPersister/ChildClass.php class ChildClass (line 19) | #[Table(name: 'manytomanypersister_child')] method __construct (line 34) | public function __construct( FILE: tests/Tests/Models/ManyToManyPersister/OtherParentClass.php class OtherParentClass (line 12) | #[Table(name: 'manytomanypersister_other_parent')] method __construct (line 16) | public function __construct( FILE: tests/Tests/Models/ManyToManyPersister/ParentClass.php class ParentClass (line 15) | #[Table(name: 'manytomanypersister_parent')] method __construct (line 26) | public function __construct( FILE: tests/Tests/Models/MixedToOneIdentity/CompositeToOneKeyState.php class CompositeToOneKeyState (line 14) | #[Entity] FILE: tests/Tests/Models/MixedToOneIdentity/Country.php class Country (line 12) | #[Entity] FILE: tests/Tests/Models/Navigation/NavCountry.php class NavCountry (line 15) | #[Table(name: 'navigation_countries')] method __construct (line 28) | public function __construct( method getId (line 34) | public function getId(): int method getName (line 39) | public function getName(): string FILE: tests/Tests/Models/Navigation/NavPhotos.php class NavPhotos (line 15) | #[Table(name: 'navigation_photos')] method __construct (line 24) | public function __construct( method getId (line 34) | public function getId(): int method getPointOfInterest (line 39) | public function getPointOfInterest(): NavPointOfInterest method getFile (line 44) | public function getFile(): string FILE: tests/Tests/Models/Navigation/NavPointOfInterest.php class NavPointOfInterest (line 19) | #[Table(name: 'navigation_pois')] method __construct (line 39) | public function __construct( method getLong (line 52) | public function getLong(): int method getLat (line 57) | public function getLat(): int method getName (line 62) | public function getName(): string method getCountry (line 67) | public function getCountry(): NavCountry method addVisitor (line 72) | public function addVisitor(NavUser $user): void method getVisitors (line 78) | public function getVisitors(): Collection FILE: tests/Tests/Models/Navigation/NavTour.php class NavTour (line 19) | #[Table(name: 'navigation_tours')] method __construct (line 36) | public function __construct( method addPointOfInterest (line 43) | public function addPointOfInterest(NavPointOfInterest $poi): void method getPointOfInterests (line 48) | public function getPointOfInterests(): Collection method getName (line 53) | public function getName(): string method getId (line 58) | public function getId(): int FILE: tests/Tests/Models/Navigation/NavUser.php class NavUser (line 13) | #[Table(name: 'navigation_users')] method __construct (line 22) | public function __construct( FILE: tests/Tests/Models/NonPublicSchemaJoins/User.php class User (line 19) | #[Table(name: 'readers.user')] FILE: tests/Tests/Models/NullDefault/NullDefaultColumn.php class NullDefaultColumn (line 12) | #[Entity] FILE: tests/Tests/Models/OneToOneInverseSideLoad/InverseSide.php class InverseSide (line 14) | #[Table(name: 'one_to_one_inverse_side_load_inverse')] FILE: tests/Tests/Models/OneToOneInverseSideLoad/OwningSide.php class OwningSide (line 15) | #[Table(name: 'one_to_one_inverse_side_load_owning')] FILE: tests/Tests/Models/OneToOneInverseSideWithAssociativeIdLoad/InverseSide.php class InverseSide (line 13) | #[Entity] FILE: tests/Tests/Models/OneToOneInverseSideWithAssociativeIdLoad/InverseSideIdTarget.php class InverseSideIdTarget (line 14) | #[Entity] FILE: tests/Tests/Models/OneToOneInverseSideWithAssociativeIdLoad/OwningSide.php class OwningSide (line 15) | #[Entity] FILE: tests/Tests/Models/OneToOneSingleTableInheritance/Cat.php class Cat (line 10) | #[Entity] FILE: tests/Tests/Models/OneToOneSingleTableInheritance/LitterBox.php class LitterBox (line 13) | #[Table(name: 'one_to_one_single_table_inheritance_litter_box')] FILE: tests/Tests/Models/OneToOneSingleTableInheritance/Pet.php class Pet (line 15) | #[Table(name: 'one_to_one_single_table_inheritance_pet')] FILE: tests/Tests/Models/Pagination/Company.php class Company (line 19) | #[Table(name: 'pagination_company')] FILE: tests/Tests/Models/Pagination/Department.php class Department (line 17) | #[Table(name: 'pagination_department')] FILE: tests/Tests/Models/Pagination/Logo.php class Logo (line 18) | #[Table(name: 'pagination_logo')] FILE: tests/Tests/Models/Pagination/User.php class User (line 16) | #[Table(name: 'pagination_user')] FILE: tests/Tests/Models/Pagination/User1.php class User1 (line 10) | #[Entity] FILE: tests/Tests/Models/PersistentObject/PersistentCollectionContent.php class PersistentCollectionContent (line 13) | #[Entity] FILE: tests/Tests/Models/PersistentObject/PersistentCollectionHolder.php class PersistentCollectionHolder (line 16) | #[Entity] method __construct (line 29) | public function __construct() method addElement (line 34) | public function addElement(PersistentCollectionContent $element): void method getCollection (line 39) | public function getCollection(): Collection method getRawCollection (line 44) | public function getRawCollection(): Collection FILE: tests/Tests/Models/PersistentObject/PersistentEntity.php class PersistentEntity (line 14) | #[Entity] FILE: tests/Tests/Models/Project/Project.php class Project (line 7) | class Project method __construct (line 15) | public function __construct(string $id, string $name) FILE: tests/Tests/Models/Project/ProjectId.php class ProjectId (line 7) | class ProjectId method __construct (line 12) | public function __construct(string $id) FILE: tests/Tests/Models/Project/ProjectInvalidMapping.php class ProjectInvalidMapping (line 7) | class ProjectInvalidMapping method __construct (line 15) | public function __construct(string $id, string $name) FILE: tests/Tests/Models/Project/ProjectName.php class ProjectName (line 7) | final class ProjectName method __construct (line 12) | public function __construct(string $name) FILE: tests/Tests/Models/PropertyHooks/MappingVirtualProperty.php class MappingVirtualProperty (line 12) | #[Entity] FILE: tests/Tests/Models/PropertyHooks/User.php class User (line 12) | #[Entity] FILE: tests/Tests/Models/Quote/Address.php class Address (line 18) | #[Table(name: '`quote-address`')] method setUser (line 40) | public function setUser(User $user): void method getId (line 48) | public function getId(): int method getZip (line 53) | public function getZip(): string method getUser (line 58) | public function getUser(): User FILE: tests/Tests/Models/Quote/City.php class City (line 13) | #[Table(name: '`quote-city`')] method __construct (line 23) | public function __construct( FILE: tests/Tests/Models/Quote/FullAddress.php class FullAddress (line 11) | #[Entity] FILE: tests/Tests/Models/Quote/Group.php class Group (line 17) | #[Table(name: '`quote-group`')] method __construct (line 31) | public function __construct( FILE: tests/Tests/Models/Quote/NumericEntity.php class NumericEntity (line 13) | #[Table(name: 'table')] method __construct (line 23) | public function __construct( FILE: tests/Tests/Models/Quote/Phone.php class Phone (line 14) | #[Table(name: '`quote-phone`')] FILE: tests/Tests/Models/Quote/User.php class User (line 21) | #[Table(name: '`quote-user`')] method __construct (line 50) | public function __construct() method getPhones (line 57) | public function getPhones(): Collection method getAddress (line 62) | public function getAddress(): Address|null method getGroups (line 68) | public function getGroups(): Collection method setAddress (line 73) | public function setAddress(Address $address): void FILE: tests/Tests/Models/ReadonlyProperties/Author.php class Author (line 13) | #[Entity] method getId (line 25) | public function getId(): int method getName (line 30) | public function getName(): string FILE: tests/Tests/Models/ReadonlyProperties/Book.php class Book (line 17) | #[Entity] method __construct (line 33) | public function __construct() method getId (line 38) | public function getId(): int method getTitle (line 43) | public function getTitle(): string method getAuthors (line 49) | public function getAuthors(): array FILE: tests/Tests/Models/ReadonlyProperties/SimpleBook.php class SimpleBook (line 15) | #[Entity] method getId (line 31) | public function getId(): int method getTitle (line 36) | public function getTitle(): string method getAuthor (line 41) | public function getAuthor(): Author FILE: tests/Tests/Models/Reflection/AbstractEmbeddable.php class AbstractEmbeddable (line 10) | abstract class AbstractEmbeddable FILE: tests/Tests/Models/Reflection/ArrayObjectExtendingClass.php class ArrayObjectExtendingClass (line 12) | class ArrayObjectExtendingClass extends ArrayObject FILE: tests/Tests/Models/Reflection/ClassWithMixedProperties.php class ClassWithMixedProperties (line 7) | class ClassWithMixedProperties extends ParentClass FILE: tests/Tests/Models/Reflection/ConcreteEmbeddable.php class ConcreteEmbeddable (line 10) | class ConcreteEmbeddable extends AbstractEmbeddable FILE: tests/Tests/Models/Reflection/ParentClass.php class ParentClass (line 7) | class ParentClass FILE: tests/Tests/Models/Routing/RoutingLeg.php class RoutingLeg (line 14) | #[Entity] FILE: tests/Tests/Models/Routing/RoutingLocation.php class RoutingLocation (line 12) | #[Entity] method getName (line 25) | public function getName(): string FILE: tests/Tests/Models/Routing/RoutingRoute.php class RoutingRoute (line 20) | #[Entity] method __construct (line 42) | public function __construct() FILE: tests/Tests/Models/Routing/RoutingRouteBooking.php class RoutingRouteBooking (line 14) | #[Entity] method getPassengerName (line 32) | public function getPassengerName(): string FILE: tests/Tests/Models/StockExchange/Bond.php class Bond (line 19) | #[Table(name: 'exchange_bonds')] method __construct (line 33) | public function __construct( method getId (line 39) | public function getId(): int method addStock (line 44) | public function addStock(Stock $stock): void FILE: tests/Tests/Models/StockExchange/Market.php class Market (line 15) | #[Table(name: 'exchange_markets')] method __construct (line 28) | public function __construct( method getId (line 35) | public function getId(): int method getName (line 40) | public function getName(): string method addStock (line 45) | public function addStock(Stock $stock): void method getStock (line 50) | public function getStock(string $symbol): Stock FILE: tests/Tests/Models/StockExchange/Stock.php class Stock (line 14) | #[Table(name: 'exchange_stocks')] method __construct (line 26) | public function __construct( method getSymbol (line 40) | public function getSymbol(): string FILE: tests/Tests/Models/Taxi/Car.php class Car (line 15) | #[Table(name: 'taxi_car')] method getBrand (line 35) | public function getBrand(): string method setBrand (line 40) | public function setBrand(string $brand): void method setModel (line 45) | public function setModel(string $model): void FILE: tests/Tests/Models/Taxi/Driver.php class Driver (line 15) | #[Table(name: 'taxi_driver')] method getId (line 35) | public function getId(): int method setName (line 40) | public function setName(string $name): void FILE: tests/Tests/Models/Taxi/PaidRide.php class PaidRide (line 17) | #[Table(name: 'taxi_paid_ride')] method __construct (line 25) | public function __construct( method setFare (line 37) | public function setFare($fare): void FILE: tests/Tests/Models/Taxi/Ride.php class Ride (line 16) | #[Table(name: 'taxi_ride')] method __construct (line 20) | public function __construct( FILE: tests/Tests/Models/Tweet/Tweet.php class Tweet (line 14) | #[Table(name: 'tweet_tweet')] method setAuthor (line 32) | public function setAuthor(User $user): void FILE: tests/Tests/Models/Tweet/User.php class User (line 16) | #[Table(name: 'tweet_user')] method __construct (line 38) | public function __construct() method addTweet (line 44) | public function addTweet(Tweet $tweet): void method addUserList (line 50) | public function addUserList(UserList $userList): void FILE: tests/Tests/Models/Tweet/UserList.php class UserList (line 14) | #[Table(name: 'tweet_user_list')] FILE: tests/Tests/Models/TypedProperties/Contact.php class Contact (line 9) | #[ORM\Embeddable] FILE: tests/Tests/Models/TypedProperties/UserTyped.php class UserTyped (line 15) | #[ORM\Entity] method loadMetadata (line 61) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/TypedProperties/UserTypedWithCustomTypedField.php class UserTypedWithCustomTypedField (line 11) | #[ORM\Entity] method loadMetadata (line 26) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/Models/Upsertable/Insertable.php class Insertable (line 14) | #[Entity] method loadMetadata (line 32) | public static function loadMetadata(ClassMetadata $metadata): ClassMet... FILE: tests/Tests/Models/Upsertable/Updatable.php class Updatable (line 14) | #[Entity] method loadMetadata (line 32) | public static function loadMetadata(ClassMetadata $metadata): ClassMet... FILE: tests/Tests/Models/ValueConversionType/AuxiliaryEntity.php class AuxiliaryEntity (line 12) | #[Table(name: 'vct_auxiliary')] FILE: tests/Tests/Models/ValueConversionType/InversedManyToManyCompositeIdEntity.php class InversedManyToManyCompositeIdEntity (line 15) | #[Table(name: 'vct_inversed_manytomany_compositeid')] method __construct (line 33) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/InversedManyToManyCompositeIdForeignKeyEntity.php class InversedManyToManyCompositeIdForeignKeyEntity (line 17) | #[Table(name: 'vct_inversed_manytomany_compositeid_foreignkey')] method __construct (line 36) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/InversedManyToManyEntity.php class InversedManyToManyEntity (line 15) | #[Table(name: 'vct_inversed_manytomany')] method __construct (line 32) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/InversedManyToManyExtraLazyEntity.php class InversedManyToManyExtraLazyEntity (line 15) | #[Table(name: 'vct_inversed_manytomany_extralazy')] method __construct (line 28) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/InversedOneToManyCompositeIdEntity.php class InversedOneToManyCompositeIdEntity (line 15) | #[Table(name: 'vct_inversed_onetomany_compositeid')] method __construct (line 37) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/InversedOneToManyCompositeIdForeignKeyEntity.php class InversedOneToManyCompositeIdForeignKeyEntity (line 17) | #[Table(name: 'vct_inversed_onetomany_compositeid_foreignkey')] method __construct (line 40) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/InversedOneToManyEntity.php class InversedOneToManyEntity (line 15) | #[Table(name: 'vct_inversed_onetomany')] method __construct (line 32) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/InversedOneToManyExtraLazyEntity.php class InversedOneToManyExtraLazyEntity (line 15) | #[Table(name: 'vct_inversed_onetomany_extralazy')] method __construct (line 28) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/InversedOneToOneCompositeIdEntity.php class InversedOneToOneCompositeIdEntity (line 13) | #[Table(name: 'vct_inversed_onetoone_compositeid')] FILE: tests/Tests/Models/ValueConversionType/InversedOneToOneCompositeIdForeignKeyEntity.php class InversedOneToOneCompositeIdForeignKeyEntity (line 15) | #[Table(name: 'vct_inversed_onetoone_compositeid_foreignkey')] FILE: tests/Tests/Models/ValueConversionType/InversedOneToOneEntity.php class InversedOneToOneEntity (line 13) | #[Table(name: 'vct_inversed_onetoone')] FILE: tests/Tests/Models/ValueConversionType/OwningManyToManyCompositeIdEntity.php class OwningManyToManyCompositeIdEntity (line 18) | #[Table(name: 'vct_owning_manytomany_compositeid')] method __construct (line 35) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/OwningManyToManyCompositeIdForeignKeyEntity.php class OwningManyToManyCompositeIdForeignKeyEntity (line 18) | #[Table(name: 'vct_owning_manytomany_compositeid_foreignkey')] method __construct (line 35) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/OwningManyToManyEntity.php class OwningManyToManyEntity (line 18) | #[Table(name: 'vct_owning_manytomany')] method __construct (line 38) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/OwningManyToManyExtraLazyEntity.php class OwningManyToManyExtraLazyEntity (line 18) | #[Table(name: 'vct_owning_manytomany_extralazy')] method __construct (line 34) | public function __construct() FILE: tests/Tests/Models/ValueConversionType/OwningManyToOneCompositeIdEntity.php class OwningManyToOneCompositeIdEntity (line 14) | #[Table(name: 'vct_owning_manytoone_compositeid')] FILE: tests/Tests/Models/ValueConversionType/OwningManyToOneCompositeIdForeignKeyEntity.php class OwningManyToOneCompositeIdForeignKeyEntity (line 14) | #[Table(name: 'vct_owning_manytoone_compositeid_foreignkey')] FILE: tests/Tests/Models/ValueConversionType/OwningManyToOneEntity.php class OwningManyToOneEntity (line 14) | #[Table(name: 'vct_owning_manytoone')] FILE: tests/Tests/Models/ValueConversionType/OwningManyToOneExtraLazyEntity.php class OwningManyToOneExtraLazyEntity (line 14) | #[Table(name: 'vct_owning_manytoone_extralazy')] FILE: tests/Tests/Models/ValueConversionType/OwningManyToOneIdForeignKeyEntity.php class OwningManyToOneIdForeignKeyEntity (line 13) | #[Table(name: 'vct_owning_manytoone_foreignkey')] FILE: tests/Tests/Models/ValueConversionType/OwningOneToOneCompositeIdEntity.php class OwningOneToOneCompositeIdEntity (line 14) | #[Table(name: 'vct_owning_onetoone_compositeid')] FILE: tests/Tests/Models/ValueConversionType/OwningOneToOneCompositeIdForeignKeyEntity.php class OwningOneToOneCompositeIdForeignKeyEntity (line 15) | #[Table(name: 'vct_owning_onetoone_compositeid_foreignkey')] FILE: tests/Tests/Models/ValueConversionType/OwningOneToOneEntity.php class OwningOneToOneEntity (line 14) | #[Table(name: 'vct_owning_onetoone')] FILE: tests/Tests/Models/ValueObjects/Name.php class Name (line 7) | class Name FILE: tests/Tests/Models/ValueObjects/Person.php class Person (line 7) | class Person FILE: tests/Tests/Models/VersionedManyToOne/Article.php class Article (line 15) | #[Table(name: 'versioned_many_to_one_article')] FILE: tests/Tests/Models/VersionedManyToOne/Category.php class Category (line 14) | #[Table(name: 'versioned_many_to_one_category')] FILE: tests/Tests/Models/VersionedOneToOne/FirstRelatedEntity.php class FirstRelatedEntity (line 15) | #[Table(name: 'first_entity')] FILE: tests/Tests/Models/VersionedOneToOne/SecondRelatedEntity.php class SecondRelatedEntity (line 14) | #[Table(name: 'second_entity')] FILE: tests/Tests/ORM/AbstractQueryTest.php class AbstractQueryTest (line 15) | final class AbstractQueryTest extends TestCase method testItMakesHydrationCacheProfilesAwareOfTheResultCache (line 17) | public function testItMakesHydrationCacheProfilesAwareOfTheResultCache... method testItMakesResultCacheProfilesAwareOfTheResultCache (line 32) | public function testItMakesResultCacheProfilesAwareOfTheResultCache():... method testSettingTheResultCacheIsPossibleWithoutCallingDeprecatedMethods (line 46) | public function testSettingTheResultCacheIsPossibleWithoutCallingDepre... class TestQuery (line 59) | class TestQuery extends AbstractQuery method getSQL (line 61) | public function getSQL(): string method _doExecute (line 66) | protected function _doExecute(): Result|int method getResultCache (line 71) | public function getResultCache(): CacheItemPoolInterface|null FILE: tests/Tests/ORM/Cache/CacheConfigTest.php class CacheConfigTest (line 17) | #[CoversClass(CacheConfiguration::class)] method setUp (line 23) | protected function setUp(): void method testSetGetRegionLifetime (line 30) | public function testSetGetRegionLifetime(): void method testSetGetCacheLogger (line 43) | public function testSetGetCacheLogger(): void method testSetGetCacheFactory (line 54) | public function testSetGetCacheFactory(): void method testSetGetQueryValidator (line 65) | public function testSetGetQueryValidator(): void FILE: tests/Tests/ORM/Cache/CacheKeyTest.php class CacheKeyTest (line 13) | #[Group('DDC-2183')] method testEntityCacheKeyIdentifierCollision (line 16) | public function testEntityCacheKeyIdentifierCollision(): void method testEntityCacheKeyIdentifierType (line 24) | public function testEntityCacheKeyIdentifierType(): void method testEntityCacheKeyIdentifierOrder (line 32) | public function testEntityCacheKeyIdentifierOrder(): void method testCollectionCacheKeyIdentifierType (line 40) | public function testCollectionCacheKeyIdentifierType(): void method testCollectionCacheKeyIdentifierOrder (line 48) | public function testCollectionCacheKeyIdentifierOrder(): void method testCollectionCacheKeyIdentifierCollision (line 56) | public function testCollectionCacheKeyIdentifierCollision(): void method testCollectionCacheKeyAssociationCollision (line 64) | public function testCollectionCacheKeyAssociationCollision(): void method testConstructor (line 72) | public function testConstructor(): void FILE: tests/Tests/ORM/Cache/CacheLoggerChainTest.php class CacheLoggerChainTest (line 17) | #[Group('DDC-2183')] method setUp (line 23) | protected function setUp(): void method testGetAndSetLogger (line 31) | public function testGetAndSetLogger(): void method testEntityCacheChain (line 43) | public function testEntityCacheChain(): void method testCollectionCacheChain (line 67) | public function testCollectionCacheChain(): void method testQueryCacheChain (line 91) | public function testQueryCacheChain(): void FILE: tests/Tests/ORM/Cache/DefaultCacheFactoryTest.php class DefaultCacheFactoryTest (line 35) | #[Group('DDC-2183')] method setUp (line 42) | protected function setUp(): void method testImplementsCacheFactory (line 57) | public function testImplementsCacheFactory(): void method testBuildCachedEntityPersisterReadOnly (line 62) | public function testBuildCachedEntityPersisterReadOnly(): void method testBuildCachedEntityPersisterReadWrite (line 82) | public function testBuildCachedEntityPersisterReadWrite(): void method testBuildCachedEntityPersisterNonStrictReadWrite (line 102) | public function testBuildCachedEntityPersisterNonStrictReadWrite(): void method testBuildCachedCollectionPersisterReadOnly (line 122) | public function testBuildCachedCollectionPersisterReadOnly(): void method testBuildCachedCollectionPersisterReadWrite (line 143) | public function testBuildCachedCollectionPersisterReadWrite(): void method testBuildCachedCollectionPersisterNonStrictReadWrite (line 164) | public function testBuildCachedCollectionPersisterNonStrictReadWrite()... method testInheritedEntityCacheRegion (line 185) | public function testInheritedEntityCacheRegion(): void method testCreateNewCacheDriver (line 204) | public function testCreateNewCacheDriver(): void method testBuildCachedEntityPersisterNonStrictException (line 223) | public function testBuildCachedEntityPersisterNonStrictException(): void method testBuildCachedCollectionPersisterException (line 237) | public function testBuildCachedCollectionPersisterException(): void method testInvalidFileLockRegionDirectoryException (line 252) | public function testInvalidFileLockRegionDirectoryException(): void method testInvalidFileLockRegionDirectoryExceptionWithEmptyString (line 271) | public function testInvalidFileLockRegionDirectoryExceptionWithEmptySt... method testBuildsDefaultCacheRegionFromGenericCacheRegion (line 292) | public function testBuildsDefaultCacheRegionFromGenericCacheRegion(): ... FILE: tests/Tests/ORM/Cache/DefaultCacheTest.php class DefaultCacheTest (line 26) | #[Group('DDC-2183')] method setUp (line 32) | protected function setUp(): void method putEntityCacheEntry (line 42) | private function putEntityCacheEntry(string $className, array $identif... method putCollectionCacheEntry (line 52) | private function putCollectionCacheEntry(string $className, string $as... method testImplementsCache (line 62) | public function testImplementsCache(): void method testGetEntityCacheRegionAccess (line 67) | public function testGetEntityCacheRegionAccess(): void method testGetCollectionCacheRegionAccess (line 73) | public function testGetCollectionCacheRegionAccess(): void method testContainsEntity (line 79) | public function testContainsEntity(): void method testEvictEntity (line 93) | public function testEvictEntity(): void method testEvictEntityRegion (line 109) | public function testEvictEntityRegion(): void method testEvictEntityRegions (line 125) | public function testEvictEntityRegions(): void method testContainsCollection (line 140) | public function testContainsCollection(): void method testEvictCollection (line 158) | public function testEvictCollection(): void method testEvictCollectionRegion (line 178) | public function testEvictCollectionRegion(): void method testEvictCollectionRegions (line 198) | public function testEvictCollectionRegions(): void method testQueryCache (line 217) | public function testQueryCache(): void method testToIdentifierArrayShouldLookupForEntityIdentifier (line 239) | public function testToIdentifierArrayShouldLookupForEntityIdentifier()... FILE: tests/Tests/ORM/Cache/DefaultCollectionHydratorTest.php class DefaultCollectionHydratorTest (line 20) | #[Group('DDC-2183')] method setUp (line 25) | protected function setUp(): void method testImplementsCollectionEntryStructure (line 34) | public function testImplementsCollectionEntryStructure(): void method testLoadCacheCollection (line 39) | public function testLoadCacheCollection(): void FILE: tests/Tests/ORM/Cache/DefaultEntityHydratorTest.php class DefaultEntityHydratorTest (line 20) | #[Group('DDC-2183')] method setUp (line 26) | protected function setUp(): void method testImplementsEntityEntryStructure (line 34) | public function testImplementsEntityEntryStructure(): void method testCreateEntity (line 39) | public function testCreateEntity(): void method testLoadProxy (line 53) | public function testLoadProxy(): void method testBuildCacheEntry (line 69) | public function testBuildCacheEntry(): void method testBuildCacheEntryAssociation (line 96) | public function testBuildCacheEntryAssociation(): void method testBuildCacheEntryNonInitializedAssocProxy (line 130) | public function testBuildCacheEntryNonInitializedAssocProxy(): void method testCacheEntryWithWrongIdentifierType (line 161) | public function testCacheEntryWithWrongIdentifierType(): void FILE: tests/Tests/ORM/Cache/DefaultQueryCacheTest.php class DefaultQueryCacheTest (line 35) | #[Group('DDC-2183')] method setUp (line 42) | protected function setUp(): void method testImplementQueryCache (line 58) | public function testImplementQueryCache(): void method testGetRegion (line 63) | public function testGetRegion(): void method testClearShouldEvictRegion (line 68) | public function testClearShouldEvictRegion(): void method testPutBasicQueryResult (line 76) | public function testPutBasicQueryResult(): void method testPutToOneAssociationQueryResult (line 111) | public function testPutToOneAssociationQueryResult(): void method testPutToOneAssociation2LevelsQueryResult (line 150) | public function testPutToOneAssociation2LevelsQueryResult(): void method testPutToOneAssociationNullQueryResult (line 199) | public function testPutToOneAssociationNullQueryResult(): void method testPutToManyAssociationQueryResult (line 230) | public function testPutToManyAssociationQueryResult(): void method testGetBasicQueryResult (line 265) | public function testGetBasicQueryResult(): void method testGetWithAssociation (line 304) | public function testGetWithAssociation(): void method testGetWithAssociationCacheMiss (line 343) | public function testGetWithAssociationCacheMiss(): void method testCancelPutResultIfEntityPutFails (line 371) | public function testCancelPutResultIfEntityPutFails(): void method testCancelPutResultIfAssociationEntityPutFails (line 396) | public function testCancelPutResultIfAssociationEntityPutFails(): void method testCancelPutToManyAssociationQueryResult (line 424) | public function testCancelPutToManyAssociationQueryResult(): void method testIgnoreCacheNonGetMode (line 460) | public function testIgnoreCacheNonGetMode(): void method testIgnoreCacheNonPutMode (line 478) | public function testIgnoreCacheNonPutMode(): void method testGetShouldIgnoreOldQueryCacheEntryResult (line 499) | public function testGetShouldIgnoreOldQueryCacheEntryResult(): void method testGetShouldIgnoreNonQueryCacheEntryResult (line 530) | public function testGetShouldIgnoreNonQueryCacheEntryResult(): void method testGetShouldIgnoreMissingEntityQueryCacheEntry (line 559) | public function testGetShouldIgnoreMissingEntityQueryCacheEntry(): void method testGetAssociationValue (line 578) | public function testGetAssociationValue(): void method testScalarResultException (line 620) | public function testScalarResultException(): void method testSupportMultipleRootEntitiesException (line 633) | public function testSupportMultipleRootEntitiesException(): void method testNotCacheableEntityException (line 647) | public function testNotCacheableEntityException(): void class CacheFactoryDefaultQueryCacheTest (line 671) | class CacheFactoryDefaultQueryCacheTest extends DefaultCacheFactory method __construct (line 673) | public function __construct( method buildQueryCache (line 679) | public function buildQueryCache(EntityManagerInterface $em, string|nul... method getRegion (line 684) | public function getRegion(array $cache): CacheRegionMock method getTimestampRegion (line 689) | public function getTimestampRegion(): TimestampRegionMock FILE: tests/Tests/ORM/Cache/DefaultRegionTest.php class DefaultRegionTest (line 17) | #[Group('DDC-2183')] method createRegion (line 20) | protected function createRegion(): DefaultRegion method testGetters (line 25) | public function testGetters(): void method testSharedRegion (line 30) | public function testSharedRegion(): void method testGetMulti (line 52) | public function testGetMulti(): void method testGetMultiPreservesOrderAndKeys (line 75) | public function testGetMultiPreservesOrderAndKeys(): void method corruptedDataDoesNotLeakIntoApplicationWhenGettingSingleEntry (line 97) | #[Test] method corruptedDataDoesNotLeakIntoApplicationWhenGettingMultipleEntries (line 112) | #[Test] FILE: tests/Tests/ORM/Cache/FileLockRegionTest.php class FileLockRegionTest (line 26) | #[Group('DDC-2183')] method tearDown (line 31) | public function tearDown(): void method getFileName (line 36) | private function getFileName(FileLockRegion $region, CacheKey $key): s... method createRegion (line 43) | protected function createRegion(int $lockLifetime = 60): FileLockRegion method testGetRegionName (line 52) | public function testGetRegionName(): void method testLockAndUnlock (line 57) | public function testLockAndUnlock(): void method testLockWithExistingLock (line 81) | public function testLockWithExistingLock(): void method testUnlockWithExistingLock (line 104) | public function testUnlockWithExistingLock(): void method testPutWithExistingLock (line 133) | public function testPutWithExistingLock(): void method testLockedEvict (line 156) | public function testLockedEvict(): void method testLockedEvictAll (line 176) | public function testLockedEvictAll(): void method testLockLifetime (line 212) | public function testLockLifetime(): void method cleanTestDirectory (line 233) | private function cleanTestDirectory(string|null $path): void FILE: tests/Tests/ORM/Cache/Persister/Collection/CollectionPersisterTestCase.php class CollectionPersisterTestCase (line 22) | #[Group('DDC-2183')] method createPersister (line 29) | abstract protected function createPersister( method setUp (line 36) | protected function setUp(): void method createRegion (line 48) | protected function createRegion(): Region&MockObject method createCollection (line 53) | protected function createCollection(object $owner): PersistentCollection method createPersisterDefault (line 65) | protected function createPersisterDefault(): AbstractCollectionPersister method testImplementsEntityPersister (line 72) | public function testImplementsEntityPersister(): void method testInvokeDelete (line 81) | public function testInvokeDelete(): void method testInvokeUpdate (line 96) | public function testInvokeUpdate(): void method testInvokeCount (line 113) | public function testInvokeCount(): void method testInvokeSlice (line 129) | public function testInvokeSlice(): void method testInvokeContains (line 146) | public function testInvokeContains(): void method testInvokeContainsKey (line 163) | public function testInvokeContainsKey(): void method testInvokeGet (line 179) | public function testInvokeGet(): void FILE: tests/Tests/ORM/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersisterTest.php class NonStrictReadWriteCachedCollectionPersisterTest (line 15) | #[Group('DDC-2183')] method createPersister (line 18) | protected function createPersister( FILE: tests/Tests/ORM/Cache/Persister/Collection/ReadOnlyCachedCollectionPersisterTest.php class ReadOnlyCachedCollectionPersisterTest (line 15) | #[Group('DDC-2183')] method createPersister (line 18) | protected function createPersister( FILE: tests/Tests/ORM/Cache/Persister/Collection/ReadWriteCachedCollectionPersisterTest.php class ReadWriteCachedCollectionPersisterTest (line 21) | #[Group('DDC-2183')] method createPersister (line 24) | protected function createPersister( method createRegion (line 33) | protected function createRegion(): ConcurrentRegion&MockObject method testDeleteShouldLockItem (line 38) | public function testDeleteShouldLockItem(): void method testUpdateShouldLockItem (line 56) | public function testUpdateShouldLockItem(): void method testUpdateTransactionRollBackShouldEvictItem (line 74) | public function testUpdateTransactionRollBackShouldEvictItem(): void method testDeleteTransactionRollBackShouldEvictItem (line 98) | public function testDeleteTransactionRollBackShouldEvictItem(): void method testTransactionRollBackDeleteShouldClearQueue (line 122) | public function testTransactionRollBackDeleteShouldClearQueue(): void method testTransactionRollBackUpdateShouldClearQueue (line 152) | public function testTransactionRollBackUpdateShouldClearQueue(): void method testTransactionRollCommitDeleteShouldClearQueue (line 182) | public function testTransactionRollCommitDeleteShouldClearQueue(): void method testTransactionRollCommitUpdateShouldClearQueue (line 212) | public function testTransactionRollCommitUpdateShouldClearQueue(): void method testDeleteLockFailureShouldIgnoreQueue (line 242) | public function testDeleteLockFailureShouldIgnoreQueue(): void method testUpdateLockFailureShouldIgnoreQueue (line 265) | public function testUpdateLockFailureShouldIgnoreQueue(): void FILE: tests/Tests/ORM/Cache/Persister/Entity/EntityPersisterTestCase.php class EntityPersisterTestCase (line 26) | #[Group('DDC-2183')] method createPersister (line 33) | abstract protected function createPersister(EntityManagerInterface $em... method setUp (line 35) | protected function setUp(): void method createRegion (line 47) | protected function createRegion(): Region&MockObject method createPersisterDefault (line 52) | protected function createPersisterDefault(): AbstractEntityPersister method testImplementsEntityPersister (line 57) | public function testImplementsEntityPersister(): void method testInvokeAddInsert (line 66) | public function testInvokeAddInsert(): void method testInvokeGetInserts (line 78) | public function testInvokeGetInserts(): void method testInvokeGetSelectSQL (line 90) | public function testInvokeGetSelectSQL(): void method testInvokeGetInsertSQL (line 118) | public function testInvokeGetInsertSQL(): void method testInvokeExpandParameters (line 129) | public function testInvokeExpandParameters(): void method testInvokeExpandCriteriaParameters (line 141) | public function testInvokeExpandCriteriaParameters(): void method testInvokeSelectConditionStatementSQL (line 154) | public function testInvokeSelectConditionStatementSQL(): void method testInvokeExecuteInserts (line 172) | public function testInvokeExecuteInserts(): void method testInvokeUpdate (line 182) | public function testInvokeUpdate(): void method testInvokeDelete (line 196) | public function testInvokeDelete(): void method testInvokeGetOwningTable (line 211) | public function testInvokeGetOwningTable(): void method testInvokeLoad (line 223) | public function testInvokeLoad(): void method testInvokeLoadAll (line 254) | public function testInvokeLoadAll(): void method testInvokeLoadById (line 277) | public function testInvokeLoadById(): void method testInvokeLoadOneToOneEntity (line 290) | public function testInvokeLoadOneToOneEntity(): void method testInvokeRefresh (line 306) | public function testInvokeRefresh(): void method testInvokeLoadCriteria (line 318) | public function testInvokeLoadCriteria(): void method testInvokeGetManyToManyCollection (line 341) | public function testInvokeGetManyToManyCollection(): void method testInvokeGetOneToManyCollection (line 357) | public function testInvokeGetOneToManyCollection(): void method testInvokeLoadManyToManyCollection (line 373) | public function testInvokeLoadManyToManyCollection(): void method testInvokeLoadOneToManyCollection (line 390) | public function testInvokeLoadOneToManyCollection(): void method testInvokeLock (line 407) | public function testInvokeLock(): void method testInvokeExists (line 419) | public function testInvokeExists(): void FILE: tests/Tests/ORM/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersisterTest.php class NonStrictReadWriteCachedEntityPersisterTest (line 19) | #[Group('DDC-2183')] method createPersister (line 22) | protected function createPersister(EntityManagerInterface $em, EntityP... method testTransactionRollBackShouldClearQueue (line 27) | public function testTransactionRollBackShouldClearQueue(): void method testInsertTransactionCommitShouldPutCache (line 45) | public function testInsertTransactionCommitShouldPutCache(): void method testUpdateTransactionCommitShouldPutCache (line 80) | public function testUpdateTransactionCommitShouldPutCache(): void method testDeleteTransactionCommitShouldEvictCache (line 107) | public function testDeleteTransactionCommitShouldEvictCache(): void FILE: tests/Tests/ORM/Cache/Persister/Entity/ReadOnlyCachedEntityPersisterTest.php class ReadOnlyCachedEntityPersisterTest (line 17) | #[Group('DDC-2183')] method createPersister (line 20) | protected function createPersister(EntityManagerInterface $em, EntityP... method testInvokeUpdate (line 25) | public function testInvokeUpdate(): void FILE: tests/Tests/ORM/Cache/Persister/Entity/ReadWriteCachedEntityPersisterTest.php class ReadWriteCachedEntityPersisterTest (line 21) | #[Group('DDC-2183')] method createPersister (line 24) | protected function createPersister(EntityManagerInterface $em, EntityP... method createRegion (line 29) | protected function createRegion(): ConcurrentRegion&MockObject method testDeleteShouldLockItem (line 34) | public function testDeleteShouldLockItem(): void method testUpdateShouldLockItem (line 51) | public function testUpdateShouldLockItem(): void method testUpdateTransactionRollBackShouldEvictItem (line 68) | public function testUpdateTransactionRollBackShouldEvictItem(): void method testDeleteTransactionRollBackShouldEvictItem (line 91) | public function testDeleteTransactionRollBackShouldEvictItem(): void method testTransactionRollBackShouldClearQueue (line 113) | public function testTransactionRollBackShouldClearQueue(): void method testTransactionCommitShouldClearQueue (line 142) | public function testTransactionCommitShouldClearQueue(): void method testDeleteLockFailureShouldIgnoreQueue (line 171) | public function testDeleteLockFailureShouldIgnoreQueue(): void method testUpdateLockFailureShouldIgnoreQueue (line 193) | public function testUpdateLockFailureShouldIgnoreQueue(): void FILE: tests/Tests/ORM/Cache/RegionTestCase.php class RegionTestCase (line 19) | #[Group('DDC-2183')] method setUp (line 26) | protected function setUp(): void method createRegion (line 35) | abstract protected function createRegion(): Region; method dataProviderCacheValues (line 38) | public static function dataProviderCacheValues(): array method testPutGetContainsEvict (line 46) | #[DataProvider('dataProviderCacheValues')] method testEvictAll (line 64) | public function testEvictAll(): void FILE: tests/Tests/ORM/Cache/StatisticsCacheLoggerTest.php class StatisticsCacheLoggerTest (line 15) | #[Group('DDC-2183')] method setUp (line 20) | protected function setUp(): void method testEntityCache (line 27) | public function testEntityCache(): void method testCollectionCache (line 44) | public function testCollectionCache(): void method testQueryCache (line 61) | public function testQueryCache(): void method testMultipleCaches (line 78) | public function testMultipleCaches(): void FILE: tests/Tests/ORM/ConfigurationTest.php class ConfigurationTest (line 29) | class ConfigurationTest extends TestCase method setUp (line 35) | protected function setUp(): void method testSetGetProxyDir (line 42) | #[IgnoreDeprecations] method testSetGetAutoGenerateProxyClasses (line 51) | #[IgnoreDeprecations] method testSetGetProxyNamespace (line 66) | #[IgnoreDeprecations] method testSetGetMetadataDriverImpl (line 75) | public function testSetGetMetadataDriverImpl(): void method testSetGetQueryCache (line 84) | public function testSetGetQueryCache(): void method testSetGetHydrationCache (line 92) | public function testSetGetHydrationCache(): void method testSetGetMetadataCache (line 100) | public function testSetGetMetadataCache(): void method testAddGetCustomStringFunction (line 108) | public function testAddGetCustomStringFunction(): void method testAddGetCustomNumericFunction (line 117) | public function testAddGetCustomNumericFunction(): void method testAddGetCustomDatetimeFunction (line 126) | public function testAddGetCustomDatetimeFunction(): void method testAddGetCustomHydrationMode (line 135) | public function testAddGetCustomHydrationMode(): void method testSetCustomHydrationModes (line 142) | public function testSetCustomHydrationModes(): void method testSetGetClassMetadataFactoryName (line 155) | public function testSetGetClassMetadataFactoryName(): void method testAddGetFilters (line 162) | public function testAddGetFilters(): void method setDefaultRepositoryClassName (line 169) | public function setDefaultRepositoryClassName(): void method testSetGetNamingStrategy (line 179) | public function testSetGetNamingStrategy(): void method testSetGetQuoteStrategy (line 187) | public function testSetGetQuoteStrategy(): void method testSetGetEntityListenerResolver (line 195) | #[Group('DDC-1955')] method testSetGetSecondLevelCacheConfig (line 205) | #[Group('DDC-2183')] method testSetGetTypedFieldMapper (line 215) | #[Group('GH10313')] method testDisablingNativeLazyObjectsIsDeprecated (line 224) | #[RequiresPhp('8.4')] FILE: tests/Tests/ORM/Entity/ConstructorTest.php class ConstructorTest (line 9) | class ConstructorTest extends OrmTestCase method testFieldInitializationInConstructor (line 11) | public function testFieldInitializationInConstructor(): void class ConstructorTestEntity1 (line 18) | class ConstructorTestEntity1 method __construct (line 25) | public function __construct(string|null $username = null) FILE: tests/Tests/ORM/EntityManagerTest.php class EntityManagerTest (line 34) | class EntityManagerTest extends OrmTestCase method setUp (line 38) | protected function setUp(): void method testIsOpen (line 45) | #[Group('DDC-899')] method testGetConnection (line 53) | public function testGetConnection(): void method testGetMetadataFactory (line 58) | public function testGetMetadataFactory(): void method testGetConfiguration (line 63) | public function testGetConfiguration(): void method testGetUnitOfWork (line 68) | public function testGetUnitOfWork(): void method testGetProxyFactory (line 73) | public function testGetProxyFactory(): void method testGetEventManager (line 78) | public function testGetEventManager(): void method testCreateNativeQuery (line 83) | public function testCreateNativeQuery(): void method testCreateQueryBuilder (line 91) | public function testCreateQueryBuilder(): void method testCreateQueryBuilderAliasValid (line 96) | public function testCreateQueryBuilderAliasValid(): void method testCreateQueryDqlIsOptional (line 110) | public function testCreateQueryDqlIsOptional(): void method testCreateQuery (line 115) | public function testCreateQuery(): void method dataAffectedByErrorIfClosedException (line 123) | public static function dataAffectedByErrorIfClosedException(): array method testAffectedByErrorIfClosedException (line 133) | #[DataProvider('dataAffectedByErrorIfClosedException')] method dataToBeReturnedByWrapInTransaction (line 144) | public static function dataToBeReturnedByWrapInTransaction(): Generator method testWrapInTransactionAcceptsReturn (line 156) | #[DataProvider('dataToBeReturnedByWrapInTransaction')] method testWrapInTransactionReThrowsThrowables (line 167) | #[Group('#5796')] method testLazyGhostEntityManager (line 184) | #[RequiresPhp('8.4')] method testItPreservesTheOriginalExceptionOnRollbackFailure (line 210) | public function testItPreservesTheOriginalExceptionOnRollbackFailure()... method testItDoesNotAttemptToRollbackIfNoTransactionIsActive (line 235) | public function testItDoesNotAttemptToRollbackIfNoTransactionIsActive(... FILE: tests/Tests/ORM/EntityNotFoundExceptionTest.php class EntityNotFoundExceptionTest (line 14) | #[CoversClass(EntityNotFoundException::class)] method testFromClassNameAndIdentifier (line 17) | public function testFromClassNameAndIdentifier(): void method testNoIdentifierFound (line 36) | public function testNoIdentifierFound(): void FILE: tests/Tests/ORM/Event/OnClassMetadataNotFoundEventArgsTest.php class OnClassMetadataNotFoundEventArgsTest (line 18) | #[CoversClass(OnClassMetadataNotFoundEventArgs::class)] method testEventArgsMutability (line 21) | public function testEventArgsMutability(): void FILE: tests/Tests/ORM/Functional/AbstractFetchEagerTest.php class AbstractFetchEagerTest (line 12) | final class AbstractFetchEagerTest extends OrmFunctionalTestCase method testWithAbstractFetchEager (line 14) | public function testWithAbstractFetchEager(): void FILE: tests/Tests/ORM/Functional/AbstractManyToManyAssociationTestCase.php class AbstractManyToManyAssociationTestCase (line 16) | class AbstractManyToManyAssociationTestCase extends OrmFunctionalTestCase method assertForeignKeysContain (line 27) | public function assertForeignKeysContain($firstId, $secondId): void method assertForeignKeysNotContain (line 32) | public function assertForeignKeysNotContain($firstId, $secondId): void method countForeignKeys (line 37) | protected function countForeignKeys($firstId, $secondId): int method assertCollectionEquals (line 54) | public function assertCollectionEquals(Collection $first, Collection $... FILE: tests/Tests/ORM/Functional/AdvancedAssociationTest.php class AdvancedAssociationTest (line 31) | class AdvancedAssociationTest extends OrmFunctionalTestCase method setUp (line 33) | protected function setUp(): void method testIssue (line 46) | public function testIssue(): void method testManyToMany (line 125) | public function testManyToMany(): void class Lemma (line 153) | #[Table(name: 'lemma')] method __construct (line 170) | public function __construct() method getId (line 175) | public function getId(): int method setLemma (line 180) | public function setLemma(string $lemma): void method getLemma (line 185) | public function getLemma(): string method addType (line 190) | public function addType(Type $type): void method removeType (line 198) | public function removeType(Type $type): void method getTypes (line 206) | public function getTypes(): Collection class Type (line 212) | #[Table(name: 'type')] method __construct (line 235) | public function __construct() method getId (line 240) | public function getId(): int method setType (line 245) | public function setType(string $type): void method getType (line 250) | public function getType(): string method setAbbreviation (line 255) | public function setAbbreviation(string $abbreviation): void method getAbbreviation (line 260) | public function getAbbreviation(): string method addLemma (line 265) | public function addLemma(Lemma $lemma): void method removeLEmma (line 273) | public function removeLEmma(Lemma $lemma): void method getCategories (line 281) | public function getCategories(): Collection class Phrase (line 288) | #[Table(name: 'phrase')] method __construct (line 310) | public function __construct() method addDefinition (line 315) | public function addDefinition(Definition $definition): void method getId (line 321) | public function getId(): int method setPhrase (line 326) | public function setPhrase(string $phrase): void method getPhrase (line 331) | public function getPhrase(): string method setType (line 336) | public function setType(PhraseType $type): void method getType (line 341) | public function getType(): PhraseType method getDefinitions (line 346) | public function getDefinitions(): Collection class PhraseType (line 352) | #[Table(name: 'phrase_type')] method __construct (line 373) | public function __construct() method getId (line 378) | public function getId(): int method setType (line 383) | public function setType(string $type): void method getType (line 388) | public function getType(): string method setAbbreviation (line 393) | public function setAbbreviation(string $abbreviation): void method getAbbreviation (line 398) | public function getAbbreviation(): string method setPhrases (line 403) | public function setPhrases(ArrayCollection $phrases): void method getPhrases (line 408) | public function getPhrases(): Collection class Definition (line 414) | #[Table(name: 'definition')] method getId (line 432) | public function getId(): int method setPhrase (line 437) | public function setPhrase(Phrase $phrase): void method getPhrase (line 442) | public function getPhrase(): Phrase method removePhrase (line 447) | public function removePhrase(): void method setDefinition (line 457) | public function setDefinition(string $definition): void method getDefinition (line 462) | public function getDefinition(): string FILE: tests/Tests/ORM/Functional/AdvancedDqlQueryTest.php class AdvancedDqlQueryTest (line 18) | class AdvancedDqlQueryTest extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testAggregateWithHavingClause (line 29) | public function testAggregateWithHavingClause(): void method testCommentsInDQL (line 44) | public function testCommentsInDQL(): void method testUnnamedScalarResultsAreOneBased (line 62) | public function testUnnamedScalarResultsAreOneBased(): void method testOrderByResultVariableCollectionSize (line 75) | public function testOrderByResultVariableCollectionSize(): void method testOrderBySimpleCaseExpression (line 99) | public function testOrderBySimpleCaseExpression(): void method testOrderByGeneralCaseExpression (line 122) | public function testOrderByGeneralCaseExpression(): void method testIsNullAssociation (line 145) | public function testIsNullAssociation(): void method testSelectSubselect (line 164) | public function testSelectSubselect(): void method testInSubselect (line 177) | public function testInSubselect(): void method testGroupByMultipleFields (line 194) | public function testGroupByMultipleFields(): void method testUpdateAs (line 208) | public function testUpdateAs(): void method testDeleteAs (line 223) | public function testDeleteAs(): void method generateFixture (line 234) | public function generateFixture(): void FILE: tests/Tests/ORM/Functional/BasicFunctionalTest.php class BasicFunctionalTest (line 25) | class BasicFunctionalTest extends OrmFunctionalTestCase method setUp (line 27) | protected function setUp(): void method testBasicUnitsOfWorkWithOneToManyAssociation (line 34) | public function testBasicUnitsOfWorkWithOneToManyAssociation(): void method testOneToManyAssociationModification (line 86) | public function testOneToManyAssociationModification(): void method testBasicOneToOne (line 114) | public function testBasicOneToOne(): void method testRemove (line 150) | #[Group('DDC-1230')] method testOneToManyOrphanRemoval (line 182) | public function testOneToManyOrphanRemoval(): void method testBasicQuery (line 214) | public function testBasicQuery(): void method testSingleColumnQuery (line 255) | public function testSingleColumnQuery(): void method testBasicOneToManyInnerJoin (line 284) | public function testBasicOneToManyInnerJoin(): void method testBasicOneToManyLeftJoin (line 300) | public function testBasicOneToManyLeftJoin(): void method testBasicRefresh (line 322) | public function testBasicRefresh(): void method testRefreshResetsCollection (line 339) | #[Group('DDC-833')] method testDqlRefreshResetsCollection (line 369) | #[Group('DDC-833')] method testCreateEntityOfProxy (line 403) | #[Group('DDC-833')] method testAddToCollectionDoesNotInitialize (line 437) | public function testAddToCollectionDoesNotInitialize(): void method testInitializeCollectionWithNewObjectsRetainsNewObjects (line 477) | public function testInitializeCollectionWithNewObjectsRetainsNewObject... method testSetToOneAssociationWithGetReference (line 518) | public function testSetToOneAssociationWithGetReference(): void method testAddToToManyAssociationWithGetReference (line 573) | public function testAddToToManyAssociationWithGetReference(): void method testOneToManyCascadeRemove (line 608) | public function testOneToManyCascadeRemove(): void method testTextColumnSaveAndRetrieve (line 644) | public function testTextColumnSaveAndRetrieve(): void method testFlushDoesNotIssueUnnecessaryUpdates (line 681) | public function testFlushDoesNotIssueUnnecessaryUpdates(): void method testRemoveEntityByReference (line 719) | public function testRemoveEntityByReference(): void method testQueryEntityByReference (line 738) | public function testQueryEntityByReference(): void method testOneToOneNullUpdate (line 769) | public function testOneToOneNullUpdate(): void method testNewAssociatedEntityDuringFlushThrowsException (line 795) | #[Group('DDC-600')] method testNewAssociatedEntityDuringFlushThrowsException2 (line 818) | #[Group('DDC-600')] method testNewAssociatedEntityDuringFlushThrowsException3 (line 849) | #[Group('DDC-600')] method testOneToOneOrphanRemoval (line 869) | public function testOneToOneOrphanRemoval(): void method testManyToOneFetchModeQuery (line 918) | #[Group('DDC-952')] method testFlushSingleManagedEntity (line 946) | #[Group('DDC-720')] method testFlushAndCascadePersist (line 965) | #[Group('DDC-720')] method testFlushSingleAndNoCascade (line 990) | #[Group('DDC-720')] method testFlushSingleNewEntityThenRemove (line 1013) | #[Group('DDC-720')] method testWrongAssociationInstance (line 1035) | #[Group('DDC-1585')] method testItThrowsWhenReferenceUsesIdAssignedByDatabase (line 1055) | public function testItThrowsWhenReferenceUsesIdAssignedByDatabase(): void FILE: tests/Tests/ORM/Functional/CascadeRemoveOrderTest.php class CascadeRemoveOrderTest (line 19) | #[Group('CascadeRemoveOrderTest')] method setUp (line 22) | protected function setUp(): void method testSingle (line 32) | public function testSingle(): void method testMany (line 49) | public function testMany(): void class CascadeRemoveOrderEntityO (line 73) | #[Entity] method __construct (line 89) | public function __construct() method getId (line 94) | public function getId(): int method setOneToOneG (line 99) | public function setOneToOneG(CascadeRemoveOrderEntityG $eG): void method getOneToOneG (line 104) | public function getOneToOneG(): CascadeRemoveOrderEntityG method addOneToManyG (line 109) | public function addOneToManyG(CascadeRemoveOrderEntityG $eG): void method getOneToManyGs (line 115) | public function getOneToManyGs(): array class CascadeRemoveOrderEntityG (line 121) | #[Entity] method __construct (line 129) | public function __construct( method getId (line 137) | public function getId(): int FILE: tests/Tests/ORM/Functional/ClassTableInheritanceSecondTest.php class ClassTableInheritanceSecondTest (line 27) | class ClassTableInheritanceSecondTest extends OrmFunctionalTestCase method setUp (line 29) | protected function setUp(): void method testOneToOneAssocToBaseTypeBidirectional (line 41) | public function testOneToOneAssocToBaseTypeBidirectional(): void method testManyToManyToCTIHierarchy (line 66) | public function testManyToManyToCTIHierarchy(): void class CTIParent (line 87) | #[Table(name: 'cti_parents')] method getId (line 102) | public function getId(): int method getRelated (line 107) | public function getRelated(): CTIRelated method setRelated (line 112) | public function setRelated(CTIRelated $related): void class CTIChild (line 119) | #[Table(name: 'cti_children')] method getData (line 126) | public function getData(): string method setData (line 131) | public function setData(string $data): void class CTIRelated (line 137) | #[Entity] method getId (line 149) | public function getId(): int method getCTIParent (line 154) | public function getCTIParent(): CTIParent method setCTIParent (line 159) | public function setCTIParent(CTIParent $ctiParent): void class CTIRelated2 (line 165) | #[Entity] method __construct (line 177) | public function __construct() method getId (line 182) | public function getId(): int method addCTIChild (line 187) | public function addCTIChild(CTIChild $child): void method getCTIChildren (line 193) | public function getCTIChildren(): Collection FILE: tests/Tests/ORM/Functional/ClassTableInheritanceTest.php class ClassTableInheritanceTest (line 28) | class ClassTableInheritanceTest extends OrmFunctionalTestCase method setUp (line 30) | protected function setUp(): void method testCRUD (line 37) | public function testCRUD(): void method testMultiLevelUpdateAndFind (line 110) | public function testMultiLevelUpdateAndFind(): void method testFindOnBaseClass (line 137) | public function testFindOnBaseClass(): void method testSelfReferencingOneToOne (line 158) | public function testSelfReferencingOneToOne(): void method testSelfReferencingManyToMany (line 193) | public function testSelfReferencingManyToMany(): void method testLazyLoading1 (line 225) | public function testLazyLoading1(): void method testLazyLoading2 (line 268) | public function testLazyLoading2(): void method testBulkUpdateIssueDDC368 (line 310) | #[Group('DDC-368')] method testBulkUpdateNonScalarParameterDDC1341 (line 326) | #[Group('DDC-1341')] method testDeleteJoinTableRecords (line 336) | #[Group('DDC-130')] method testQueryForInheritedSingleValuedAssociation (line 363) | #[Group('DDC-728')] method testFindByAssociation (line 390) | #[Group('DDC-817')] method testGetReferenceEntityWithSubclasses (line 420) | #[Group('DDC-834')] method testGetSubClassManyToManyCollection (line 443) | #[Group('DDC-992')] method testExistsSubclass (line 467) | #[Group('DDC-1777')] method testMatching (line 484) | #[Group('DDC-1637')] FILE: tests/Tests/ORM/Functional/ClearEventTest.php class ClearEventTest (line 14) | class ClearEventTest extends OrmFunctionalTestCase method testEventIsCalledOnClear (line 16) | public function testEventIsCalledOnClear(): void class OnClearListener (line 27) | class OnClearListener method onClear (line 32) | public function onClear(OnClearEventArgs $args): void FILE: tests/Tests/ORM/Functional/CompositeKeyRelationsTest.php class CompositeKeyRelationsTest (line 11) | class CompositeKeyRelationsTest extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testFindEntityWithNotNullRelation (line 20) | public function testFindEntityWithNotNullRelation(): void method testFindEntityWithNullRelation (line 41) | public function testFindEntityWithNullRelation(): void method findEntity (line 54) | private function findEntity(string $companyCode, string $invoiceNumber... FILE: tests/Tests/ORM/Functional/CompositePrimaryKeyTest.php class CompositePrimaryKeyTest (line 19) | class CompositePrimaryKeyTest extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method putGermanysBrandenburderTor (line 28) | public function putGermanysBrandenburderTor(): void method putTripAroundEurope (line 38) | public function putTripAroundEurope(): NavTour method testPersistCompositePkEntity (line 52) | public function testPersistCompositePkEntity(): void method testSetParameterCompositeKeyObject (line 64) | #[Group('DDC-1651')] method testIdentityFunctionWithCompositePrimaryKey (line 83) | public function testIdentityFunctionWithCompositePrimaryKey(): void method testManyToManyCompositeRelation (line 106) | public function testManyToManyCompositeRelation(): void method testCompositeDqlEagerFetching (line 116) | public function testCompositeDqlEagerFetching(): void method testCompositeCollectionMemberExpression (line 136) | public function testCompositeCollectionMemberExpression(): void method testSpecifyUnknownIdentifierPrimaryKeyFails (line 155) | public function testSpecifyUnknownIdentifierPrimaryKeyFails(): void method testUnrecognizedIdentifierFieldsOnGetReference (line 163) | public function testUnrecognizedIdentifierFieldsOnGetReference(): void method testDeleteCompositePersistentCollection (line 171) | #[Group('DDC-1939')] FILE: tests/Tests/ORM/Functional/CompositePrimaryKeyWithAssociationsTest.php class CompositePrimaryKeyWithAssociationsTest (line 12) | class CompositePrimaryKeyWithAssociationsTest extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testFindByAbleToGetCompositeEntitiesWithMixedTypeIdentifiers (line 45) | public function testFindByAbleToGetCompositeEntitiesWithMixedTypeIdent... FILE: tests/Tests/ORM/Functional/CustomFunctionsTest.php class CustomFunctionsTest (line 18) | class CustomFunctionsTest extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testCustomFunctionDefinedWithCallback (line 27) | public function testCustomFunctionDefinedWithCallback(): void method testCustomFunctionOverride (line 49) | public function testCustomFunctionOverride(): void class NoOp (line 67) | class NoOp extends FunctionNode method parse (line 72) | public function parse(Parser $parser): void method getSql (line 80) | public function getSql(SqlWalker $sqlWalker): string class CustomCount (line 86) | class CustomCount extends FunctionNode method parse (line 90) | public function parse(Parser $parser): void method getSql (line 95) | public function getSql(SqlWalker $sqlWalker): string FILE: tests/Tests/ORM/Functional/CustomIdObjectTypeTest.php class CustomIdObjectTypeTest (line 15) | class CustomIdObjectTypeTest extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testFindByCustomIdObject (line 30) | public function testFindByCustomIdObject(): void method testFetchJoinCustomIdObject (line 42) | #[Group('DDC-3622')] method testFetchJoinWhereCustomIdObject (line 66) | #[Group('DDC-3622')] FILE: tests/Tests/ORM/Functional/DatabaseDriverTest.php class DatabaseDriverTest (line 24) | class DatabaseDriverTest extends DatabaseDriverTestCase method setUp (line 29) | protected function setUp(): void method testIssue2059 (line 38) | #[Group('DDC-2059')] method testLoadMetadataFromDatabase (line 69) | public function testLoadMetadataFromDatabase(): void method testLoadMetadataWithForeignKeyFromDatabase (line 102) | public function testLoadMetadataWithForeignKeyFromDatabase(): void method testDetectManyToManyTables (line 143) | public function testDetectManyToManyTables(): void method testIgnoreManyToManyTableWithoutFurtherForeignKeyDetails (line 159) | public function testIgnoreManyToManyTableWithoutFurtherForeignKeyDetai... method testLoadMetadataFromDatabaseDetail (line 189) | public function testLoadMetadataFromDatabaseDetail(): void method supportsUnsignedInteger (line 255) | private static function supportsUnsignedInteger(AbstractPlatform $plat... FILE: tests/Tests/ORM/Functional/DatabaseDriverTestCase.php class DatabaseDriverTestCase (line 21) | abstract class DatabaseDriverTestCase extends OrmFunctionalTestCase method convertToClassMetadata (line 24) | protected function convertToClassMetadata(array $entityTables, array $... method extractClassMetadata (line 45) | protected function extractClassMetadata(array $classNames): array FILE: tests/Tests/ORM/Functional/DefaultTimeExpressionTest.php class DefaultTimeExpressionTest (line 23) | class DefaultTimeExpressionTest extends OrmFunctionalTestCase method testUsingTimeRelatedDefaultExpressionCausesAnOrmDeprecationAndNoDbalDeprecation (line 27) | #[IgnoreDeprecations] method testNoDeprecationsAreTrownWhenTheyCannotBeAddressed (line 58) | public function testNoDeprecationsAreTrownWhenTheyCannotBeAddressed():... method testUsingDefaultExpressionInstancesCausesNoDeprecation (line 93) | #[RequiresMethod(DefaultExpression::class, 'toSQL')] class LegacyTimeEntity (line 112) | #[ORM\Entity] class TimeEntity (line 153) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/DefaultTimeExpressionXmlTest.php class DefaultTimeExpressionXmlTest (line 18) | class DefaultTimeExpressionXmlTest extends OrmFunctionalTestCase method testUsingTimeRelatedDefaultExpressionCausesAnOrmDeprecationAndNoDbalDeprecation (line 22) | #[IgnoreDeprecations] method testUsingDefaultExpressionInstancesCausesNoDeprecationXmlDriver (line 56) | #[RequiresMethod(DefaultExpression::class, 'toSQL')] class XmlLegacyTimeEntity (line 83) | class XmlLegacyTimeEntity class XmlTimeEntity (line 93) | class XmlTimeEntity FILE: tests/Tests/ORM/Functional/DefaultValuesTest.php class DefaultValuesTest (line 20) | class DefaultValuesTest extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testSimpleDetachMerge (line 32) | #[Group('non-cacheable')] class DefaultValueUser (line 68) | #[Table(name: 'defaultvalueuser')] method getId (line 87) | public function getId(): int class DefaultValueAddress (line 96) | #[Table(name: 'defaultvalueaddresses')] method getUser (line 129) | public function getUser(): DefaultValueUser FILE: tests/Tests/ORM/Functional/DetachedEntityTest.php class DetachedEntityTest (line 16) | class DetachedEntityTest extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testDetachedEntityThrowsExceptionOnFlush (line 25) | #[Group('DDC-203')] method testUseDetachedEntityAsQueryParameter (line 42) | #[Group('DDC-822')] method testDetachManagedUnpersistedEntity (line 65) | #[Group('DDC-920')] FILE: tests/Tests/ORM/Functional/EagerFetchCollectionTest.php class EagerFetchCollectionTest (line 17) | class EagerFetchCollectionTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testEagerFetchMode (line 30) | public function testEagerFetchMode(): void method testEagerFetchModeWithDQL (line 60) | public function testEagerFetchModeWithDQL(): void method testSubselectFetchJoinWithNotAllowed (line 85) | public function testSubselectFetchJoinWithNotAllowed(): void method testSubselectFetchJoinWithAllowedWhenOverriddenNotEager (line 94) | public function testSubselectFetchJoinWithAllowedWhenOverriddenNotEage... method testSubselectFetchJoinWithAllowedWhenOverriddenNotEagerPaginator (line 102) | public function testSubselectFetchJoinWithAllowedWhenOverriddenNotEage... method testEagerFetchWithIterable (line 112) | public function testEagerFetchWithIterable(): void method createOwnerWithChildren (line 126) | protected function createOwnerWithChildren(int $children): EagerFetchO... class EagerFetchOwner (line 144) | #[ORM\Entity] method __construct (line 156) | public function __construct() class EagerFetchChild (line 162) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/EagerFetchOneToManyWithCompositeKeyTest.php class EagerFetchOneToManyWithCompositeKeyTest (line 13) | final class EagerFetchOneToManyWithCompositeKeyTest extends OrmFunctiona... method testItDoesNotThrowAnExceptionWhenTriggeringALoad (line 15) | #[Group('GH11154')] FILE: tests/Tests/ORM/Functional/EntityListenersTest.php class EntityListenersTest (line 21) | #[Group('DDC-1955')] method setUp (line 26) | protected function setUp(): void method testPreFlushListeners (line 37) | public function testPreFlushListeners(): void method testPostLoadListeners (line 53) | public function testPostLoadListeners(): void method testPrePersistListeners (line 73) | public function testPrePersistListeners(): void method testPostPersistListeners (line 89) | public function testPostPersistListeners(): void method testPostPersistCalledAfterAllInsertsHaveBeenPerformedAndIdsHaveBeenAssigned (line 105) | public function testPostPersistCalledAfterAllInsertsHaveBeenPerformedA... method testPreUpdateListeners (line 144) | public function testPreUpdateListeners(): void method testPostUpdateListeners (line 165) | public function testPostUpdateListeners(): void method testPreRemoveListeners (line 186) | public function testPreRemoveListeners(): void method testPostRemoveListeners (line 205) | public function testPostRemoveListeners(): void method testPostRemoveCalledAfterAllRemovalsHaveBeenPerformed (line 224) | public function testPostRemoveCalledAfterAllRemovalsHaveBeenPerformed(... FILE: tests/Tests/ORM/Functional/EntityRepositoryCriteriaTest.php class EntityRepositoryCriteriaTest (line 15) | class EntityRepositoryCriteriaTest extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method tearDown (line 25) | public function tearDown(): void method loadFixture (line 34) | public function loadFixture(): void method testLteDateComparison (line 64) | public function testLteDateComparison(): void method loadNullFieldFixtures (line 76) | private function loadNullFieldFixtures(): void method testIsNullComparison (line 96) | public function testIsNullComparison(): void method testEqNullComparison (line 108) | public function testEqNullComparison(): void method testNotEqNullComparison (line 120) | public function testNotEqNullComparison(): void method testCanCountWithoutLoadingCollection (line 132) | public function testCanCountWithoutLoadingCollection(): void method testCanContainsWithoutLoadingCollection (line 157) | public function testCanContainsWithoutLoadingCollection(): void FILE: tests/Tests/ORM/Functional/EntityRepositoryTest.php class EntityRepositoryTest (line 34) | class EntityRepositoryTest extends OrmFunctionalTestCase method setUp (line 36) | protected function setUp(): void method tearDown (line 43) | public function tearDown(): void method loadFixture (line 52) | public function loadFixture(): int method loadAssociatedFixture (line 90) | public function loadAssociatedFixture(): array method loadFixtureUserEmail (line 113) | public function loadFixtureUserEmail(): array method buildUser (line 157) | public function buildUser($name, $username, $status, $address): CmsUser method buildAddress (line 171) | public function buildAddress($country, $city, $street, $zip): CmsAddress method testBasicFind (line 185) | public function testBasicFind(): void method testFindByField (line 196) | public function testFindByField(): void method testFindByAssociationWithIntegerAsParameter (line 208) | public function testFindByAssociationWithIntegerAsParameter(): void method testFindByAssociationWithObjectAsParameter (line 230) | public function testFindByAssociationWithObjectAsParameter(): void method testFindFieldByMagicCall (line 252) | public function testFindFieldByMagicCall(): void method testFindAll (line 264) | public function testFindAll(): void method testCount (line 273) | public function testCount(): void method testCountBy (line 288) | public function testCountBy(): void method testExceptionIsThrownWhenCallingFindByWithoutParameter (line 297) | public function testExceptionIsThrownWhenCallingFindByWithoutParameter... method testExceptionIsThrownWhenUsingInvalidFieldName (line 304) | public function testExceptionIsThrownWhenUsingInvalidFieldName(): void method testPessimisticReadLockWithoutTransactionThrowsException (line 311) | #[Group('locking')] method testPessimisticWriteLockWithoutTransactionThrowsException (line 321) | #[Group('locking')] method testOptimisticLockUnversionedEntityThrowsException (line 331) | #[Group('locking')] method testIdentityMappedOptimisticLockUnversionedEntityThrowsException (line 341) | #[Group('locking')] method testFindMagicCallByNullValue (line 361) | #[Group('DDC-819')] method testInvalidMagicCall (line 372) | #[Group('DDC-819')] method testFindByAssociationKeyExceptionOnInverseSide (line 381) | #[Group('DDC-817')] method testFindOneByAssociationKey (line 393) | #[Group('DDC-817')] method testFindOneByOrderBy (line 404) | #[Group('DDC-1241')] method testFindByAssociationKey (line 416) | #[Group('DDC-817')] method testFindAssociationByMagicCall (line 428) | #[Group('DDC-817')] method testFindOneAssociationByMagicCall (line 440) | #[Group('DDC-817')] method testIsNullCriteriaDoesNotGenerateAParameter (line 451) | #[Group('DDC-1087')] method testIsNullCriteria (line 462) | public function testIsNullCriteria(): void method testFindByLimitOffset (line 472) | #[Group('DDC-1094')] method testFindByOrderBy (line 488) | #[Group('DDC-1094')] method testFindByOrderByAssociation (line 503) | #[Group('DDC-1376')] method testFindFieldByMagicCallOrderBy (line 519) | #[Group('DDC-1426')] method testFindFieldByMagicCallLimitOffset (line 539) | #[Group('DDC-1426')] method testDefaultRepositoryClassName (line 553) | #[Group('DDC-753')] method testCanRetrieveRepositoryFromClassNameWithLeadingBackslash (line 573) | #[Group('DDC-3257')] method testInvalidOrderByAssociation (line 582) | #[Group('DDC-1376')] method testInvalidOrientation (line 591) | #[Group('DDC-1500')] method testFindByAssociationArray (line 601) | #[Group('DDC-1713')] method testMatchingEmptyCriteria (line 658) | #[Group('DDC-1637')] method testMatchingCriteriaEqComparison (line 669) | #[Group('DDC-1637')] method testMatchingCriteriaNeqComparison (line 682) | #[Group('DDC-1637')] method testMatchingCriteriaInComparison (line 695) | #[Group('DDC-1637')] method testMatchingCriteriaNotInComparison (line 708) | #[Group('DDC-1637')] method testMatchingCriteriaLtComparison (line 721) | #[Group('DDC-1637')] method testMatchingCriteriaLeComparison (line 734) | #[Group('DDC-1637')] method testMatchingCriteriaGtComparison (line 747) | #[Group('DDC-1637')] method testMatchingCriteriaGteComparison (line 760) | #[Group('DDC-1637')] method testMatchingCriteriaAssocationByObjectInMemory (line 773) | #[Group('DDC-2430')] method testMatchingCriteriaAssocationInWithArray (line 794) | #[Group('DDC-2430')] method testMatchingCriteriaContainsComparison (line 815) | public function testMatchingCriteriaContainsComparison(): void method testMatchingCriteriaStartsWithComparison (line 831) | public function testMatchingCriteriaStartsWithComparison(): void method testMatchingCriteriaEndsWithComparison (line 853) | public function testMatchingCriteriaEndsWithComparison(): void method testMatchingCriteriaNullAssocComparison (line 875) | #[Group('DDC-2478')] method testCreateResultSetMappingBuilder (line 902) | #[Group('DDC-2055')] method testFindByFieldInjectionPrevented (line 912) | #[Group('DDC-3045')] method testFindOneByFieldInjectionPrevented (line 922) | #[Group('DDC-3045')] method testMatchingInjectionPrevented (line 932) | #[Group('DDC-3045')] method testFindInjectionPrevented (line 947) | #[Group('DDC-3045')] method testFindByNullValueInInCondition (line 957) | #[Group('DDC-3056')] method testFindByNullValueInMultipleInCriteriaValues (line 980) | #[Group('DDC-3056')] method testFindMultipleByNullValueInMultipleInCriteriaValues (line 1006) | #[Group('DDC-3056')] FILE: tests/Tests/ORM/Functional/EnumTest.php class EnumTest (line 41) | class EnumTest extends OrmFunctionalTestCase method setUp (line 43) | public function setUp(): void method testEnumMapping (line 58) | #[DataProvider('provideCardClasses')] method testEnumHydrationObjectHydrator (line 76) | public function testEnumHydrationObjectHydrator(): void method testEnumArrayHydrationObjectHydrator (line 107) | public function testEnumArrayHydrationObjectHydrator(): void method testEnumHydration (line 128) | public function testEnumHydration(): void method testEnumHydrationArrayHydrator (line 149) | public function testEnumHydrationArrayHydrator(): void method testNullableEnumHydration (line 170) | public function testNullableEnumHydration(): void method testEnumArrayHydration (line 190) | public function testEnumArrayHydration(): void method testEnumInDtoHydration (line 210) | public function testEnumInDtoHydration(): void method testNullableEnumInDtoHydration (line 230) | public function testNullableEnumInDtoHydration(): void method testEnumArrayInDtoHydration (line 250) | public function testEnumArrayInDtoHydration(): void method testEnumSingleEntityChangeSetsSimpleObjectHydrator (line 270) | public function testEnumSingleEntityChangeSetsSimpleObjectHydrator(): ... method testEnumSingleEntityChangeSetsObjectHydrator (line 300) | public function testEnumSingleEntityChangeSetsObjectHydrator(): void method testEnumArraySingleEntityChangeSets (line 321) | public function testEnumArraySingleEntityChangeSets(): void method testEnumChangeSetsSimpleObjectHydrator (line 342) | public function testEnumChangeSetsSimpleObjectHydrator(): void method testEnumChangeSetsObjectHydrator (line 360) | public function testEnumChangeSetsObjectHydrator(): void method testEnumArrayChangeSets (line 382) | public function testEnumArrayChangeSets(): void method testFindByEnum (line 404) | public function testFindByEnum(): void method testEnumWithNonMatchingDatabaseValueThrowsException (line 429) | #[DataProvider('provideCardClasses')] method provideCardClasses (line 467) | public static function provideCardClasses(): iterable method testItAllowsReadingAttributes (line 478) | public function testItAllowsReadingAttributes(): void method testEnumMappingWithEmbeddable (line 489) | public function testEnumMappingWithEmbeddable(): void method testEnumArrayMapping (line 508) | public function testEnumArrayMapping(): void method testEnumWithDefault (line 526) | public function testEnumWithDefault(): void method testEnumCollectionMatchingOnOneToMany (line 539) | #[DataProvider('provideGenreMatchingExpressions')] method testEnumCollectionMatchingOnManyToMany (line 568) | #[DataProvider('provideGenreMatchingExpressions')] method provideGenreMatchingExpressions (line 597) | public static function provideGenreMatchingExpressions(): Generator FILE: tests/Tests/ORM/Functional/ExtraLazyCollectionTest.php class ExtraLazyCollectionTest (line 23) | class ExtraLazyCollectionTest extends OrmFunctionalTestCase method setUp (line 49) | protected function setUp(): void method tearDown (line 80) | public function tearDown(): void method testCountNotInitializesCollection (line 106) | #[Group('DDC-546')] method testCountWhenNewEntityPresent (line 123) | #[Group('DDC-546')] method testCountWhenInitialized (line 139) | #[Group('DDC-546')] method testCountInverseCollection (line 154) | #[Group('DDC-546')] method testCountOneToMany (line 164) | #[Group('DDC-546')] method testCountOneToManyJoinedInheritance (line 173) | #[Group('DDC-2504')] method testFirstWhenInitialized (line 182) | #[Group('non-cacheable')] method testFirstOnEmptyCollectionWhenInitialized (line 194) | public function testFirstOnEmptyCollectionWhenInitialized(): void method testFirstWhenNotInitialized (line 211) | public function testFirstWhenNotInitialized(): void method testFirstOnEmptyCollectionWhenNotInitialized (line 222) | public function testFirstOnEmptyCollectionWhenNotInitialized(): void method testFullSlice (line 239) | #[Group('DDC-546')] method testSlice (line 249) | #[Group('DDC-546')] method testSliceInitializedCollection (line 279) | #[Group('DDC-546')] method testSliceInverseCollection (line 298) | #[Group('DDC-546')] method testSliceOneToMany (line 317) | #[Group('DDC-546')] method testContainsOneToMany (line 331) | #[Group('DDC-546')] method testLazyOneToManyJoinedInheritanceIsLazilyInitialized (line 377) | #[Group('DDC-2504')] method testContainsOnOneToManyJoinedInheritanceWillNotInitializeCollectionWhenMatchingItemIsFound (line 385) | #[Group('DDC-2504')] method testContainsOnOneToManyJoinedInheritanceWillNotCauseQueriesWhenNonPersistentItemIsMatched (line 399) | #[Group('DDC-2504')] method testContainsOnOneToManyJoinedInheritanceWillNotInitializeCollectionWithClearStateMatchingItem (line 409) | #[Group('DDC-2504')] method testContainsOnOneToManyJoinedInheritanceWillNotInitializeCollectionWithNewStateNotMatchingItem (line 425) | #[Group('DDC-2504')] method testCountingOnOneToManyJoinedInheritanceWillNotInitializeCollection (line 440) | #[Group('DDC-2504')] method testContainsManyToMany (line 450) | #[Group('DDC-546')] method testContainsManyToManyInverse (line 497) | #[Group('DDC-546')] method testCountAfterAddThenFlush (line 519) | #[Group('DDC-1399')] method testSliceOnDirtyCollection (line 539) | #[Group('DDC-1462')] method testGetIndexByIdentifier (line 559) | #[Group('DDC-1398')] method testGetIndexByOneToMany (line 577) | #[Group('DDC-1398')] method testGetIndexByManyToManyInverseSide (line 592) | #[Group('DDC-1398')] method testGetIndexByManyToManyOwningSide (line 607) | #[Group('DDC-1398')] method testGetNonExistentIndexBy (line 622) | #[Group('DDC-1398')] method testContainsKeyIndexByOneToMany (line 630) | public function testContainsKeyIndexByOneToMany(): void method testContainsKeyIndexByOneToManyJoinedInheritance (line 644) | public function testContainsKeyIndexByOneToManyJoinedInheritance(): void method testContainsKeyIndexByManyToMany (line 660) | public function testContainsKeyIndexByManyToMany(): void method testContainsKeyIndexByManyToManyNonOwning (line 675) | public function testContainsKeyIndexByManyToManyNonOwning(): void method testContainsKeyIndexByWithPkManyToMany (line 689) | public function testContainsKeyIndexByWithPkManyToMany(): void method testContainsKeyIndexByWithPkManyToManyNonOwning (line 705) | public function testContainsKeyIndexByWithPkManyToManyNonOwning(): void method testContainsKeyNonExistentIndexByOneToMany (line 721) | public function testContainsKeyNonExistentIndexByOneToMany(): void method testContainsKeyNonExistentIndexByManyToMany (line 734) | public function testContainsKeyNonExistentIndexByManyToMany(): void method loadFixture (line 747) | private function loadFixture(): void FILE: tests/Tests/ORM/Functional/FlushEventTest.php class FlushEventTest (line 17) | class FlushEventTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testPersistNewEntitiesOnPreFlush (line 26) | public function testPersistNewEntitiesOnPreFlush(): void method testPreAndOnFlushCalledAlways (line 53) | #[Group('DDC-2173')] class OnFlushListener (line 73) | class OnFlushListener method onFlush (line 75) | public function onFlush(OnFlushEventArgs $args): void class OnFlushCalledListener (line 112) | class OnFlushCalledListener method preFlush (line 123) | public function preFlush($args): void method onFlush (line 128) | public function onFlush($args): void method postFlush (line 133) | public function postFlush($args): void FILE: tests/Tests/ORM/Functional/GH7877Test.php class GH7877Test (line 12) | class GH7877Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testSelfReferenceWithApplicationGeneratedIdMayBeNotNullable (line 24) | public function testSelfReferenceWithApplicationGeneratedIdMayBeNotNul... method testCrossReferenceWithApplicationGeneratedIdMayBeNotNullable (line 35) | public function testCrossReferenceWithApplicationGeneratedIdMayBeNotNu... method testNullableForeignKeysMakeInsertOrderLessRelevant (line 54) | public function testNullableForeignKeysMakeInsertOrderLessRelevant(): ... class GH7877ApplicationGeneratedIdEntity (line 76) | #[ORM\Entity] method __construct (line 89) | public function __construct() class GH7877EntityWithNullableAssociation (line 95) | #[ORM\Entity] method __construct (line 107) | public function __construct() FILE: tests/Tests/ORM/Functional/HydrationCacheTest.php class HydrationCacheTest (line 13) | #[Group('DDC-1766')] method setUp (line 16) | protected function setUp(): void method testHydrationCache (line 32) | public function testHydrationCache(): void method testHydrationParametersSerialization (line 73) | public function testHydrationParametersSerialization(): void FILE: tests/Tests/ORM/Functional/IdentityMapTest.php class IdentityMapTest (line 20) | class IdentityMapTest extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testBasicIdentityManagement (line 29) | public function testBasicIdentityManagement(): void method testSingleValuedAssociationIdentityMapBehaviorWithRefresh (line 60) | public function testSingleValuedAssociationIdentityMapBehaviorWithRefr... method testSingleValuedAssociationIdentityMapBehaviorWithRefreshQuery (line 102) | public function testSingleValuedAssociationIdentityMapBehaviorWithRefr... method testCollectionValuedAssociationIdentityMapBehaviorWithRefreshQuery (line 158) | public function testCollectionValuedAssociationIdentityMapBehaviorWith... method testCollectionValuedAssociationIdentityMapBehaviorWithRefresh (line 210) | #[Group('non-cacheable')] FILE: tests/Tests/ORM/Functional/IndexByAssociationTest.php class IndexByAssociationTest (line 15) | #[Group('DDC-250')] method setUp (line 22) | protected function setUp(): void method loadFixture (line 31) | public function loadFixture(): void method testManyToOneFinder (line 49) | public function testManyToOneFinder(): void method testManyToOneDQL (line 61) | public function testManyToOneDQL(): void method testManyToMany (line 73) | public function testManyToMany(): void method testManytoManyDQL (line 84) | public function testManytoManyDQL(): void method testDqlOverrideIndexBy (line 96) | public function testDqlOverrideIndexBy(): void FILE: tests/Tests/ORM/Functional/InsertableUpdatableTest.php class InsertableUpdatableTest (line 11) | class InsertableUpdatableTest extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testNotInsertableIsFetchedFromDatabase (line 20) | public function testNotInsertableIsFetchedFromDatabase(): void method testNotUpdatableIsFetched (line 42) | public function testNotUpdatableIsFetched(): void FILE: tests/Tests/ORM/Functional/InvalidMappingDefinitionTest.php class InvalidMappingDefinitionTest (line 18) | class InvalidMappingDefinitionTest extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testManyToManyRelationWithJoinTableOnTheWrongSide (line 25) | public function testManyToManyRelationWithJoinTableOnTheWrongSide(): void class OwningSideEntity (line 37) | #[Table(name: 'owning_side_entities1')] method __construct (line 50) | public function __construct() method getId (line 55) | public function getId(): int method getRelations (line 60) | public function getRelations(): Collection method addRelation (line 65) | public function addRelation(OwnedSideEntity $ownedSide): void method removeRelation (line 73) | public function removeRelation(OwnedSideEntity $ownedSide): void class OwnedSideEntity (line 81) | #[Table(name: 'owned_side_entities1')] method __construct (line 97) | public function __construct() method getId (line 102) | public function getId(): int method getData (line 107) | public function getData(): string method setData (line 112) | public function setData(string $data): void method getOwners (line 117) | public function getOwners(): Collection method addOwner (line 122) | public function addOwner(OwningSideEntity $owningSide): void method removeOwner (line 129) | public function removeOwner(OwningSideEntity $owningSide): void FILE: tests/Tests/ORM/Functional/JoinedTableCompositeKeyTest.php class JoinedTableCompositeKeyTest (line 12) | class JoinedTableCompositeKeyTest extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testInsertWithCompositeKey (line 21) | public function testInsertWithCompositeKey(): void method testUpdateWithCompositeKey (line 33) | #[Group('non-cacheable')] method findEntity (line 53) | private function findEntity(): JoinedChildClass FILE: tests/Tests/ORM/Functional/LifecycleCallbackTest.php class LifecycleCallbackTest (line 44) | class LifecycleCallbackTest extends OrmFunctionalTestCase method setUp (line 46) | protected function setUp(): void method testPreSavePostSaveCallbacksAreInvoked (line 58) | public function testPreSavePostSaveCallbacksAreInvoked(): void method testPreFlushCallbacksAreInvoked (line 82) | public function testPreFlushCallbacksAreInvoked(): void method testChangesDontGetLost (line 105) | public function testChangesDontGetLost(): void method testGetReferenceWithPostLoadEventIsDelayedUntilProxyTrigger (line 124) | #[Group('DDC-194')] method testPostLoadTriggeredOnRefresh (line 144) | #[Group('DDC-958')] method testCascadedEntitiesCallsPrePersist (line 164) | #[Group('DDC-113')] method testCascadedEntitiesLoadedInPostLoad (line 185) | #[Group('DDC-54')] method testCascadedEntitiesNotLoadedInPostLoadDuringIteration (line 226) | #[Group('DDC-54')] method testCascadedEntitiesNotLoadedInPostLoadDuringIterationWithSimpleObjectHydrator (line 269) | #[Group('DDC-54')] method testPostLoadIsInvokedOnFetchJoinedEntities (line 296) | public function testPostLoadIsInvokedOnFetchJoinedEntities(): void method testLifecycleCallbacksGetInherited (line 336) | public function testLifecycleCallbacksGetInherited(): void method testLifecycleListenerChangeUpdateChangeSet (line 342) | public function testLifecycleListenerChangeUpdateChangeSet(): void method testLifecycleCallbackEventArgs (line 368) | #[Group('DDC-1955')] class LifecycleCallbackTestUser (line 406) | #[Entity] method getId (line 421) | public function getId(): int method getValue (line 426) | public function getValue(): string method setValue (line 431) | public function setValue(string $value): void method getName (line 436) | public function getName(): string method setName (line 441) | public function setName(string $name): void method testCallback (line 446) | #[PreUpdate] class LifecycleCallbackTestEntity (line 453) | #[Table(name: 'lc_cb_test_entity')] method getId (line 489) | public function getId(): int method getValue (line 494) | public function getValue(): string method doStuffOnPrePersist (line 499) | #[PrePersist] method doStuffOnPostPersist (line 505) | #[PostPersist] method doStuffOnPostLoad (line 511) | #[PostLoad] method doStuffOnPreUpdate (line 518) | #[PreUpdate] method doStuffOnPreFlush (line 524) | #[PreFlush] class LifecycleCallbackCascader (line 531) | #[Table(name: 'lc_cb_test_cascade')] method __construct (line 552) | public function __construct() method doStuffOnPostLoad (line 557) | #[PostLoad] method getId (line 564) | public function getId(): int class LifecycleCallbackParentEntity (line 570) | #[MappedSuperclass] method doStuff (line 574) | #[PrePersist] class LifecycleCallbackChildEntity (line 580) | #[Table(name: 'lc_cb_childentity')] class LifecycleListenerPreUpdate (line 590) | class LifecycleListenerPreUpdate method preUpdate (line 592) | public function preUpdate(PreUpdateEventArgs $eventArgs): void class LifecycleCallbackEventArgEntity (line 598) | #[Entity] method postPersistHandler (line 615) | #[PostPersist] method prePersistHandler (line 621) | #[PrePersist] method postUpdateHandler (line 627) | #[PostUpdate] method preUpdateHandler (line 633) | #[PreUpdate] method postRemoveHandler (line 639) | #[PostRemove] method preRemoveHandler (line 645) | #[PreRemove] method preFlushHandler (line 651) | #[PreFlush] method postLoadHandler (line 657) | #[PostLoad] FILE: tests/Tests/ORM/Functional/Locking/GearmanLockTest.php class GearmanLockTest (line 17) | #[Group('locking_functional')] method setUp (line 26) | protected function setUp(): void method gearmanTaskCompleted (line 55) | public function gearmanTaskCompleted($task): void method testFindWithLock (line 60) | public function testFindWithLock(): void method testFindWithWriteThenReadLock (line 68) | public function testFindWithWriteThenReadLock(): void method testFindWithReadThenWriteLock (line 76) | public function testFindWithReadThenWriteLock(): void method testFindWithOneLock (line 84) | public function testFindWithOneLock(): void method testDqlWithLock (line 92) | public function testDqlWithLock(): void method testLock (line 100) | public function testLock(): void method testLock2 (line 108) | public function testLock2(): void method testLock3 (line 116) | public function testLock3(): void method testLock4 (line 124) | public function testLock4(): void method assertLockDoesNotBlock (line 132) | protected function assertLockDoesNotBlock(): void method assertLockWorked (line 137) | protected function assertLockWorked($forTime = 2, $notLongerThan = nul... method asyncFindWithLock (line 157) | protected function asyncFindWithLock($entityName, $entityId, $lockMode... method asyncDqlWithLock (line 166) | protected function asyncDqlWithLock($dql, $params, $lockMode): void method asyncLock (line 175) | protected function asyncLock($entityName, $entityId, $lockMode): void method startJob (line 184) | protected function startJob($fn, $fixture): void FILE: tests/Tests/ORM/Functional/Locking/LockAgentWorker.php class LockAgentWorker (line 25) | class LockAgentWorker method run (line 29) | public static function run(): void method process (line 50) | protected function process($job, Closure $do): float method findWithLock (line 67) | public function findWithLock($job): float method dqlWithLock (line 74) | public function dqlWithLock($job): float method lock (line 85) | public function lock($job): float method processWorkload (line 94) | protected function processWorkload($job): array method createEntityManager (line 114) | protected function createEntityManager(Connection $conn): EntityManage... FILE: tests/Tests/ORM/Functional/Locking/LockTest.php class LockTest (line 20) | #[Group('locking')] method setUp (line 23) | protected function setUp(): void method testLockVersionedEntity (line 30) | #[Group('DDC-178')] method testLockVersionedEntityMismatchThrowsException (line 45) | #[Group('DDC-178')] method testLockUnversionedEntityThrowsException (line 60) | #[Group('DDC-178')] method testLockUnmanagedEntityThrowsException (line 77) | #[Group('DDC-178')] method testLockPessimisticReadNoTransactionThrowsException (line 89) | #[Group('DDC-178')] method testLockPessimisticWriteNoTransactionThrowsException (line 105) | #[Group('DDC-178')] method testRefreshWithLockPessimisticWriteNoTransactionThrowsException (line 121) | #[Group('locking')] method testLockPessimisticWrite (line 136) | #[Group('DDC-178')] method testRefreshWithLockPessimisticWrite (line 168) | #[Group('locking')] method testLockPessimisticRead (line 199) | #[Group('DDC-178')] method testLockOptimisticNonVersionedThrowsExceptionInDQL (line 235) | #[Group('DDC-1693')] FILE: tests/Tests/ORM/Functional/Locking/OptimisticTest.php class OptimisticTest (line 27) | class OptimisticTest extends OrmFunctionalTestCase method setUp (line 31) | protected function setUp(): void method createSchema (line 38) | private function createSchema(): void method testJoinedChildInsertSetsInitialVersionValue (line 48) | public function testJoinedChildInsertSetsInitialVersionValue(): Optimi... method testJoinedChildFailureThrowsException (line 64) | #[Depends('testJoinedChildInsertSetsInitialVersionValue')] method testJoinedParentInsertSetsInitialVersionValue (line 88) | public function testJoinedParentInsertSetsInitialVersionValue(): Optim... method testJoinedParentFailureThrowsException (line 103) | #[Depends('testJoinedParentInsertSetsInitialVersionValue')] method testMultipleFlushesDoIncrementalUpdates (line 127) | public function testMultipleFlushesDoIncrementalUpdates(): void method testStandardInsertSetsInitialVersionValue (line 144) | public function testStandardInsertSetsInitialVersionValue(): Optimisti... method testStandardFailureThrowsException (line 161) | #[Depends('testStandardInsertSetsInitialVersionValue')] method testLockWorksWithProxy (line 185) | #[DoesNotPerformAssertions] method testOptimisticTimestampSetsDefaultValue (line 201) | public function testOptimisticTimestampSetsDefaultValue(): OptimisticT... method testOptimisticTimestampFailureThrowsException (line 218) | #[Depends('testOptimisticTimestampSetsDefaultValue')] method testOptimisticTimestampLockFailureThrowsException (line 248) | #[Depends('testOptimisticTimestampSetsDefaultValue')] class OptimisticJoinedParent (line 278) | #[Table(name: 'optimistic_joined_parent')] class OptimisticJoinedChild (line 302) | #[Table(name: 'optimistic_joined_child')] class OptimisticStandard (line 311) | #[Table(name: 'optimistic_standard')] method getVersion (line 329) | public function getVersion(): int class OptimisticTimestamp (line 335) | #[Table(name: 'optimistic_timestamp')] FILE: tests/Tests/ORM/Functional/ManyToManyBasicAssociationTest.php class ManyToManyBasicAssociationTest (line 26) | class ManyToManyBasicAssociationTest extends OrmFunctionalTestCase method setUp (line 28) | protected function setUp(): void method testUnsetManyToMany (line 35) | public function testUnsetManyToMany(): void method testBasicManyToManyJoin (line 49) | public function testBasicManyToManyJoin(): void method testManyToManyAddRemove (line 83) | public function testManyToManyAddRemove(): void method testManyToManyInverseSideIgnored (line 119) | public function testManyToManyInverseSideIgnored(): void method testManyToManyCollectionClearing (line 141) | public function testManyToManyCollectionClearing(): void method testManyToManyCollectionClearAndAdd (line 161) | public function testManyToManyCollectionClearAndAdd(): void method assertGblancoGroupCountIs (line 182) | public function assertGblancoGroupCountIs(int $expectedGroupCount): void method testRetrieveManyToManyAndAddMore (line 192) | public function testRetrieveManyToManyAndAddMore(): void method testRemoveUserWithManyGroups (line 223) | #[Group('DDC-130')] method testRemoveGroupWithUser (line 244) | #[Group('DDC-130')] method testDereferenceCollectionDelete (line 285) | public function testDereferenceCollectionDelete(): void method testWorkWithDqlHydratedEmptyCollection (line 303) | #[Group('DDC-839')] method addCmsUserGblancoWithGroups (line 329) | public function addCmsUserGblancoWithGroups(int $groupCount = 1): CmsUser method testClearAndResetCollection (line 350) | #[Group('DDC-978')] method testInitializePersistentCollection (line 384) | #[Group('DDC-733')] method testClearBeforeLazyLoad (line 397) | #[Group('DDC-1189')] method testManyToManyOrderByIsNotIgnored (line 415) | #[Group('DDC-3952')] method testManyToManyOrderByHonorsFieldNameColumnNameAliases (line 452) | #[Group('DDC-3952')] method testMatchingWithLimit (line 492) | public function testMatchingWithLimit(): void method testMatchingWithOffset (line 510) | public function testMatchingWithOffset(): void method testMatchingWithLimitAndOffset (line 531) | public function testMatchingWithLimitAndOffset(): void method testMatching (line 555) | public function testMatching(): void method testMatchingWithInCondition (line 576) | public function testMatchingWithInCondition(): void method testMatchingWithNotInCondition (line 595) | public function testMatchingWithNotInCondition(): void method removeTransactionCommandsFromQueryLog (line 614) | private function removeTransactionCommandsFromQueryLog(): void FILE: tests/Tests/ORM/Functional/ManyToManyBidirectionalAssociationTest.php class ManyToManyBidirectionalAssociationTest (line 14) | class ManyToManyBidirectionalAssociationTest extends AbstractManyToManyA... method setUp (line 33) | protected function setUp(): void method testSavesAManyToManyAssociationWithCascadeSaveSet (line 49) | public function testSavesAManyToManyAssociationWithCascadeSaveSet(): void method testRemovesAManyToManyAssociation (line 60) | public function testRemovesAManyToManyAssociation(): void method testEagerLoadFromInverseSideAndLazyLoadFromOwningSide (line 78) | public function testEagerLoadFromInverseSideAndLazyLoadFromOwningSide(... method testEagerLoadFromOwningSideAndLazyLoadFromInverseSide (line 85) | public function testEagerLoadFromOwningSideAndLazyLoadFromInverseSide(... method createLoadingFixture (line 92) | private function createLoadingFixture(): void method findProducts (line 106) | protected function findProducts(): array method findCategories (line 122) | protected function findCategories(): array method assertLazyLoadFromInverseSide (line 141) | public function assertLazyLoadFromInverseSide(array $products): void method assertLazyLoadFromOwningSide (line 177) | public function assertLazyLoadFromOwningSide(array $categories): void FILE: tests/Tests/ORM/Functional/ManyToManyEventTest.php class ManyToManyEventTest (line 15) | class ManyToManyEventTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testListenerShouldBeNotifiedWhenNewCollectionEntryAdded (line 30) | public function testListenerShouldBeNotifiedWhenNewCollectionEntryAdde... method testListenerShouldBeNotifiedWhenCollectionEntryRemoved (line 47) | public function testListenerShouldBeNotifiedWhenCollectionEntryRemoved... method createNewValidUser (line 65) | private function createNewValidUser(): CmsUser class PostUpdateListener (line 78) | class PostUpdateListener method postUpdate (line 83) | public function postUpdate($args): void FILE: tests/Tests/ORM/Functional/ManyToManySelfReferentialAssociationTest.php class ManyToManySelfReferentialAssociationTest (line 15) | class ManyToManySelfReferentialAssociationTest extends AbstractManyToMan... method setUp (line 34) | protected function setUp(): void method testSavesAManyToManyAssociationWithCascadeSaveSet (line 48) | public function testSavesAManyToManyAssociationWithCascadeSaveSet(): void method testRemovesAManyToManyAssociation (line 65) | public function testRemovesAManyToManyAssociation(): void method testEagerLoadsOwningSide (line 84) | public function testEagerLoadsOwningSide(): void method testLazyLoadsOwningSide (line 91) | public function testLazyLoadsOwningSide(): void method assertLoadingOfOwningSide (line 104) | public function assertLoadingOfOwningSide(array $products): void method createLoadingFixture (line 125) | protected function createLoadingFixture(): void method findProducts (line 139) | protected function findProducts(): array FILE: tests/Tests/ORM/Functional/ManyToManyUnidirectionalAssociationTest.php class ManyToManyUnidirectionalAssociationTest (line 15) | class ManyToManyUnidirectionalAssociationTest extends AbstractManyToMany... method setUp (line 34) | protected function setUp(): void method testSavesAManyToManyAssociationWithCascadeSaveSet (line 48) | public function testSavesAManyToManyAssociationWithCascadeSaveSet(): void method testRemovesAManyToManyAssociation (line 59) | public function testRemovesAManyToManyAssociation(): void method testEagerLoad (line 72) | public function testEagerLoad(): void method testLazyLoadsCollection (line 89) | public function testLazyLoadsCollection(): void method createFixture (line 106) | private function createFixture(): void FILE: tests/Tests/ORM/Functional/MappedSuperclassTest.php class MappedSuperclassTest (line 14) | class MappedSuperclassTest extends OrmFunctionalTestCase method setUp (line 16) | protected function setUp(): void method testCRUD (line 23) | public function testCRUD(): void FILE: tests/Tests/ORM/Functional/NativeQueryTest.php class NativeQueryTest (line 32) | class NativeQueryTest extends OrmFunctionalTestCase method setUp (line 38) | protected function setUp(): void method testBasicNativeQuery (line 48) | public function testBasicNativeQuery(): void method testNativeQueryWithArrayParameter (line 74) | public function testNativeQueryWithArrayParameter(): void method testBasicNativeQueryWithMetaResult (line 111) | public function testBasicNativeQueryWithMetaResult(): void method testJoinedOneToManyNativeQuery (line 152) | public function testJoinedOneToManyNativeQuery(): void method testMappingAsDto (line 192) | public function testMappingAsDto(): void method testJoinedOneToOneNativeQuery (line 263) | public function testJoinedOneToOneNativeQuery(): void method testFluentInterface (line 310) | public function testFluentInterface(): void method testJoinedOneToManyNativeQueryWithRSMBuilder (line 330) | public function testJoinedOneToManyNativeQueryWithRSMBuilder(): void method testJoinedOneToOneNativeQueryWithRSMBuilder (line 376) | public function testJoinedOneToOneNativeQueryWithRSMBuilder(): void method testConcreteClassInSingleTableInheritanceSchemaWithRSMBuilderIsFine (line 427) | #[Group('rsm-sti')] method testAbstractClassInSingleTableInheritanceSchemaWithRSMBuilderThrowsException (line 436) | #[Group('rsm-sti')] method testRSMBuilderThrowsExceptionOnColumnConflict (line 446) | public function testRSMBuilderThrowsExceptionOnColumnConflict(): void method testUnknownParentAliasThrowsException (line 454) | #[Group('PR-39')] method testGenerateSelectClauseNoRenameSingleEntity (line 470) | #[Group('DDC-2055')] method testGenerateSelectClauseCustomRenames (line 481) | #[Group('DDC-2055')] method testGenerateSelectClauseRenameTableAlias (line 495) | #[Group('DDC-2055')] method testGenerateSelectClauseIncrement (line 506) | #[Group('DDC-2055')] method testGenerateSelectClauseToString (line 517) | #[Group('DDC-2055')] method testGenerateSelectClauseWithDiscriminatorColumn (line 526) | #[Group('DDC-3899')] method testGenerateSelectClauseWithCustomTypeUsingEntityFromClassMetadata (line 540) | public function testGenerateSelectClauseWithCustomTypeUsingEntityFromC... method testGenerateSelectClauseWithCustomTypeUsingAddFieldResult (line 557) | public function testGenerateSelectClauseWithCustomTypeUsingAddFieldRes... FILE: tests/Tests/ORM/Functional/NewOperatorTest.php class NewOperatorTest (line 28) | #[Group('DDC-1574')] method setUp (line 34) | protected function setUp(): void method provideDataForHydrationMode (line 44) | public static function provideDataForHydrationMode(): array method loadFixtures (line 52) | private function loadFixtures(): void method testShouldSupportsBasicUsage (line 113) | #[DataProvider('provideDataForHydrationMode')] method testShouldIgnoreAliasesForSingleObject (line 154) | #[DataProvider('provideDataForHydrationMode')] method testShouldAssumeFromEntityNamespaceWhenNotGiven (line 195) | public function testShouldAssumeFromEntityNamespaceWhenNotGiven(): void method testShouldSupportLiteralExpression (line 219) | public function testShouldSupportLiteralExpression(): void method testShouldSupportCaseExpression (line 269) | public function testShouldSupportCaseExpression(): void method testShouldSupportSimpleArithmeticExpression (line 308) | public function testShouldSupportSimpleArithmeticExpression(): void method testShouldSupportAggregateFunctions (line 368) | public function testShouldSupportAggregateFunctions(): void method testShouldSupportArithmeticExpression (line 428) | public function testShouldSupportArithmeticExpression(): void method testShouldSupportMultipleNewOperators (line 488) | public function testShouldSupportMultipleNewOperators(): void method testShouldSupportMultipleNewOperatorsWithAliases (line 539) | public function testShouldSupportMultipleNewOperatorsWithAliases(): void method testShouldSupportMultipleNewOperatorsWithAndWithoutAliases (line 590) | public function testShouldSupportMultipleNewOperatorsWithAndWithoutAli... method testShouldSupportMultipleNewOperatorsAndSingleScalar (line 641) | public function testShouldSupportMultipleNewOperatorsAndSingleScalar()... method testShouldSupportMultipleNewOperatorsAndSingleScalarWithAliases (line 697) | public function testShouldSupportMultipleNewOperatorsAndSingleScalarWi... method testShouldSupportMultipleNewOperatorsAndSingleScalarWithAndWithoutAliases (line 753) | public function testShouldSupportMultipleNewOperatorsAndSingleScalarWi... method testShouldSupportMultipleNewOperatorsAndMultipleScalars (line 809) | public function testShouldSupportMultipleNewOperatorsAndMultipleScalar... method testShouldSupportMultipleNewOperatorsAndMultipleScalarsWithAliases (line 870) | public function testShouldSupportMultipleNewOperatorsAndMultipleScalar... method testShouldSupportMultipleNewOperatorsAndMultipleScalarsWithAndWithoutAliases (line 931) | public function testShouldSupportMultipleNewOperatorsAndMultipleScalar... method testInvalidClassException (line 992) | public function testInvalidClassException(): void method testInvalidClassConstructorException (line 1000) | public function testInvalidClassConstructorException(): void method testInvalidClassWithoutConstructorException (line 1008) | public function testInvalidClassWithoutConstructorException(): void method testClassCantBeInstantiatedException (line 1016) | public function testClassCantBeInstantiatedException(): void method testShouldSupportNestedNewOperators (line 1024) | public function testShouldSupportNestedNewOperators(): void method testShouldSupportNestedNewOperatorsWithDtoFirst (line 1104) | public function testShouldSupportNestedNewOperatorsWithDtoFirst(): void method testOnlyObjectInObject (line 1171) | public function testOnlyObjectInObject(): void method testEntityInDtoWithRoot (line 1233) | public function testEntityInDtoWithRoot(): void method testEntityInDtoWithoutRoot (line 1294) | public function testEntityInDtoWithoutRoot(): void method testOnlyObjectInDto (line 1343) | public function testOnlyObjectInDto(): void method testOnlyObjectInNamedDto (line 1397) | public function testOnlyObjectInNamedDto(): void method testOnlyObjectInNamedDtoWithAlias (line 1451) | public function testOnlyObjectInNamedDtoWithAlias(): void method testOnlyObjectInNamedDtoWithSameNameAsTheProperties (line 1505) | public function testOnlyObjectInNamedDtoWithSameNameAsTheProperties():... method testNamedArguments (line 1559) | public function testNamedArguments(): void method testShouldSupportNestedNewOperatorsWithNestedDtoNotLast (line 1631) | public function testShouldSupportNestedNewOperatorsWithNestedDtoNotLas... method testVariadicArgument (line 1736) | public function testVariadicArgument(): void method testShouldSupportNestedNewOperatorsAndNamedArguments (line 1811) | public function testShouldSupportNestedNewOperatorsAndNamedArguments()... method testShouldSupportNestedNamedArguments (line 1877) | public function testShouldSupportNestedNamedArguments(): void method testExceptionIfTwoAliases (line 1947) | public function testExceptionIfTwoAliases(): void method testExceptionIfFunctionHasNoAlias (line 1965) | public function testExceptionIfFunctionHasNoAlias(): void class ClassWithTooMuchArgs (line 1986) | class ClassWithTooMuchArgs method __construct (line 1988) | public function __construct($foo, $bar) class ClassWithPrivateConstructor (line 1995) | class ClassWithPrivateConstructor method __construct (line 1997) | private function __construct($foo) FILE: tests/Tests/ORM/Functional/OneToManyBidirectionalAssociationTest.php class OneToManyBidirectionalAssociationTest (line 17) | class OneToManyBidirectionalAssociationTest extends OrmFunctionalTestCase method setUp (line 25) | protected function setUp(): void method testSavesAOneToManyAssociationWithCascadeSaveSet (line 39) | public function testSavesAOneToManyAssociationWithCascadeSaveSet(): void method testSavesAnEmptyCollection (line 50) | public function testSavesAnEmptyCollection(): void method testDoesNotSaveAnInverseSideSet (line 58) | public function testDoesNotSaveAnInverseSideSet(): void method testRemovesOneToOneAssociation (line 67) | public function testRemovesOneToOneAssociation(): void method testEagerLoadsOneToManyAssociation (line 80) | public function testEagerLoadsOneToManyAssociation(): void method testLazyLoadsObjectsOnTheOwningSide (line 99) | public function testLazyLoadsObjectsOnTheOwningSide(): void method testLazyLoadsObjectsOnTheInverseSide (line 118) | public function testLazyLoadsObjectsOnTheInverseSide(): void method testLazyLoadsObjectsOnTheInverseSide2 (line 132) | public function testLazyLoadsObjectsOnTheInverseSide2(): void method testJoinFromOwningSide (line 152) | public function testJoinFromOwningSide(): void method testMatching (line 159) | #[Group('DDC-1637')] method testMatchingOnDirtyCollection (line 180) | #[Group('DDC-2340')] method testMatchingBis (line 200) | public function testMatchingBis(): void method createFixture (line 224) | private function createFixture(): void method assertFeatureForeignKeyIs (line 234) | public function assertFeatureForeignKeyIs($value, ECommerceFeature $fe... FILE: tests/Tests/ORM/Functional/OneToManyOrphanRemovalTest.php class OneToManyOrphanRemovalTest (line 15) | class OneToManyOrphanRemovalTest extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testOrphanRemoval (line 47) | public function testOrphanRemoval(): void method testOrphanRemovalRemoveFromCollection (line 66) | #[Group('DDC-3382')] method testOrphanRemovalClearCollectionAndReAdd (line 82) | #[Group('DDC-3382')] method testOrphanRemovalClearCollectionAndAddNew (line 100) | #[Group('DDC-2524')] method testOrphanRemovalUnitializedCollection (line 119) | #[Group('DDC-1496')] FILE: tests/Tests/ORM/Functional/OneToManySelfReferentialAssociationTest.php class OneToManySelfReferentialAssociationTest (line 16) | class OneToManySelfReferentialAssociationTest extends OrmFunctionalTestCase method setUp (line 24) | protected function setUp(): void method testSavesAOneToManyAssociationWithCascadeSaveSet (line 38) | public function testSavesAOneToManyAssociationWithCascadeSaveSet(): void method testSavesAnEmptyCollection (line 50) | public function testSavesAnEmptyCollection(): void method testDoesNotSaveAnInverseSideSet (line 58) | public function testDoesNotSaveAnInverseSideSet(): void method testRemovesOneToManyAssociation (line 67) | public function testRemovesOneToManyAssociation(): void method testEagerLoadsOneToManyAssociation (line 80) | public function testEagerLoadsOneToManyAssociation(): void method testLazyLoadsOneToManyAssociation (line 98) | public function testLazyLoadsOneToManyAssociation(): void method createFixture (line 117) | private function createFixture(): void method assertForeignKeyIs (line 127) | public function assertForeignKeyIs($value, ECommerceCategory $child): ... FILE: tests/Tests/ORM/Functional/OneToManyUnidirectionalAssociationTest.php class OneToManyUnidirectionalAssociationTest (line 17) | class OneToManyUnidirectionalAssociationTest extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testPersistOwningInverseCascade (line 40) | public function testPersistOwningInverseCascade(): void method testLegsAreUniqueToRoutes (line 65) | public function testLegsAreUniqueToRoutes(): void FILE: tests/Tests/ORM/Functional/OneToOneBidirectionalAssociationTest.php class OneToOneBidirectionalAssociationTest (line 15) | class OneToOneBidirectionalAssociationTest extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testSavesAOneToOneAssociationWithCascadeSaveSet (line 33) | public function testSavesAOneToOneAssociationWithCascadeSaveSet(): void method testDoesNotSaveAnInverseSideSet (line 42) | public function testDoesNotSaveAnInverseSideSet(): void method testRemovesOneToOneAssociation (line 51) | public function testRemovesOneToOneAssociation(): void method testEagerLoad (line 62) | public function testEagerLoad(): void method testLazyLoadsObjectsOnTheOwningSide (line 74) | public function testLazyLoadsObjectsOnTheOwningSide(): void method testInverseSideIsNeverLazy (line 88) | public function testInverseSideIsNeverLazy(): void method testUpdateWithProxyObject (line 104) | public function testUpdateWithProxyObject(): void method createFixture (line 139) | protected function createFixture(): void method assertCartForeignKeyIs (line 153) | public function assertCartForeignKeyIs($value): void FILE: tests/Tests/ORM/Functional/OneToOneEagerLoadingTest.php class OneToOneEagerLoadingTest (line 20) | #[Group('DDC-952')] method setUp (line 23) | protected function setUp(): void method testEagerLoadOneToOneOwningSide (line 36) | #[Group('non-cacheable')] method testEagerLoadOneToOneNullOwningSide (line 59) | #[Group('non-cacheable')] method testEagerLoadOneToOneInverseSide (line 76) | #[Group('non-cacheable')] method testEagerLoadOneToOneNullInverseSide (line 95) | #[Group('non-cacheable')] method testEagerLoadManyToOne (line 114) | public function testEagerLoadManyToOne(): void method testEagerLoadWithNullableColumnsGeneratesLeftJoinOnBothSides (line 129) | #[Group('non-cacheable')] method testEagerLoadWithNonNullableColumnsGeneratesInnerJoinOnOwningSide (line 152) | #[Group('non-cacheable')] method testEagerLoadWithNonNullableColumnsGeneratesLeftJoinOnNonOwningSide (line 180) | #[Group('non-cacheable')] method testEagerLoadingDoesNotBreakRefresh (line 192) | #[Group('DDC-1946')] class Train (line 209) | #[Entity] method __construct (line 240) | public function __construct(TrainOwner $owner) method setDriver (line 246) | public function setDriver(TrainDriver $driver): void method setOwner (line 252) | public function setOwner(TrainOwner $owner): void method addWaggon (line 258) | public function addWaggon(Waggon $w): void class TrainDriver (line 265) | #[Entity] method __construct (line 282) | public function __construct( method setTrain (line 288) | public function setTrain(Train $t): void class TrainOwner (line 294) | #[Entity] method __construct (line 311) | public function __construct( method setTrain (line 317) | public function setTrain(Train $t): void class Waggon (line 323) | #[Entity] method setTrain (line 336) | public function setTrain($train): void class TrainOrder (line 342) | #[Entity] method __construct (line 351) | public function __construct( FILE: tests/Tests/ORM/Functional/OneToOneInverseSideLoadAfterDqlQueryTest.php class OneToOneInverseSideLoadAfterDqlQueryTest (line 14) | class OneToOneInverseSideLoadAfterDqlQueryTest extends OrmFunctionalTest... method setUp (line 16) | protected function setUp(): void method testInverseSideOneToOneLoadedAfterDqlQuery (line 23) | #[Group('GH-6759')] FILE: tests/Tests/ORM/Functional/OneToOneInverseSideWithAssociativeIdLoadAfterDqlQueryTest.php class OneToOneInverseSideWithAssociativeIdLoadAfterDqlQueryTest (line 15) | class OneToOneInverseSideWithAssociativeIdLoadAfterDqlQueryTest extends ... method setUp (line 17) | protected function setUp(): void method testInverseSideWithAssociativeIdOneToOneLoadedAfterDqlQuery (line 24) | #[Group('GH-11108')] FILE: tests/Tests/ORM/Functional/OneToOneOrphanRemovalTest.php class OneToOneOrphanRemovalTest (line 15) | class OneToOneOrphanRemovalTest extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testOrphanRemoval (line 24) | public function testOrphanRemoval(): void method testOrphanRemovalWhenUnlink (line 62) | public function testOrphanRemovalWhenUnlink(): void FILE: tests/Tests/ORM/Functional/OneToOneSelfReferentialAssociationTest.php class OneToOneSelfReferentialAssociationTest (line 25) | class OneToOneSelfReferentialAssociationTest extends OrmFunctionalTestCase method setUp (line 31) | protected function setUp(): void method testSavesAOneToOneAssociationWithCascadeSaveSet (line 43) | public function testSavesAOneToOneAssociationWithCascadeSaveSet(): void method testRemovesOneToOneAssociation (line 52) | public function testRemovesOneToOneAssociation(): void method testFind (line 63) | public function testFind(): void method testEagerLoadsAssociation (line 71) | public function testEagerLoadsAssociation(): void method testLazyLoadsAssociation (line 83) | #[Group('mine')] method testMultiSelfReference (line 97) | public function testMultiSelfReference(): void method assertLoadingOfAssociation (line 119) | public function assertLoadingOfAssociation($customer): void method assertForeignKeyIs (line 125) | public function assertForeignKeyIs($value): void method createFixture (line 131) | private function createFixture(): int class MultiSelfReference (line 148) | #[Entity] method getId (line 164) | public function getId(): int method setOther1 (line 169) | public function setOther1(MultiSelfReference $other1): void method getOther1 (line 174) | public function getOther1(): MultiSelfReference|null method setOther2 (line 179) | public function setOther2(MultiSelfReference $other2): void method getOther2 (line 184) | public function getOther2(): MultiSelfReference|null FILE: tests/Tests/ORM/Functional/OneToOneSingleTableInheritanceTest.php class OneToOneSingleTableInheritanceTest (line 15) | class OneToOneSingleTableInheritanceTest extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testFindFromOneToOneOwningSideJoinedTableInheritance (line 31) | #[Group('DDC-3517')] FILE: tests/Tests/ORM/Functional/OneToOneUnidirectionalAssociationTest.php class OneToOneUnidirectionalAssociationTest (line 18) | class OneToOneUnidirectionalAssociationTest extends OrmFunctionalTestCase method setUp (line 24) | protected function setUp(): void method testSavesAOneToOneAssociationWithCascadeSaveSet (line 36) | public function testSavesAOneToOneAssociationWithCascadeSaveSet(): void method testRemovesOneToOneAssociation (line 45) | public function testRemovesOneToOneAssociation(): void method testEagerLoad (line 56) | public function testEagerLoad(): void method testLazyLoadsObjects (line 68) | public function testLazyLoadsObjects(): void method testDoesNotLazyLoadObjectsIfConfigurationDoesNotAllowIt (line 82) | public function testDoesNotLazyLoadObjectsIfConfigurationDoesNotAllowI... method createFixture (line 95) | protected function createFixture(): void method assertForeignKeyIs (line 109) | public function assertForeignKeyIs($value): void method testNullForeignKey (line 118) | #[Group('DDC-762')] FILE: tests/Tests/ORM/Functional/OrderedCollectionTest.php class OrderedCollectionTest (line 14) | class OrderedCollectionTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method createPersistedRouteWithLegs (line 37) | public function createPersistedRouteWithLegs(): int method testLazyManyToManyCollectionIsRetrievedWithOrderByClause (line 64) | public function testLazyManyToManyCollectionIsRetrievedWithOrderByClau... method testLazyOneToManyCollectionIsRetrievedWithOrderByClause (line 75) | public function testLazyOneToManyCollectionIsRetrievedWithOrderByClaus... method testOrderedResultFromDqlQuery (line 106) | public function testOrderedResultFromDqlQuery(): void FILE: tests/Tests/ORM/Functional/OrderedJoinedTableInheritanceCollectionTest.php class OrderedJoinedTableInheritanceCollectionTest (line 26) | class OrderedJoinedTableInheritanceCollectionTest extends OrmFunctionalT... method setUp (line 28) | protected function setUp(): void method testOrderdOneToManyCollection (line 59) | public function testOrderdOneToManyCollection(): void class OJTICPet (line 81) | #[Entity] method getName (line 114) | public function getName(): string class OJTICCat (line 120) | #[Entity] class OJTICDog (line 125) | #[Entity] FILE: tests/Tests/ORM/Functional/PaginationTest.php class PaginationTest (line 41) | #[Group('DDC-1613')] method setUp (line 44) | protected function setUp(): void method testCountSimpleWithoutJoin (line 62) | #[DataProvider('useOutputWalkers')] method testCountWithFetchJoin (line 73) | #[DataProvider('useOutputWalkers')] method testCountComplexWithOutputWalker (line 84) | public function testCountComplexWithOutputWalker(): void method testCountComplexWithoutOutputWalker (line 94) | public function testCountComplexWithoutOutputWalker(): void method testCountWithComplexScalarOrderBy (line 108) | #[DataProvider('useOutputWalkers')] method testIterateSimpleWithoutJoin (line 119) | #[DataProvider('useOutputWalkersAndFetchJoinCollection')] method iterateWithOrderAsc (line 142) | private function iterateWithOrderAsc($useOutputWalkers, $fetchJoinColl... method iterateWithOrderAscWithLimit (line 156) | private function iterateWithOrderAscWithLimit($useOutputWalkers, $fetc... method iterateWithOrderAscWithLimitAndOffset (line 172) | private function iterateWithOrderAscWithLimitAndOffset($useOutputWalke... method iterateWithOrderDesc (line 188) | private function iterateWithOrderDesc($useOutputWalkers, $fetchJoinCol... method iterateWithOrderDescWithLimit (line 201) | private function iterateWithOrderDescWithLimit($useOutputWalkers, $fet... method iterateWithOrderDescWithLimitAndOffset (line 216) | private function iterateWithOrderDescWithLimitAndOffset($useOutputWalk... method testIterateSimpleWithoutJoinWithOrder (line 231) | #[DataProvider('useOutputWalkersAndFetchJoinCollection')] method testIterateSimpleWithoutJoinWithOrderAndLimit (line 240) | #[DataProvider('useOutputWalkersAndFetchJoinCollection')] method testIterateSimpleWithoutJoinWithOrderAndLimitAndOffset (line 249) | #[DataProvider('useOutputWalkersAndFetchJoinCollection')] method testIterateSimpleWithOutputWalkerWithoutJoinWithComplexOrder (line 258) | #[DataProvider('fetchJoinCollection')] method testIterateSimpleWithOutputWalkerWithoutJoinWithComplexOrderAndLimit (line 267) | #[DataProvider('fetchJoinCollection')] method testIterateSimpleWithOutputWalkerWithoutJoinWithComplexOrderAndLimitAndOffset (line 276) | #[DataProvider('fetchJoinCollection')] method testIterateWithFetchJoin (line 285) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinWithOrder (line 296) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinWithOrderAndLimit (line 304) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinWithOrderAndLimitAndOffset (line 312) | #[DataProvider('useOutputWalkers')] method testIterateWithRegularJoinWithOrderByColumnFromJoined (line 320) | #[DataProvider('useOutputWalkersAndFetchJoinCollection')] method testIterateWithRegularJoinWithOrderByColumnFromJoinedWithLimit (line 328) | #[DataProvider('useOutputWalkersAndFetchJoinCollection')] method testIterateWithRegularJoinWithOrderByColumnFromJoinedWithLimitAndOffset (line 336) | #[DataProvider('useOutputWalkersAndFetchJoinCollection')] method testIterateWithOutputWalkersWithRegularJoinWithComplexOrderByReferencingJoined (line 344) | #[DataProvider('fetchJoinCollection')] method testIterateWithOutputWalkersWithRegularJoinWithComplexOrderByReferencingJoinedWithLimit (line 354) | #[DataProvider('fetchJoinCollection')] method testIterateWithOutputWalkersWithRegularJoinWithComplexOrderByReferencingJoinedWithLimitAndOffset (line 364) | #[DataProvider('fetchJoinCollection')] method testIterateWithFetchJoinWithOrderByColumnFromJoined (line 374) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinWithOrderByColumnFromJoinedWithLimit (line 382) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinWithOrderByColumnFromJoinedWithLimitAndOffset (line 390) | #[DataProvider('useOutputWalkers')] method testIterateWithOutputWalkersWithFetchJoinWithComplexOrderByReferencingJoined (line 398) | #[DataProvider('fetchJoinCollection')] method testIterateWithOutputWalkersWithFetchJoinWithComplexOrderByReferencingJoinedWithLimit (line 406) | #[DataProvider('fetchJoinCollection')] method testIterateWithOutputWalkersWithFetchJoinWithComplexOrderByReferencingJoinedWithLimitAndOffset (line 414) | #[DataProvider('fetchJoinCollection')] method testIterateWithOutputWalkersWithFetchJoinWithComplexOrderByReferencingJoinedWithLimitAndOffsetWithInheritanceType (line 422) | #[DataProvider('fetchJoinCollection')] method testIterateComplexWithOutputWalker (line 430) | public function testIterateComplexWithOutputWalker(): void method testJoinedClassTableInheritance (line 440) | public function testJoinedClassTableInheritance(): void method testIterateWithFetchJoinOneToManyWithOrderByColumnFromBoth (line 449) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinOneToManyWithOrderByColumnFromBothWithLimitWithOutputWalker (line 459) | public function testIterateWithFetchJoinOneToManyWithOrderByColumnFrom... method testIterateWithFetchJoinOneToManyWithOrderByColumnFromBothWithLimitWithoutOutputWalker (line 468) | public function testIterateWithFetchJoinOneToManyWithOrderByColumnFrom... method testIterateWithFetchJoinOneToManyWithOrderByColumnFromRoot (line 480) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinOneToManyWithOrderByColumnFromRootWithLimit (line 488) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinOneToManyWithOrderByColumnFromRootWithLimitAndOffset (line 496) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinOneToManyWithOrderByColumnFromJoined (line 504) | #[DataProvider('useOutputWalkers')] method testIterateWithFetchJoinOneToManyWithOrderByColumnFromJoinedWithLimitWithOutputWalker (line 512) | public function testIterateWithFetchJoinOneToManyWithOrderByColumnFrom... method testIterateWithFetchJoinOneToManyWithOrderByColumnFromJoinedWithLimitWithoutOutputWalker (line 519) | public function testIterateWithFetchJoinOneToManyWithOrderByColumnFrom... method testCountWithCountSubqueryInWhereClauseWithOutputWalker (line 530) | public function testCountWithCountSubqueryInWhereClauseWithOutputWalke... method testIterateWithCountSubqueryInWhereClause (line 540) | public function testIterateWithCountSubqueryInWhereClause(): void method testDetectOutputWalker (line 555) | public function testDetectOutputWalker(): void method testPaginationWithColumnAttributeNameDifference (line 575) | public function testPaginationWithColumnAttributeNameDifference(): void method testCloneQuery (line 586) | public function testCloneQuery(): void method testQueryWalkerIsKept (line 597) | public function testQueryWalkerIsKept(): void method testCustomIdTypeWithoutOutputWalker (line 609) | #[Group('GH-7890')] method testCountQueryStripsParametersInSelect (line 629) | public function testCountQueryStripsParametersInSelect(): void method testPaginationWithSubSelectOrderByExpression (line 657) | #[DataProvider('useOutputWalkersAndFetchJoinCollection')] method testDifferentResultLengthsDoNotRequireExtraQueryCacheEntries (line 679) | public function testDifferentResultLengthsDoNotRequireExtraQueryCacheE... method populate (line 701) | public function populate(): void method useOutputWalkers (line 771) | public static function useOutputWalkers(): array method fetchJoinCollection (line 780) | public static function fetchJoinCollection(): array method useOutputWalkersAndFetchJoinCollection (line 789) | public static function useOutputWalkersAndFetchJoinCollection(): array class CustomPaginationTestTreeWalker (line 800) | class CustomPaginationTestTreeWalker extends TreeWalkerAdapter method walkSelectStatement (line 802) | public function walkSelectStatement(SelectStatement $selectStatement):... FILE: tests/Tests/ORM/Functional/ParserResultSerializationTest.php class ParserResultSerializationTest (line 27) | class ParserResultSerializationTest extends OrmFunctionalTestCase method setUp (line 31) | protected function setUp(): void method testSerializeParserResultForQueryWithSqlWalker (line 39) | #[DataProvider('provideToSerializedAndBack')] method testSerializeParserResultForQueryWithSqlOutputWalker (line 59) | #[DataProvider('provideToSerializedAndBack')] method provideToSerializedAndBack (line 75) | public static function provideToSerializedAndBack(): Generator method testUnserializeSingleSelectResult (line 90) | #[DataProvider('provideSerializedSingleSelectResults')] method provideSerializedSingleSelectResults (line 105) | public static function provideSerializedSingleSelectResults(): Generator method testSymfony44ProvidedData (line 110) | public function testSymfony44ProvidedData(): void method parseQuery (line 130) | private static function parseQuery(Query $query): ParserResult FILE: tests/Tests/ORM/Functional/PersistentCollectionCriteriaTest.php class PersistentCollectionCriteriaTest (line 18) | class PersistentCollectionCriteriaTest extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method tearDown (line 29) | public function tearDown(): void method loadTweetFixture (line 38) | public function loadTweetFixture(): void method loadQuoteFixture (line 59) | public function loadQuoteFixture(): void method testCanCountWithoutLoadingPersistentCollection (line 76) | public function testCanCountWithoutLoadingPersistentCollection(): void method testCanHandleComplexTypesOnAssociation (line 101) | public function testCanHandleComplexTypesOnAssociation(): void FILE: tests/Tests/ORM/Functional/PersistentCollectionTest.php class PersistentCollectionTest (line 16) | class PersistentCollectionTest extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testPersist (line 34) | public function testPersist(): void method testExtraLazyIsEmptyDoesNotInitializeCollection (line 56) | public function testExtraLazyIsEmptyDoesNotInitializeCollection(): void method testMatchingDoesNotModifyTheGivenCriteria (line 82) | #[Group('#1206')] FILE: tests/Tests/ORM/Functional/PostFlushEventTest.php class PostFlushEventTest (line 16) | class PostFlushEventTest extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testListenerShouldBeNotified (line 31) | public function testListenerShouldBeNotified(): void method testListenerShouldNotBeNotifiedWhenFlushThrowsException (line 38) | public function testListenerShouldNotBeNotifiedWhenFlushThrowsExceptio... method testListenerShouldReceiveEntityManagerThroughArgs (line 55) | public function testListenerShouldReceiveEntityManagerThroughArgs(): void method createNewValidUser (line 63) | private function createNewValidUser(): CmsUser class PostFlushListener (line 73) | class PostFlushListener method postFlush (line 81) | public function postFlush(PostFlushEventArgs $args): void FILE: tests/Tests/ORM/Functional/PostLoadEventTest.php class PostLoadEventTest (line 18) | class PostLoadEventTest extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testLoadedEntityUsingFindShouldTriggerEvent (line 31) | public function testLoadedEntityUsingFindShouldTriggerEvent(): void method testLoadedEntityUsingQueryShouldTriggerEvent (line 47) | public function testLoadedEntityUsingQueryShouldTriggerEvent(): void method testLoadedAssociationToOneShouldTriggerEvent (line 66) | public function testLoadedAssociationToOneShouldTriggerEvent(): void method testLoadedAssociationToManyShouldTriggerEvent (line 85) | public function testLoadedAssociationToManyShouldTriggerEvent(): void method testLoadedProxyEntityShouldTriggerEvent (line 104) | public function testLoadedProxyEntityShouldTriggerEvent(): void method testLoadedProxyPartialShouldTriggerEvent (line 133) | public function testLoadedProxyPartialShouldTriggerEvent(): void method testLoadedProxyAssociationToOneShouldTriggerEvent (line 153) | public function testLoadedProxyAssociationToOneShouldTriggerEvent(): void method testLoadedProxyAssociationToManyShouldTriggerEvent (line 173) | public function testLoadedProxyAssociationToManyShouldTriggerEvent(): ... method testAssociationsArePopulatedWhenEventIsFired (line 193) | #[Group('DDC-3005')] method testEventRaisedCorrectTimesWhenOtherEntityLoadedInEventHandler (line 208) | #[Group('DDC-3005')] method loadFixture (line 220) | private function loadFixture(): void class PostLoadListener (line 257) | class PostLoadListener method postLoad (line 259) | public function postLoad(PostLoadEventArgs $event): void class PostLoadListenerCheckAssociationsArePopulated (line 266) | class PostLoadListenerCheckAssociationsArePopulated method postLoad (line 274) | public function postLoad(PostLoadEventArgs $event): void class PostLoadListenerLoadEntityInEventHandler (line 288) | class PostLoadListenerLoadEntityInEventHandler method postLoad (line 293) | public function postLoad(PostLoadEventArgs $event): void method countHandledEvents (line 308) | public function countHandledEvents($className): int FILE: tests/Tests/ORM/Functional/PrePersistEventTest.php class PrePersistEventTest (line 18) | class PrePersistEventTest extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testCallingPersistInPrePersistHook (line 30) | public function testCallingPersistInPrePersistHook(): void class PrePersistUnmappedPersistListener (line 46) | class PrePersistUnmappedPersistListener method prePersist (line 48) | public function prePersist(PrePersistEventArgs $args): void class EntityWithUnmappedEntity (line 62) | #[Entity] method __construct (line 72) | public function __construct() class EntityWithCascadeAssociation (line 78) | #[Entity] method __construct (line 89) | public function __construct() FILE: tests/Tests/ORM/Functional/PropertyHooksTest.php class PropertyHooksTest (line 14) | #[RequiresPhp('>= 8.4.0')] method setUp (line 17) | protected function setUp(): void method testMapPropertyHooks (line 34) | public function testMapPropertyHooks(): void method testTriggerLazyLoadingWhenAccessingPropertyHooks (line 68) | public function testTriggerLazyLoadingWhenAccessingPropertyHooks(): void method testMappingVirtualPropertyIsNotSupported (line 96) | public function testMappingVirtualPropertyIsNotSupported(): void FILE: tests/Tests/ORM/Functional/ProxiesLikeEntitiesTest.php class ProxiesLikeEntitiesTest (line 26) | class ProxiesLikeEntitiesTest extends OrmFunctionalTestCase method setUp (line 31) | protected function setUp(): void method testPersistUpdate (line 56) | public function testPersistUpdate(): void method testEntityWithIdentifier (line 76) | public function testEntityWithIdentifier(): void method testProxyAsDqlParameterPersist (line 93) | public function testProxyAsDqlParameterPersist(): void method testFindWithProxyName (line 110) | public function testFindWithProxyName(): void method tearDown (line 137) | protected function tearDown(): void FILE: tests/Tests/ORM/Functional/QueryBuilderParenthesisTest.php class QueryBuilderParenthesisTest (line 13) | class QueryBuilderParenthesisTest extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testParenthesisOnSingleLine (line 22) | public function testParenthesisOnSingleLine(): void method testParenthesisOnMultiLine (line 44) | public function testParenthesisOnMultiLine(): void class QueryBuilderParenthesisEntity (line 72) | #[Entity] FILE: tests/Tests/ORM/Functional/QueryCacheTest.php class QueryCacheTest (line 21) | class QueryCacheTest extends OrmFunctionalTestCase method setUp (line 23) | protected function setUp(): void method testQueryCacheDependsOnHints (line 30) | public function testQueryCacheDependsOnHints(): array method testQueryCacheDoesNotDependOnFirstResultForDefaultOutputWalker (line 48) | #[Depends('testQueryCacheDependsOnHints')] method testQueryCacheDoesNotDependOnMaxResultsForDefaultOutputWalker (line 64) | #[Depends('testQueryCacheDependsOnHints')] method testQueryCacheDependsOnHydrationMode (line 79) | #[Depends('testQueryCacheDependsOnHints')] method testQueryCacheNoHitSaveParserResult (line 92) | public function testQueryCacheNoHitSaveParserResult(): void method testQueryCacheHitDoesNotSaveParserResult (line 121) | public function testQueryCacheHitDoesNotSaveParserResult(): void FILE: tests/Tests/ORM/Functional/QueryDqlFunctionTest.php class QueryDqlFunctionTest (line 22) | class QueryDqlFunctionTest extends OrmFunctionalTestCase method setUp (line 24) | protected function setUp(): void method testAggregateSum (line 33) | public function testAggregateSum(): void method testAggregateAvg (line 41) | public function testAggregateAvg(): void method testAggregateMin (line 49) | public function testAggregateMin(): void method testAggregateMax (line 57) | public function testAggregateMax(): void method testAggregateCount (line 65) | public function testAggregateCount(): void method testFunctionAbs (line 73) | public function testFunctionAbs(): void method testFunctionConcat (line 85) | public function testFunctionConcat(): void method testFunctionLength (line 97) | public function testFunctionLength(): void method testFunctionLocate (line 109) | public function testFunctionLocate(): void method testFunctionLower (line 128) | public function testFunctionLower(): void method testFunctionMod (line 140) | public function testFunctionMod(): void method testFunctionSqrt (line 152) | public function testFunctionSqrt(): void method testFunctionUpper (line 164) | public function testFunctionUpper(): void method testFunctionSubstring (line 176) | public function testFunctionSubstring(): void method testFunctionTrim (line 196) | public function testFunctionTrim(): void method testOperatorAdd (line 219) | public function testOperatorAdd(): void method testOperatorSub (line 231) | public function testOperatorSub(): void method testOperatorMultiply (line 243) | public function testOperatorMultiply(): void method testOperatorDiv (line 255) | public function testOperatorDiv(): void method testConcatFunction (line 267) | public function testConcatFunction(): void method testDateDiff (line 279) | #[Group('DDC-1014')] method testDateAdd (line 293) | #[DataProvider('dateAddSubProvider')] method testDateSub (line 329) | #[DataProvider('dateAddSubProvider')] method dateAddSubProvider (line 365) | public static function dateAddSubProvider(): array method testBitOrComparison (line 380) | #[Group('DDC-1213')] method testBitAndComparison (line 402) | #[Group('DDC-1213')] method testInArithmeticExpression1 (line 424) | public function testInArithmeticExpression1(): void method testInArithmeticExpression2 (line 440) | public function testInArithmeticExpression2(): void method generateFixture (line 458) | protected function generateFixture(): void method testDateAddWithColumnInterval (line 492) | #[Group('GH-11240')] method testDateSubWithColumnInterval (line 507) | #[Group('GH-11240')] FILE: tests/Tests/ORM/Functional/QueryIterableTest.php class QueryIterableTest (line 13) | final class QueryIterableTest extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testAlias (line 22) | public function testAlias(): void method testAliasInnerJoin (line 44) | public function testAliasInnerJoin(): void method testIndexByQueryWithOneResult (line 74) | public function testIndexByQueryWithOneResult(): void method testIndexByQueryWithMultipleResults (line 88) | public function testIndexByQueryWithMultipleResults(): void FILE: tests/Tests/ORM/Functional/QueryParameterTest.php class QueryParameterTest (line 14) | #[Group('GH-11278')] method setUp (line 19) | protected function setUp(): void method testParameterTypeInBuilder (line 45) | public function testParameterTypeInBuilder(): void method testParameterTypeInQuery (line 58) | public function testParameterTypeInQuery(): void method testDbalTypeStringInBuilder (line 71) | public function testDbalTypeStringInBuilder(): void method testDbalTypeStringInQuery (line 84) | public function testDbalTypeStringInQuery(): void method testArrayParameterTypeInBuilder (line 97) | public function testArrayParameterTypeInBuilder(): void method testArrayParameterTypeInQuery (line 111) | public function testArrayParameterTypeInQuery(): void FILE: tests/Tests/ORM/Functional/QueryTest.php class QueryTest (line 30) | class QueryTest extends OrmFunctionalTestCase method setUp (line 32) | protected function setUp(): void method testSimpleQueries (line 39) | public function testSimpleQueries(): void method testJoinQueries (line 79) | public function testJoinQueries(): void method testJoinPartialArrayHydration (line 112) | public function testJoinPartialArrayHydration(): void method testUsingZeroBasedQueryParameterShouldWork (line 158) | public function testUsingZeroBasedQueryParameterShouldWork(): void method testUsingUnknownQueryParameterShouldThrowException (line 175) | public function testUsingUnknownQueryParameterShouldThrowException(): ... method testTooManyParametersShouldThrowException (line 185) | public function testTooManyParametersShouldThrowException(): void method testTooFewParametersShouldThrowException (line 197) | public function testTooFewParametersShouldThrowException(): void method testInvalidInputParameterThrowsException (line 206) | public function testInvalidInputParameterThrowsException(): void method testUseStringEnumCaseAsParameter (line 215) | public function testUseStringEnumCaseAsParameter(): void method testUseIntegerEnumCaseAsParameter (line 242) | public function testUseIntegerEnumCaseAsParameter(): void method testSetParameters (line 269) | public function testSetParameters(): void method testSetParametersBackwardsCompatible (line 285) | public function testSetParametersBackwardsCompatible(): void method testIterateResultAsArrayAndParams (line 296) | #[Group('DDC-1070')] method testIterateResultIterativelyBuildUpUnitOfWork (line 334) | public function testIterateResultIterativelyBuildUpUnitOfWork(): void method testToIterableWithMultipleSelectElements (line 370) | public function testToIterableWithMultipleSelectElements(): void method testToIterableWithMixedResultEntityScalars (line 406) | public function testToIterableWithMixedResultEntityScalars(): void method testToIterableWithMixedResultArbitraryJoinsScalars (line 448) | public function testToIterableWithMixedResultArbitraryJoinsScalars(): ... method testToIterableWithMixedResultScalarsOnly (line 493) | public function testToIterableWithMixedResultScalarsOnly(): void method testIterateResultClearEveryCycle (line 536) | public function testIterateResultClearEveryCycle(): void method testToIterableResultFetchJoinedCollectionThrowsException (line 573) | public function testToIterableResultFetchJoinedCollectionThrowsExcepti... method testGetSingleResultThrowsExceptionOnNoResult (line 581) | public function testGetSingleResultThrowsExceptionOnNoResult(): void method testGetSingleScalarResultThrowsExceptionOnNoResult (line 588) | public function testGetSingleScalarResultThrowsExceptionOnNoResult(): ... method testGetSingleScalarResultThrowsExceptionOnSingleRowWithMultipleColumns (line 595) | public function testGetSingleScalarResultThrowsExceptionOnSingleRowWit... method testGetSingleScalarResultThrowsExceptionOnNonUniqueResult (line 618) | public function testGetSingleScalarResultThrowsExceptionOnNonUniqueRes... method testModifiedLimitQuery (line 651) | public function testModifiedLimitQuery(): void method testEntityParameters (line 690) | #[Group('DDC-604')] method testEnableFetchEagerMode (line 717) | #[Group('DDC-952')] method testgetOneOrNullResult (line 746) | #[Group('DDC-991')] method testgetOneOrNullResultSeveralRows (line 768) | #[Group('DDC-991')] method testgetOneOrNullResultNoRows (line 791) | #[Group('DDC-991')] method testParameterOrder (line 801) | #[Group('DBAL-171')] method testDqlWithAutoInferOfParameters (line 837) | public function testDqlWithAutoInferOfParameters(): void method testQueryBuilderWithStringWhereClauseContainingOrAndConditionalPrimary (line 868) | public function testQueryBuilderWithStringWhereClauseContainingOrAndCo... method testQueryWithArrayOfEntitiesAsParameter (line 882) | public function testQueryWithArrayOfEntitiesAsParameter(): void method testQueryWithHiddenAsSelectExpression (line 914) | public function testQueryWithHiddenAsSelectExpression(): void method testSetParameterBindingSingleIdentifierObject (line 944) | #[Group('DDC-1651')] method testSetCollectionParameterBindingSingleIdentifierObject (line 965) | #[Group('DDC-2319')] method testUnexpectedResultException (line 1013) | #[Group('DDC-1822')] method testMultipleJoinComponentsUsingInnerJoin (line 1046) | public function testMultipleJoinComponentsUsingInnerJoin(): void method testMultipleJoinComponentsUsingLeftJoin (line 1079) | public function testMultipleJoinComponentsUsingLeftJoin(): void FILE: tests/Tests/ORM/Functional/ReadOnlyTest.php class ReadOnlyTest (line 18) | #[Group('DDC-692')] method setUp (line 21) | protected function setUp(): void method testReadOnlyEntityNeverChangeTracked (line 28) | public function testReadOnlyEntityNeverChangeTracked(): void method testClearReadOnly (line 45) | #[Group('DDC-1659')] method testClearEntitiesReadOnly (line 58) | #[Group('DDC-1659')] method testReadOnlyQueryHint (line 71) | public function testReadOnlyQueryHint(): void method testNotReadOnlyQueryHint (line 91) | public function testNotReadOnlyQueryHint(): void method testNotReadOnlyIfObjectWasProxyBefore (line 109) | public function testNotReadOnlyIfObjectWasProxyBefore(): void method testNotReadOnlyIfObjectWasKnownBefore (line 131) | public function testNotReadOnlyIfObjectWasKnownBefore(): void class ReadOnlyEntity (line 154) | #[Entity(readOnly: true)] method __construct (line 163) | public function __construct( FILE: tests/Tests/ORM/Functional/ReadonlyPropertiesTest.php class ReadonlyPropertiesTest (line 15) | class ReadonlyPropertiesTest extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testSimpleEntity (line 33) | public function testSimpleEntity(): void method testEntityWithLazyManyToOne (line 46) | public function testEntityWithLazyManyToOne(): void method testEntityWithEagerManyToOne (line 63) | public function testEntityWithEagerManyToOne(): void method testEntityWithManyToMany (line 88) | public function testEntityWithManyToMany(): void FILE: tests/Tests/ORM/Functional/ReferenceProxyTest.php class ReferenceProxyTest (line 27) | class ReferenceProxyTest extends OrmFunctionalTestCase method setUp (line 29) | protected function setUp(): void method createProduct (line 37) | public function createProduct(): int method createAuction (line 49) | public function createAuction(): int method testLazyLoadsFieldValuesFromDatabase (line 61) | public function testLazyLoadsFieldValuesFromDatabase(): void method testAccessMetatadaForProxy (line 69) | #[Group('DDC-727')] method testReferenceFind (line 80) | #[Group('DDC-1033')] method testCloneProxy (line 92) | #[Group('DDC-1033')] method testCloneProxyWithResetId (line 115) | public function testCloneProxyWithResetId(): void method testInitializeProxy (line 133) | #[Group('DDC-733')] method testInitializeChangeAndFlushProxy (line 146) | #[Group('DDC-1163')] method testWakeupOnProxy (line 162) | #[Group('DDC-1022')] method testDoNotInitializeProxyOnGettingTheIdentifier (line 181) | public function testDoNotInitializeProxyOnGettingTheIdentifier(): void method testDoNotInitializeProxyOnGettingTheIdentifierDDC1625 (line 193) | #[Group('DDC-1625')] method testDoNotInitializeProxyOnGettingTheIdentifierAndReturnTheRightType (line 206) | public function testDoNotInitializeProxyOnGettingTheIdentifierAndRetur... method testInitializeProxyOnGettingSomethingOtherThanTheIdentifier (line 229) | public function testInitializeProxyOnGettingSomethingOtherThanTheIdent... method testCommonPersistenceProxy (line 241) | #[Group('DDC-1604')] FILE: tests/Tests/ORM/Functional/ResultCacheTest.php class ResultCacheTest (line 25) | class ResultCacheTest extends OrmFunctionalTestCase method setUp (line 27) | protected function setUp(): void method testResultCache (line 34) | public function testResultCache(): void method testSetResultCacheId (line 73) | public function testSetResultCacheId(): void method testUseResultCacheParams (line 88) | #[Group('DDC-1026')] method testEnableResultCache (line 114) | public function testEnableResultCache(): void method testEnableResultCacheWithIterable (line 129) | public function testEnableResultCacheWithIterable(): void method testEnableResultCacheParams (line 156) | #[Group('DDC-1026')] method testDisableResultCache (line 183) | public function testDisableResultCache(): void method testNativeQueryResultCaching (line 198) | public function testNativeQueryResultCaching(): array method testResultCacheNotDependsOnQueryHints (line 220) | #[Depends('testNativeQueryResultCaching')] method testResultCacheDependsOnParameters (line 235) | #[Depends('testNativeQueryResultCaching')] method testResultCacheNotDependsOnHydrationMode (line 250) | #[Depends('testNativeQueryResultCaching')] method testResultCacheWithObjectParameter (line 265) | #[Group('DDC-909')] method setResultCache (line 325) | private function setResultCache(AbstractQuery $query, CacheItemPoolInt... method assertCacheHasItem (line 333) | private static function assertCacheHasItem(string $key, CacheItemPoolI... method resetCache (line 341) | private function resetCache(): void method assertCacheDoesNotHaveItem (line 346) | private static function assertCacheDoesNotHaveItem(string $key, CacheI... FILE: tests/Tests/ORM/Functional/SQLFilterTest.php class SQLFilterTest (line 43) | #[Group('non-cacheable')] method setUp (line 60) | protected function setUp(): void method tearDown (line 68) | public function tearDown(): void method testConfigureFilter (line 77) | public function testConfigureFilter(): void method testEntityManagerEnableFilter (line 87) | public function testEntityManagerEnableFilter(): void method testEntityManagerEnabledFilters (line 111) | public function testEntityManagerEnabledFilters(): void method testEntityManagerDisableFilter (line 126) | public function testEntityManagerDisableFilter(): void method testEntityManagerGetFilter (line 159) | public function testEntityManagerGetFilter(): void method testEntityManagerIsFilterEnabled (line 181) | #[Group('DDC-2203')] method configureFilters (line 199) | private function configureFilters(EntityManagerInterface $em): void method getMockConnection (line 207) | private function getMockConnection(): Connection&MockObject method getMockEntityManager (line 218) | private function getMockEntityManager(): EntityManagerInterface&MockOb... method addMockFilterCollection (line 223) | private function addMockFilterCollection(EntityManagerInterface&MockOb... method testSQLFilterGetSetParameter (line 234) | public function testSQLFilterGetSetParameter(): void method testSQLFilterGetConnection (line 260) | #[Group('DDC-3161')] method testSQLFilterSetParameterInfersType (line 279) | public function testSQLFilterSetParameterInfersType(): void method testSQLFilterSetArrayParameterInfersType (line 305) | public function testSQLFilterSetArrayParameterInfersType(): void method testSQLFilterAddConstraint (line 328) | public function testSQLFilterAddConstraint(): void method testSQLFilterToString (line 346) | public function testSQLFilterToString(): void method testQueryCacheDependsOnFilters (line 368) | public function testQueryCacheDependsOnFilters(): void method testQueryGenerationDependsOnFilters (line 390) | public function testQueryGenerationDependsOnFilters(): void method testRepositoryFind (line 403) | public function testRepositoryFind(): void method testRepositoryFindAll (line 417) | public function testRepositoryFindAll(): void method testRepositoryFindBy (line 429) | public function testRepositoryFindBy(): void method testRepositoryFindByX (line 445) | public function testRepositoryFindByX(): void method testRepositoryFindOneBy (line 457) | public function testRepositoryFindOneBy(): void method testRepositoryFindOneByX (line 473) | public function testRepositoryFindOneByX(): void method testToOneFilter (line 485) | public function testToOneFilter(): void method testOneToOneInverseSideWithFilter (line 506) | public function testOneToOneInverseSideWithFilter(): void method testManyToManyFilter (line 521) | public function testManyToManyFilter(): void method testWhereFilter (line 537) | public function testWhereFilter(): void method testWhereOrFilter (line 553) | public function testWhereOrFilter(): void method loadLazyFixtureData (line 569) | private function loadLazyFixtureData(): void method useCMSArticleTopicFilter (line 577) | private function useCMSArticleTopicFilter(): void method testOneToManyExtraLazyCountWithFilter (line 584) | public function testOneToManyExtraLazyCountWithFilter(): void method testOneToManyExtraLazyContainsWithFilter (line 597) | public function testOneToManyExtraLazyContainsWithFilter(): void method testOneToManyExtraLazySliceWithFilter (line 611) | public function testOneToManyExtraLazySliceWithFilter(): void method useCMSGroupPrefixFilter (line 624) | private function useCMSGroupPrefixFilter(): void method testManyToManyExtraLazyCountWithFilter (line 631) | public function testManyToManyExtraLazyCountWithFilter(): void method testManyToManyExtraLazyContainsWithFilter (line 645) | public function testManyToManyExtraLazyContainsWithFilter(): void method testManyToManyExtraLazySliceWithFilter (line 659) | public function testManyToManyExtraLazySliceWithFilter(): void method loadFixtureData (line 672) | private function loadFixtureData(): void method testJoinSubclassPersisterFilterOnlyOnRootTableWhenFetchingSubEntity (line 736) | public function testJoinSubclassPersisterFilterOnlyOnRootTableWhenFetc... method testJoinSubclassPersisterFilterOnlyOnRootTableWhenFetchingRootEntity (line 754) | public function testJoinSubclassPersisterFilterOnlyOnRootTableWhenFetc... method loadCompanyJoinedSubclassFixtureData (line 770) | private function loadCompanyJoinedSubclassFixtureData(): void method testSingleTableInheritanceFilterOnlyOnRootTableWhenFetchingSubEntity (line 794) | public function testSingleTableInheritanceFilterOnlyOnRootTableWhenFet... method testSingleTableInheritanceFilterOnlyOnRootTableWhenFetchingRootEntity (line 813) | public function testSingleTableInheritanceFilterOnlyOnRootTableWhenFet... method loadCompanySingleTableInheritanceFixtureData (line 830) | private function loadCompanySingleTableInheritanceFixtureData(): void method useCompletedContractFilter (line 877) | private function useCompletedContractFilter(): void method testManyToManyExtraLazyCountWithFilterOnSTI (line 886) | public function testManyToManyExtraLazyCountWithFilterOnSTI(): void method testManyToManyExtraLazyContainsWithFilterOnSTI (line 902) | public function testManyToManyExtraLazyContainsWithFilterOnSTI(): void method testManyToManyExtraLazySliceWithFilterOnSTI (line 922) | public function testManyToManyExtraLazySliceWithFilterOnSTI(): void method usePersonNameFilter (line 938) | private function usePersonNameFilter($name): void method testManyToManyExtraLazyCountWithFilterOnCTI (line 948) | public function testManyToManyExtraLazyCountWithFilterOnCTI(): void method testManyToManyExtraLazyContainsWithFilterOnCTI (line 964) | public function testManyToManyExtraLazyContainsWithFilterOnCTI(): void method testManyToManyExtraLazySliceWithFilterOnCTI (line 984) | public function testManyToManyExtraLazySliceWithFilterOnCTI(): void method testOneToManyExtraLazyCountWithFilterOnSTI (line 1000) | public function testOneToManyExtraLazyCountWithFilterOnSTI(): void method testOneToManyExtraLazyContainsWithFilterOnSTI (line 1016) | public function testOneToManyExtraLazyContainsWithFilterOnSTI(): void method testOneToManyExtraLazySliceWithFilterOnSTI (line 1036) | public function testOneToManyExtraLazySliceWithFilterOnSTI(): void method loadCompanyOrganizationEventJoinedSubclassFixtureData (line 1052) | private function loadCompanyOrganizationEventJoinedSubclassFixtureData... method useCompanyEventIdFilter (line 1074) | private function useCompanyEventIdFilter(): void method testOneToManyExtraLazyCountWithFilterOnCTI (line 1084) | public function testOneToManyExtraLazyCountWithFilterOnCTI(): void method testOneToManyExtraLazyContainsWithFilterOnCTI (line 1100) | public function testOneToManyExtraLazyContainsWithFilterOnCTI(): void method testOneToManyExtraLazySliceWithFilterOnCTI (line 1121) | public function testOneToManyExtraLazySliceWithFilterOnCTI(): void method testRetrieveSingleAsListThrowsException (line 1137) | public function testRetrieveSingleAsListThrowsException(): void method testRetrieveListAsSingleThrowsException (line 1151) | public function testRetrieveListAsSingleThrowsException(): void class MySoftDeleteFilter (line 1166) | class MySoftDeleteFilter extends SQLFilter method addFilterConstraint (line 1168) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... class MyLocaleFilter (line 1178) | class MyLocaleFilter extends SQLFilter method addFilterConstraint (line 1180) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... class CMSCountryFilter (line 1190) | class CMSCountryFilter extends SQLFilter method addFilterConstraint (line 1192) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... class CMSGroupPrefixFilter (line 1202) | class CMSGroupPrefixFilter extends SQLFilter method addFilterConstraint (line 1204) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... class CMSArticleTopicFilter (line 1214) | class CMSArticleTopicFilter extends SQLFilter method addFilterConstraint (line 1216) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... class CompanyPersonNameFilter (line 1226) | class CompanyPersonNameFilter extends SQLFilter method addFilterConstraint (line 1228) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... class CompletedContractFilter (line 1238) | class CompletedContractFilter extends SQLFilter method addFilterConstraint (line 1240) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... class CompanyEventFilter (line 1250) | class CompanyEventFilter extends SQLFilter method addFilterConstraint (line 1252) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... FILE: tests/Tests/ORM/Functional/SchemaTool/CompanySchemaTest.php class CompanySchemaTest (line 15) | class CompanySchemaTest extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testGeneratedSchema (line 24) | #[Group('DDC-966')] method testSingleTableInheritance (line 34) | #[Depends('testGeneratedSchema')] FILE: tests/Tests/ORM/Functional/SchemaTool/DBAL483Test.php class DBAL483Test (line 17) | class DBAL483Test extends OrmFunctionalTestCase method testDefaultValueIsComparedCorrectly (line 19) | #[Group('DBAL-483')] class DBAL483Default (line 34) | #[Entity] FILE: tests/Tests/ORM/Functional/SchemaTool/DDC214Test.php class DDC214Test (line 23) | class DDC214Test extends OrmFunctionalTestCase method setUp (line 25) | protected function setUp(): void method testCmsAddressModel (line 36) | #[Group('DDC-214')] method testCompanyModel (line 49) | #[Group('DDC-214')] method assertCreatedSchemaNeedsNoUpdates (line 65) | public function assertCreatedSchemaNeedsNoUpdates(string ...$classes):... FILE: tests/Tests/ORM/Functional/SchemaTool/MySqlSchemaToolTest.php class MySqlSchemaToolTest (line 28) | class MySqlSchemaToolTest extends OrmFunctionalTestCase method setUp (line 30) | protected function setUp(): void method testGetCreateSchemaSql (line 39) | public function testGetCreateSchemaSql(): void method testGetCreateSchemaSql2 (line 116) | public function testGetCreateSchemaSql2(): void method testGetCreateSchemaSql3 (line 132) | public function testGetCreateSchemaSql3(): void method testGetCreateSchemaSql4 (line 150) | #[Group('DBAL-204')] class MysqlSchemaNamespacedEntity (line 166) | #[Table('namespace.entity')] FILE: tests/Tests/ORM/Functional/SchemaTool/PostgreSqlSchemaToolTest.php class PostgreSqlSchemaToolTest (line 23) | class PostgreSqlSchemaToolTest extends OrmFunctionalTestCase method setUp (line 25) | protected function setUp(): void method testUpdateSchemaWithPostgreSQLSchema (line 35) | #[Group('DDC-1657')] method testSetDeferrableForeignKey (line 47) | public function testSetDeferrableForeignKey(): void class DDC1657Screen (line 62) | #[Table(name: 'stonewood.screen')] class DDC1657Avatar (line 104) | #[Table(name: 'stonewood.avatar')] class EntityWithSelfReferencingAssociation (line 117) | #[Table(name: 'entitywithselfreferencingassociation')] FILE: tests/Tests/ORM/Functional/SchemaValidatorTest.php class SchemaValidatorTest (line 24) | #[Group('DDC-1601')] method setUp (line 27) | protected function setUp(): void method registerType (line 37) | private function registerType(string $className): void method dataValidateModelSets (line 50) | public static function dataValidateModelSets(): array method testValidateModelSets (line 61) | #[DataProvider('dataValidateModelSets')] FILE: tests/Tests/ORM/Functional/SecondLevelCacheCompositePrimaryKeyTest.php class SecondLevelCacheCompositePrimaryKeyTest (line 12) | #[Group('DDC-2183')] method testPutAndLoadCompositPrimaryKeyEntities (line 15) | public function testPutAndLoadCompositPrimaryKeyEntities(): void method testRemoveCompositPrimaryKeyEntities (line 61) | public function testRemoveCompositPrimaryKeyEntities(): void method testUpdateCompositPrimaryKeyEntities (line 103) | public function testUpdateCompositPrimaryKeyEntities(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheCompositePrimaryKeyWithAssociationsTest.php class SecondLevelCacheCompositePrimaryKeyWithAssociationsTest (line 13) | class SecondLevelCacheCompositePrimaryKeyWithAssociationsTest extends Or... method setUp (line 18) | protected function setUp(): void method testFindByReturnsCachedEntity (line 52) | public function testFindByReturnsCachedEntity(): void method evictRegions (line 75) | private function evictRegions(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheConcurrentTest.php class SecondLevelCacheConcurrentTest (line 22) | #[Group('DDC-2183')] method setUp (line 28) | protected function setUp(): void method tearDown (line 48) | protected function tearDown(): void method testBasicConcurrentEntityReadLock (line 55) | public function testBasicConcurrentEntityReadLock(): void method testBasicConcurrentCollectionReadLock (line 79) | public function testBasicConcurrentCollectionReadLock(): void class CacheFactorySecondLevelCacheConcurrentTest (line 131) | class CacheFactorySecondLevelCacheConcurrentTest extends DefaultCacheFac... method __construct (line 133) | public function __construct(private CacheItemPoolInterface $cache) method getRegion (line 137) | public function getRegion(array $cache): ConcurrentRegionMock method getTimestampRegion (line 144) | public function getTimestampRegion(): TimestampRegionMock FILE: tests/Tests/ORM/Functional/SecondLevelCacheCountQueriesTest.php class SecondLevelCacheCountQueriesTest (line 25) | #[Group('DDC-2183')] method tearDown (line 31) | protected function tearDown(): void method setupCountryModel (line 45) | private function setupCountryModel(int $cacheUsage): void method loadFixturesCountriesWithoutPostInsertIdentifier (line 64) | private function loadFixturesCountriesWithoutPostInsertIdentifier(): void method assertQueryCountByType (line 83) | private function assertQueryCountByType(string $type, int $expectedCou... method testInsertWithPostInsertIdentifier (line 93) | #[DataProvider('cacheUsageProvider')] method testInsertWithoutPostInsertIdentifier (line 107) | #[DataProvider('cacheUsageProvider')] method testDelete (line 121) | #[DataProvider('cacheUsageProvider')] method testUpdate (line 138) | #[DataProvider('cacheUsageProvider')] method cacheUsageProvider (line 158) | public static function cacheUsageProvider(): array FILE: tests/Tests/ORM/Functional/SecondLevelCacheCriteriaTest.php class SecondLevelCacheCriteriaTest (line 13) | #[Group('DDC-2183')] method testMatchingPut (line 16) | public function testMatchingPut(): void method testRepositoryMatching (line 57) | public function testRepositoryMatching(): void method testCollectionMatching (line 125) | public function testCollectionMatching(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheExtraLazyCollectionTest.php class SecondLevelCacheExtraLazyCollectionTest (line 13) | #[Group('DDC-2183')] method setUp (line 16) | protected function setUp(): void method tearDown (line 27) | public function tearDown(): void method testCacheCountAfterAddThenFlush (line 38) | public function testCacheCountAfterAddThenFlush(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheFunctionalTestCase.php class SecondLevelCacheFunctionalTestCase (line 27) | #[Group('DDC-2183')] method setUp (line 62) | protected function setUp(): void method loadFixturesCountries (line 73) | protected function loadFixturesCountries(): void method loadFixturesStates (line 86) | protected function loadFixturesStates(): void method loadFixturesCities (line 106) | protected function loadFixturesCities(): void method loadFixturesTraveler (line 131) | protected function loadFixturesTraveler(): void method loadFixturesTravelersWithProfile (line 145) | protected function loadFixturesTravelersWithProfile(): void method loadFixturesTravelersProfileInfo (line 166) | protected function loadFixturesTravelersProfileInfo(): void method loadFixturesTravels (line 184) | protected function loadFixturesTravels(): void method loadFixturesAttractions (line 208) | protected function loadFixturesAttractions(): void method loadFixturesAttractionsInfo (line 233) | protected function loadFixturesAttractionsInfo(): void method loadFixturesPersonWithAddress (line 247) | protected function loadFixturesPersonWithAddress(): void method getEntityRegion (line 278) | protected function getEntityRegion(string $className): string method getCollectionRegion (line 283) | protected function getCollectionRegion(string $className, string $asso... method getDefaultQueryRegionName (line 288) | protected function getDefaultQueryRegionName(): string method evictRegions (line 293) | protected function evictRegions(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheJoinTableInheritanceTest.php class SecondLevelCacheJoinTableInheritanceTest (line 16) | #[Group('DDC-2183')] method testUseSameRegion (line 19) | public function testUseSameRegion(): void method testPutOnPersistJoinTableInheritance (line 29) | public function testPutOnPersistJoinTableInheritance(): void method testJoinTableCountaisRootClass (line 45) | public function testJoinTableCountaisRootClass(): void method testPutAndLoadJoinTableEntities (line 61) | public function testPutAndLoadJoinTableEntities(): void method testQueryCacheFindAllJoinTableEntities (line 126) | public function testQueryCacheFindAllJoinTableEntities(): void method testOneToManyRelationJoinTable (line 159) | public function testOneToManyRelationJoinTable(): void method testQueryCacheShouldBeEvictedOnTimestampUpdate (line 195) | public function testQueryCacheShouldBeEvictedOnTimestampUpdate(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheManyToManyTest.php class SecondLevelCacheManyToManyTest (line 14) | #[Group('DDC-2183')] method testShouldPutManyToManyCollectionOwningSideOnPersist (line 17) | public function testShouldPutManyToManyCollectionOwningSideOnPersist()... method testPutAndLoadManyToManyRelation (line 40) | public function testPutAndLoadManyToManyRelation(): void method testStoreManyToManyAssociationWhitCascade (line 150) | public function testStoreManyToManyAssociationWhitCascade(): void method testReadOnlyCollection (line 191) | public function testReadOnlyCollection(): void method testManyToManyWithEmptyRelation (line 219) | public function testManyToManyWithEmptyRelation(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheManyToOneTest.php class SecondLevelCacheManyToOneTest (line 17) | #[Group('DDC-2183')] method testPutOnPersist (line 20) | public function testPutOnPersist(): void method testPutAndLoadManyToOneRelation (line 32) | public function testPutAndLoadManyToOneRelation(): void method testInverseSidePutShouldEvictCollection (line 104) | public function testInverseSidePutShouldEvictCollection(): void method testShouldNotReloadWhenAssociationIsMissing (line 138) | public function testShouldNotReloadWhenAssociationIsMissing(): void method testPutAndLoadNonCacheableManyToOne (line 184) | public function testPutAndLoadNonCacheableManyToOne(): void method testPutAndLoadNonCacheableCompositeManyToOne (line 213) | public function testPutAndLoadNonCacheableCompositeManyToOne(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheOneToManyTest.php class SecondLevelCacheOneToManyTest (line 18) | #[Group('DDC-2183')] method testShouldPutCollectionInverseSideOnPersist (line 21) | public function testShouldPutCollectionInverseSideOnPersist(): void method testPutAndLoadOneToManyRelation (line 35) | public function testPutAndLoadOneToManyRelation(): void method testLoadOneToManyCollectionFromDatabaseWhenEntityMissing (line 133) | public function testLoadOneToManyCollectionFromDatabaseWhenEntityMissi... method testShoudNotPutOneToManyRelationOnPersist (line 173) | public function testShoudNotPutOneToManyRelationOnPersist(): void method testOneToManyRemove (line 188) | public function testOneToManyRemove(): void method testOneToManyWithEmptyRelation (line 293) | public function testOneToManyWithEmptyRelation(): void method testOneToManyCount (line 321) | public function testOneToManyCount(): void method testCacheInitializeCollectionWithNewObjects (line 349) | public function testCacheInitializeCollectionWithNewObjects(): void method testPutAndLoadNonCacheableOneToMany (line 394) | public function testPutAndLoadNonCacheableOneToMany(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheOneToOneTest.php class SecondLevelCacheOneToOneTest (line 17) | #[Group('DDC-2183')] method testPutOneToOneOnUnidirectionalPersist (line 20) | public function testPutOneToOneOnUnidirectionalPersist(): void method testPutOneToOneOnBidirectionalPersist (line 38) | public function testPutOneToOneOnBidirectionalPersist(): void method testPutAndLoadOneToOneUnidirectionalRelation (line 59) | public function testPutAndLoadOneToOneUnidirectionalRelation(): void method testPutAndLoadOneToOneBidirectionalRelation (line 131) | public function testPutAndLoadOneToOneBidirectionalRelation(): void method testInverseSidePutAndLoadOneToOneBidirectionalRelation (line 196) | public function testInverseSidePutAndLoadOneToOneBidirectionalRelation... method testPutAndLoadNonCacheableOneToOne (line 257) | public function testPutAndLoadNonCacheableOneToOne(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheQueryCacheTest.php class SecondLevelCacheQueryCacheTest (line 23) | #[Group('DDC-2183')] method testBasicQueryCache (line 26) | public function testBasicQueryCache(): void method testQueryCacheModeGet (line 88) | public function testQueryCacheModeGet(): void method testQueryCacheModePut (line 128) | public function testQueryCacheModePut(): void method testQueryCacheModeRefresh (line 168) | public function testQueryCacheModeRefresh(): void method testBasicQueryCachePutEntityCache (line 227) | public function testBasicQueryCachePutEntityCache(): void method testMultipleNestedDQLAliases (line 291) | #[Group('5854')] method testBasicQueryParams (line 372) | public function testBasicQueryParams(): void method testLoadFromDatabaseWhenEntityMissing (line 409) | public function testLoadFromDatabaseWhenEntityMissing(): void method testBasicQueryFetchJoinsOneToMany (line 464) | public function testBasicQueryFetchJoinsOneToMany(): void method testBasicQueryFetchJoinsManyToOne (line 529) | public function testBasicQueryFetchJoinsManyToOne(): void method testReloadQueryIfToOneIsNotFound (line 596) | public function testReloadQueryIfToOneIsNotFound(): void method testReloadQueryIfToManyAssociationItemIsNotFound (line 641) | public function testReloadQueryIfToManyAssociationItemIsNotFound(): void method testBasicNativeQueryCache (line 688) | public function testBasicNativeQueryCache(): void method testQueryDependsOnFirstAndMaxResultResult (line 755) | public function testQueryDependsOnFirstAndMaxResultResult(): void method testQueryCacheLifetime (line 798) | public function testQueryCacheLifetime(): void method testQueryCacheRegion (line 849) | public function testQueryCacheRegion(): void method testResolveAssociationCacheEntry (line 916) | public function testResolveAssociationCacheEntry(): void method testResolveToOneAssociationCacheEntry (line 962) | public function testResolveToOneAssociationCacheEntry(): void method testResolveToManyAssociationCacheEntry (line 1007) | public function testResolveToManyAssociationCacheEntry(): void method testHintClearEntityRegionUpdateStatement (line 1052) | public function testHintClearEntityRegionUpdateStatement(): void method testHintClearEntityRegionDeleteStatement (line 1068) | public function testHintClearEntityRegionDeleteStatement(): void method testCacheablePartialQueryException (line 1084) | public function testCacheablePartialQueryException(): void method testCacheableForcePartialLoadHintQueryException (line 1096) | public function testCacheableForcePartialLoadHintQueryException(): void method testNonCacheableQueryDeleteStatementException (line 1109) | public function testNonCacheableQueryDeleteStatementException(): void method testNonCacheableQueryUpdateStatementException (line 1118) | public function testNonCacheableQueryUpdateStatementException(): void method testQueryCacheShouldBeEvictedOnTimestampUpdate (line 1127) | public function testQueryCacheShouldBeEvictedOnTimestampUpdate(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheRepositoryTest.php class SecondLevelCacheRepositoryTest (line 11) | #[Group('DDC-2183')] method testRepositoryCacheFind (line 14) | public function testRepositoryCacheFind(): void method testRepositoryCacheFindAll (line 40) | public function testRepositoryCacheFindAll(): void method testRepositoryCacheFindAllInvalidation (line 71) | public function testRepositoryCacheFindAllInvalidation(): void method testRepositoryCacheFindBy (line 119) | public function testRepositoryCacheFindBy(): void method testRepositoryCacheFindOneBy (line 149) | public function testRepositoryCacheFindOneBy(): void method testRepositoryCacheFindAllToOneAssociation (line 178) | public function testRepositoryCacheFindAllToOneAssociation(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheSingleTableInheritanceTest.php class SecondLevelCacheSingleTableInheritanceTest (line 17) | #[Group('DDC-2183')] method testUseSameRegion (line 20) | public function testUseSameRegion(): void method testPutOnPersistSingleTableInheritance (line 32) | public function testPutOnPersistSingleTableInheritance(): void method testCountaisRootClass (line 45) | public function testCountaisRootClass(): void method testPutAndLoadEntities (line 60) | public function testPutAndLoadEntities(): void method testQueryCacheFindAll (line 121) | public function testQueryCacheFindAll(): void method testShouldNotPutOneToManyRelationOnPersist (line 153) | public function testShouldNotPutOneToManyRelationOnPersist(): void method testOneToManyRelationSingleTable (line 172) | public function testOneToManyRelationSingleTable(): void method testQueryCacheShouldBeEvictedOnTimestampUpdate (line 218) | public function testQueryCacheShouldBeEvictedOnTimestampUpdate(): void FILE: tests/Tests/ORM/Functional/SecondLevelCacheTest.php class SecondLevelCacheTest (line 20) | #[Group('DDC-2183')] method testPutOnPersist (line 23) | public function testPutOnPersist(): void method testPutAndLoadEntities (line 34) | public function testPutAndLoadEntities(): void method testRemoveEntities (line 83) | public function testRemoveEntities(): void method testUpdateEntities (line 129) | public function testUpdateEntities(): void method testPostFlushFailure (line 205) | public function testPostFlushFailure(): void method testPostUpdateFailure (line 233) | public function testPostUpdateFailure(): void method testPostRemoveFailure (line 281) | public function testPostRemoveFailure(): void method testCachedNewEntityExists (line 324) | public function testCachedNewEntityExists(): void class ListenerSecondLevelCacheTest (line 340) | class ListenerSecondLevelCacheTest method __construct (line 346) | public function __construct(public array $callbacks = []) method dispatch (line 350) | private function dispatch(string $eventName, EventArgs $args): void method postFlush (line 357) | public function postFlush(PostFlushEventArgs $args): void method postUpdate (line 362) | public function postUpdate(PostUpdateEventArgs $args): void method postRemove (line 367) | public function postRemove(PostRemoveEventArgs $args): void FILE: tests/Tests/ORM/Functional/SequenceGeneratorTest.php class SequenceGeneratorTest (line 17) | class SequenceGeneratorTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testHighAllocationSizeSequence (line 30) | public function testHighAllocationSizeSequence(): void class SequenceEntity (line 42) | #[Entity] FILE: tests/Tests/ORM/Functional/SingleTableCompositeKeyTest.php class SingleTableCompositeKeyTest (line 12) | class SingleTableCompositeKeyTest extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testInsertWithCompositeKey (line 21) | public function testInsertWithCompositeKey(): void method testUpdateWithCompositeKey (line 33) | #[Group('non-cacheable')] method findEntity (line 53) | private function findEntity(): SingleChildClass FILE: tests/Tests/ORM/Functional/SingleTableInheritanceTest.php class SingleTableInheritanceTest (line 21) | class SingleTableInheritanceTest extends OrmFunctionalTestCase method setUp (line 34) | protected function setUp(): void method persistRelatedEmployees (line 41) | public function persistRelatedEmployees(): void method loadFullFixture (line 79) | public function loadFullFixture(): void method testPersistChildOfBaseClass (line 114) | public function testPersistChildOfBaseClass(): void method testPersistDeepChildOfBaseClass (line 133) | public function testPersistDeepChildOfBaseClass(): void method testChildClassLifecycleUpdate (line 155) | public function testChildClassLifecycleUpdate(): void method testChildClassLifecycleRemove (line 169) | public function testChildClassLifecycleRemove(): void method testFindAllForAbstractBaseClass (line 180) | public function testFindAllForAbstractBaseClass(): void method testFindAllForChildClass (line 189) | public function testFindAllForChildClass(): void method testFindForAbstractBaseClass (line 198) | public function testFindForAbstractBaseClass(): void method testQueryForAbstractBaseClass (line 208) | public function testQueryForAbstractBaseClass(): void method testQueryForChildClass (line 218) | public function testQueryForChildClass(): void method testQueryBaseClassWithJoin (line 227) | public function testQueryBaseClassWithJoin(): void method testQueryScalarWithDiscriminatorValue (line 236) | public function testQueryScalarWithDiscriminatorValue(): void method testQueryChildClassWithCondition (line 249) | public function testQueryChildClassWithCondition(): void method testUpdateChildClassWithCondition (line 260) | #[Group('non-cacheable')] method testUpdateBaseClassWithCondition (line 277) | public function testUpdateBaseClassWithCondition(): void method testDeleteByChildClassCondition (line 292) | public function testDeleteByChildClassCondition(): void method testDeleteByBaseClassCondition (line 302) | public function testDeleteByBaseClassCondition(): void method testDeleteJoinTableRecords (line 317) | #[Group('DDC-130')] method testFindByAssociation (line 329) | #[Group('DDC-817')] method testInheritanceMatching (line 351) | #[Group('DDC-1637')] method testMatchingNonObjectOnAssocationThrowsException (line 369) | #[Group('DDC-2430')] method testGetReferenceEntityWithSubclasses (line 387) | #[Group('DDC-834')] method testEagerLoadInheritanceHierarchy (line 403) | #[Group('DDC-952')] FILE: tests/Tests/ORM/Functional/StandardEntityPersisterTest.php class StandardEntityPersisterTest (line 17) | class StandardEntityPersisterTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testAcceptsForeignKeysAsCriteria (line 26) | public function testAcceptsForeignKeysAsCriteria(): void method testAddPersistRetrieve (line 51) | public function testAddPersistRetrieve(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1040Test.php class DDC1040Test (line 12) | #[Group('DDC-1040')] method setUp (line 15) | protected function setUp(): void method testReuseNamedEntityParameter (line 22) | public function testReuseNamedEntityParameter(): void method testUseMultiplePositionalParameters (line 57) | public function testUseMultiplePositionalParameters(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1041Test.php class DDC1041Test (line 12) | #[Group('DDC-1041')] method setUp (line 15) | protected function setUp(): void method testGrabWrongSubtypeReturnsNull (line 22) | public function testGrabWrongSubtypeReturnsNull(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1043Test.php class DDC1043Test (line 11) | #[Group('DDC-1043')] method setUp (line 14) | protected function setUp(): void method testChangeSetPlusWeirdPHPCastingIntCastingRule (line 21) | public function testChangeSetPlusWeirdPHPCastingIntCastingRule(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1080Test.php class DDC1080Test (line 21) | #[Group('DDC-1080')] method testHydration (line 24) | public function testHydration(): void class DDC1080Foo (line 80) | #[Table(name: 'foo')] method __construct (line 99) | public function __construct() method getFooID (line 104) | public function getFooID(): int method getFooTitle (line 109) | public function getFooTitle(): string method getFooBars (line 115) | public function getFooBars(): Collection method setFooID (line 120) | public function setFooID(int $fooID): void method setFooTitle (line 125) | public function setFooTitle(string $fooTitle): void method setFooBars (line 130) | public function setFooBars(array $fooBars): void class DDC1080Bar (line 135) | #[Table(name: 'bar')] method __construct (line 154) | public function __construct() method getBarID (line 159) | public function getBarID(): int method getBarTitle (line 164) | public function getBarTitle(): string method getFooBars (line 170) | public function getFooBars(): Collection method setBarID (line 175) | public function setBarID(int $barID): void method setBarTitle (line 180) | public function setBarTitle(string $barTitle): void method setFooBars (line 185) | public function setFooBars(array $fooBars): void class DDC1080FooBar (line 191) | #[Table(name: 'fooBar')] method getFoo (line 211) | public function getFoo(): DDC1080Foo method setFoo (line 216) | public function setFoo(DDC1080Foo $foo): DDC1080FooBar method getBar (line 223) | public function getBar(): DDC1080Bar method setBar (line 228) | public function setBar(DDC1080Bar $bar): DDC1080FooBar method getOrderNr (line 235) | public function getOrderNr(): int|null method setOrderNr (line 240) | public function setOrderNr(int|null $orderNr): DDC1080FooBar FILE: tests/Tests/ORM/Functional/Ticket/DDC1113Test.php class DDC1113Test (line 18) | #[Group('DDC-1113')] method setUp (line 22) | protected function setUp(): void method testIssue (line 34) | public function testIssue(): void class DDC1113Vehicle (line 58) | #[Entity] class DDC1113Car (line 78) | #[Entity] class DDC1113Bus (line 83) | #[Entity] class DDC1113Engine (line 88) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1129Test.php class DDC1129Test (line 11) | #[Group('DDC-1129')] method setUp (line 14) | protected function setUp(): void method testVersionFieldIgnoredInChangesetComputation (line 21) | public function testVersionFieldIgnoredInChangesetComputation(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1163Test.php class DDC1163Test (line 22) | #[Group('DDC-1163')] method setUp (line 29) | protected function setUp(): void method testIssue (line 41) | public function testIssue(): void method createSpecialProductAndProxyHolderReferencingIt (line 54) | private function createSpecialProductAndProxyHolderReferencingIt(): void method createProxyForSpecialProduct (line 77) | private function createProxyForSpecialProduct(): void method setPropertyAndAssignTagToSpecialProduct (line 85) | private function setPropertyAndAssignTagToSpecialProduct(): void class DDC1163ProxyHolder (line 107) | #[Entity] method getId (line 118) | public function getId(): int method setSpecialProduct (line 123) | public function setSpecialProduct(DDC1163SpecialProduct $specialProduc... method getSpecialProduct (line 128) | public function getSpecialProduct(): DDC1163SpecialProduct class DDC1163Product (line 134) | #[Entity] method getId (line 146) | public function getId(): int class DDC1163SpecialProduct (line 152) | #[Entity] method setSubclassProperty (line 158) | public function setSubclassProperty(string $value): void class DDC1163Tag (line 164) | #[Entity] method __construct (line 176) | public function __construct( method setProduct (line 182) | public function setProduct(DDC1163Product $product): void FILE: tests/Tests/ORM/Functional/Ticket/DDC117Test.php class DDC117Test (line 22) | #[Group('DDC-117')] method setUp (line 35) | protected function setUp(): void method testAssociationOnlyCompositeKey (line 64) | #[Group('DDC-117')] method testUpdateAssociationEntity (line 101) | #[Group('DDC-117')] method testFetchDql (line 117) | #[Group('DDC-117')] method testRemoveCompositeElement (line 131) | #[Group('DDC-117')] method testDqlRemoveCompositeElement (line 145) | #[Group('DDC-117')] method testInverseSideAccess (line 160) | #[Group('DDC-117')] method testMixedCompositeKey (line 187) | #[Group('DDC-117')] method testMixedCompositeKeyViolateUniqueness (line 208) | #[Group('DDC-117')] method testOneToOneForeignObjectId (line 220) | #[Group('DDC-117')] method testOneToOneCascadeRemove (line 240) | #[Group('DDC-117')] method testOneToOneCascadePersist (line 250) | #[Group('DDC-117')] method testReferencesToForeignKeyEntities (line 262) | #[Group('DDC-117')] method testLoadOneToManyCollectionOfForeignKeyEntities (line 283) | #[Group('DDC-117')] method testLoadManyToManyCollectionOfForeignKeyEntities (line 295) | #[Group('DDC-117')] method testClearManyToManyCollectionOfForeignKeyEntities (line 312) | #[Group('DDC-117')] method testLoadInverseManyToManyCollection (line 326) | #[Group('DDC-117')] method testLoadOneToManyOfSourceEntityWithAssociationIdentifier (line 351) | #[Group('DDC-117')] method loadEditorFixture (line 367) | private function loadEditorFixture(): DDC117Editor method testArrayHydrationWithCompositeKey (line 394) | #[Group('DDC-1652')] method testGetEntityState (line 420) | #[Group('DDC-2246')] method testIndexByOnCompositeKeyField (line 440) | #[Group('DDC-117')] FILE: tests/Tests/ORM/Functional/Ticket/DDC1181Test.php class DDC1181Test (line 17) | class DDC1181Test extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testIssue (line 30) | #[Group('DDC-1181')] class DDC1181Hotel (line 62) | #[Entity] class DDC1181Booking (line 76) | #[Entity] class DDC1181Room (line 91) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1193Test.php class DDC1193Test (line 15) | class DDC1193Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testIssue (line 28) | #[Group('DDC-1193')] class DDC1193Company (line 57) | #[Entity] class DDC1193Person (line 71) | #[Entity] class DDC1193Account (line 85) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1209Test.php class DDC1209Test (line 18) | class DDC1209Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testIdentifierCanHaveCustomType (line 31) | #[Group('DDC-1209')] method testCompositeIdentifierCanHaveCustomType (line 42) | #[Group('DDC-1209')] class DDC1209One (line 70) | #[Entity] method getId (line 78) | public function getId(): int class DDC1209Two (line 84) | #[Entity] method __construct (line 102) | public function __construct( class DDC1209Three (line 114) | #[Entity] method __construct (line 122) | public function __construct() class DateTime2 (line 128) | class DateTime2 extends DateTime implements Stringable method __toString (line 130) | public function __toString(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC1225Test.php class DDC1225Test (line 19) | #[Group('DDC-1225')] method setUp (line 22) | protected function setUp(): void method testIssue (line 32) | public function testIssue(): void class DDC1225TestEntity1 (line 47) | #[Table(name: 'te1')] method setTestEntity2 (line 56) | public function setTestEntity2(DDC1225TestEntity2 $testEntity2): void method getTestEntity2 (line 61) | public function getTestEntity2(): DDC1225TestEntity2 class DDC1225TestEntity2 (line 67) | #[Table(name: 'te2')] FILE: tests/Tests/ORM/Functional/Ticket/DDC1228Test.php class DDC1228Test (line 15) | #[Group('DDC-1228')] method setUp (line 19) | protected function setUp(): void method testOneToOnePersist (line 26) | public function testOneToOnePersist(): void method testRefresh (line 54) | public function testRefresh(): void class DDC1228User (line 78) | #[Entity] method getProfile (line 95) | public function getProfile(): DDC1228Profile class DDC1228Profile (line 101) | #[Entity] method getName (line 114) | public function getName(): string method setName (line 119) | public function setName(string $name): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1238Test.php class DDC1238Test (line 14) | #[Group('DDC-1238')] method setUp (line 17) | protected function setUp(): void method testIssue (line 24) | public function testIssue(): void method testIssueProxyClear (line 43) | public function testIssueProxyClear(): void class DDC1238User (line 70) | #[Entity] method getId (line 81) | public function getId(): int|null method getName (line 86) | public function getName(): string|null method setName (line 91) | public function setName(string $name): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1250Test.php class DDC1250Test (line 16) | #[Group('DDC-1250')] method setUp (line 19) | protected function setUp(): void method testIssue (line 26) | public function testIssue(): void class DDC1250ClientHistory (line 47) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1300Test.php class DDC1300Test (line 18) | #[Group('DDC-1300')] method setUp (line 21) | protected function setUp(): void method testIssue (line 31) | public function testIssue(): void class DDC1300Foo (line 54) | #[Entity] method __construct (line 72) | public function __construct(array|null $options = null) class DDC1300FooLocale (line 78) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1301Test.php class DDC1301Test (line 15) | #[Group('non-cacheable')] method setUp (line 21) | protected function setUp(): void method tearDown (line 35) | public function tearDown(): void method testCountNotInitializesLegacyCollection (line 45) | public function testCountNotInitializesLegacyCollection(): void method testCountNotInitializesLegacyCollectionWithForeignIdentifier (line 60) | public function testCountNotInitializesLegacyCollectionWithForeignIden... method testCountNotInitializesLegacyManyToManyCollection (line 75) | public function testCountNotInitializesLegacyManyToManyCollection(): void method loadFixture (line 90) | public function loadFixture(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1306Test.php class DDC1306Test (line 13) | #[Group('DDC-1306')] method setUp (line 16) | protected function setUp(): void method testIssue (line 23) | public function testIssue(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1335Test.php class DDC1335Test (line 20) | #[Group('DDC-1335')] method setUp (line 23) | protected function setUp(): void method testDql (line 34) | public function testDql(): void method testTicket (line 75) | public function testTicket(): void method testIndexByUnique (line 90) | public function testIndexByUnique(): void method testIndexWithJoin (line 105) | public function testIndexWithJoin(): void method loadFixture (line 139) | private function loadFixture(): void class DDC1335User (line 157) | #[Entity] method __construct (line 169) | public function __construct( class DDC1335Phone (line 184) | #[Entity] method __construct (line 192) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC1400Test.php class DDC1400Test (line 17) | #[Group('DDC-1400')] method setUp (line 20) | protected function setUp(): void method testFailingCase (line 31) | public function testFailingCase(): void class DDC1400Article (line 73) | #[Entity] class DDC1400User (line 87) | #[Entity] class DDC1400UserState (line 101) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC142Test.php class DDC142Test (line 12) | #[Group('DDC-1845')] method setUp (line 16) | protected function setUp(): void method testCreateRetrieveUpdateDelete (line 23) | public function testCreateRetrieveUpdateDelete(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1430Test.php class DDC1430Test (line 21) | #[Group('DDC-1430')] method setUp (line 24) | protected function setUp(): void method testOrderByFields (line 40) | public function testOrderByFields(): void method testOrderByAllObjectFields (line 70) | public function testOrderByAllObjectFields(): void method testTicket (line 97) | public function testTicket(): void method loadFixtures (line 124) | public function loadFixtures(): void class DDC1430Order (line 143) | #[Entity] method getId (line 158) | public function getId(): int method __construct (line 163) | public function __construct( method getDate (line 171) | public function getDate(): DateTime method getStatus (line 176) | public function getStatus(): string method setStatus (line 181) | public function setStatus(string $status): void method getProducts (line 186) | public function getProducts(): ArrayCollection method addProduct (line 191) | public function addProduct(DDC1430OrderProduct $product): void class DDC1430OrderProduct (line 198) | #[Entity] method __construct (line 211) | public function __construct( method getId (line 217) | public function getId(): int method getOrder (line 222) | public function getOrder(): DDC1430Order method setOrder (line 227) | public function setOrder(DDC1430Order $order): void method getValue (line 232) | public function getValue(): float method setValue (line 237) | public function setValue(float $value): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1436Test.php class DDC1436Test (line 16) | #[Group('DDC-1436')] method setUp (line 19) | protected function setUp(): void method testIdentityMap (line 26) | public function testIdentityMap(): void class DDC1436Page (line 58) | #[Entity] method getId (line 72) | public function getId(): int method getParent (line 77) | public function getParent(): DDC1436Page method setParent (line 82) | public function setParent($parent): void FILE: tests/Tests/ORM/Functional/Ticket/DDC144Test.php class DDC144Test (line 18) | class DDC144Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testIssue (line 30) | #[Group('DDC-144')] class DDC144FlowElement (line 44) | #[Table(name: 'ddc144_flowelements')] class DDC144Expression (line 62) | abstract class DDC144Expression extends DDC144FlowElement method method (line 64) | abstract public function method(): void; class DDC144Operand (line 67) | #[Table(name: 'ddc144_operands')] method method (line 75) | public function method(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1452Test.php class DDC1452Test (line 20) | #[Group('DDC-1452')] method setUp (line 23) | protected function setUp(): void method testIssue (line 35) | public function testIssue(): void method testFetchJoinOneToOneFromInverse (line 61) | public function testFetchJoinOneToOneFromInverse(): void class DDC1452EntityA (line 94) | #[Entity] method __construct (line 111) | public function __construct() method getEntitiesB (line 117) | public function getEntitiesB(): Collection class DDC1452EntityB (line 123) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1454Test.php class DDC1454Test (line 20) | #[Group('DDC-1454')] method setUp (line 23) | protected function setUp(): void method testFailingCase (line 30) | public function testFailingCase(): void class DDC1454Picture (line 38) | #[Entity] class DDC1454File (line 43) | #[Entity] method __construct (line 54) | public function __construct() method getFileId (line 59) | public function getFileId(): int FILE: tests/Tests/ORM/Functional/Ticket/DDC1458Test.php class DDC1458Test (line 14) | class DDC1458Test extends OrmFunctionalTestCase method setUp (line 16) | protected function setUp(): void method testIssue (line 26) | public function testIssue(): void class TestEntity (line 61) | #[Entity] method getValue (line 78) | public function getValue(): int method setValue (line 83) | public function setValue(int $value): void method getAdditional (line 88) | public function getAdditional(): TestAdditionalEntity method setAdditional (line 93) | public function setAdditional(TestAdditionalEntity $additional): void class TestAdditionalEntity (line 98) | #[Entity] method __construct (line 114) | public function __construct() method getBool (line 119) | public function getBool(): bool method setBool (line 124) | public function setBool(bool $bool): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1461Test.php class DDC1461Test (line 17) | #[Group('DDC-1461')] method setUp (line 20) | protected function setUp(): void method testChangeDetectionDeferredExplicit (line 30) | public function testChangeDetectionDeferredExplicit(): void class DDC1461User (line 50) | #[Entity] class DDC1461TwitterAccount (line 65) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1514Test.php class DDC1514Test (line 18) | #[Group('DDC-1514')] method setUp (line 21) | protected function setUp(): void method testIssue (line 32) | public function testIssue(): void class DDC1514EntityA (line 71) | #[Entity] method __construct (line 92) | public function __construct() class DDC1514EntityB (line 98) | #[Entity] class DDC1514EntityC (line 115) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1515Test.php class DDC1515Test (line 15) | #[Group('DDC-1515')] method setUp (line 18) | protected function setUp(): void method testIssue (line 28) | public function testIssue(): void class DDC1515Foo (line 45) | #[Entity] class DDC1515Bar (line 54) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1526Test.php class DDC1526Test (line 17) | #[Group('DDC-1526')] method setUp (line 20) | protected function setUp(): void method testIssue (line 27) | public function testIssue(): void class DDC1526Menu (line 56) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1545Test.php class DDC1545Test (line 12) | #[Group('DDC-1545')] method setUp (line 21) | protected function setUp(): void method initDb (line 28) | private function initDb(bool $link): void method testLinkObjects (line 59) | public function testLinkObjects(): void method testLinkObjectsWithAssociationLoaded (line 82) | public function testLinkObjectsWithAssociationLoaded(): void method testUnlinkObjects (line 108) | public function testUnlinkObjects(): void method testUnlinkObjectsWithAssociationLoaded (line 128) | public function testUnlinkObjectsWithAssociationLoaded(): void method testChangeLink (line 151) | public function testChangeLink(): void method testChangeLinkWithAssociationLoaded (line 174) | public function testChangeLinkWithAssociationLoaded(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1548Test.php class DDC1548Test (line 15) | #[Group('DDC-1548')] method setUp (line 18) | protected function setUp(): void method testIssue (line 29) | public function testIssue(): void class DDC1548E1 (line 47) | #[Entity] class DDC1548E2 (line 56) | #[Entity] class DDC1548Rel (line 65) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1595Test.php class DDC1595Test (line 23) | #[Group('DDC-1595')] method setUp (line 28) | protected function setUp(): void method testIssue (line 39) | public function testIssue(): void class DDC1595BaseInheritance (line 76) | #[Table(name: 'base')] class DDC1595InheritedEntity1 (line 90) | #[Table(name: 'entity1')] method getEntities (line 102) | public function getEntities(): Collection class DDC1595InheritedEntity2 (line 108) | #[Table(name: 'entity2')] FILE: tests/Tests/ORM/Functional/Ticket/DDC163Test.php class DDC163Test (line 11) | class DDC163Test extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testQueryWithOrConditionUsingTwoRelationOnSameEntity (line 20) | #[Group('DDC-163')] FILE: tests/Tests/ORM/Functional/Ticket/DDC1643Test.php class DDC1643Test (line 12) | #[Group('DDC-1643')] method setUp (line 19) | protected function setUp(): void method testClonePersistentCollectionAndReuse (line 51) | public function testClonePersistentCollectionAndReuse(): void method testClonePersistentCollectionAndShare (line 65) | public function testClonePersistentCollectionAndShare(): void method testCloneThenDirtyPersistentCollection (line 82) | public function testCloneThenDirtyPersistentCollection(): void method testNotCloneAndPassAroundFlush (line 103) | public function testNotCloneAndPassAroundFlush(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1654Test.php class DDC1654Test (line 16) | #[Group('DDC-1654')] method setUp (line 19) | protected function setUp(): void method tearDown (line 31) | public function tearDown(): void method testManyToManyRemoveFromCollectionOrphanRemoval (line 39) | public function testManyToManyRemoveFromCollectionOrphanRemoval(): void method testManyToManyRemoveElementFromCollectionOrphanRemoval (line 58) | public function testManyToManyRemoveElementFromCollectionOrphanRemoval... method testManyToManyRemoveElementFromReAddToCollectionOrphanRemoval (line 77) | #[Group('DDC-3382')] method testManyToManyClearCollectionOrphanRemoval (line 98) | public function testManyToManyClearCollectionOrphanRemoval(): void method testManyToManyClearCollectionReAddOrphanRemoval (line 116) | #[Group('DDC-3382')] class DDC1654Post (line 138) | #[Entity] class DDC1654Comment (line 152) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1655Test.php class DDC1655Test (line 23) | #[Group('DDC-1655')] method setUp (line 28) | protected function setUp(): void method testPostLoadOneToManyInheritance (line 39) | public function testPostLoadOneToManyInheritance(): void method testPostLoadInheritanceChild (line 69) | public function testPostLoadInheritanceChild(): void class DDC1655Foo (line 98) | #[Entity] method postLoad (line 117) | #[PostLoad] class DDC1655Bar (line 124) | #[Entity] method postSubLoaded (line 131) | #[PostLoad] class DDC1655Baz (line 138) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1666Test.php class DDC1666Test (line 12) | #[Group('DDC-1666')] method setUp (line 15) | protected function setUp(): void method testGivenOrphanRemovalOneToOneWhenReplacingThenNoUniqueConstraintError (line 22) | public function testGivenOrphanRemovalOneToOneWhenReplacingThenNoUniqu... FILE: tests/Tests/ORM/Functional/Ticket/DDC1685Test.php class DDC1685Test (line 14) | #[Group('DDC-1685')] method setUp (line 19) | protected function setUp(): void method testPaginateCount (line 42) | public function testPaginateCount(): void method testPaginateIterate (line 47) | public function testPaginateIterate(): void method testPaginateCountNoOutputWalkers (line 54) | public function testPaginateCountNoOutputWalkers(): void method testPaginateIterateNoOutputWalkers (line 60) | public function testPaginateIterateNoOutputWalkers(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC168Test.php class DDC168Test (line 14) | class DDC168Test extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method tearDown (line 32) | public function tearDown(): void method testJoinedSubclassPersisterRequiresSpecificOrderOfMetadataReflFieldsArray (line 39) | #[Group('DDC-168')] FILE: tests/Tests/ORM/Functional/Ticket/DDC1695Test.php class DDC1695Test (line 17) | #[Group('DDC-1695')] method testIssue (line 20) | public function testIssue(): void class DDC1695News (line 36) | #[Table(name: '`DDC1695News`')] FILE: tests/Tests/ORM/Functional/Ticket/DDC1707Test.php class DDC1707Test (line 19) | #[Group('DDC-1707')] method setUp (line 22) | protected function setUp(): void method testPostLoadOnChild (line 32) | public function testPostLoadOnChild(): void class DDC1707Base (line 43) | #[Entity] method onPostLoad (line 58) | #[PostLoad] class DDC1707Child (line 64) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1719Test.php class DDC1719Test (line 15) | #[Group('DDC-1719')] method setUp (line 18) | protected function setUp(): void method testCreateRetrieveUpdateDelete (line 25) | public function testCreateRetrieveUpdateDelete(): void class DDC1719SimpleEntity (line 85) | #[Table(name: '`ddc-1719-simple-entity`')] method __construct (line 95) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC1757Test.php class DDC1757Test (line 17) | class DDC1757Test extends OrmFunctionalTestCase method testFailingCase (line 19) | public function testFailingCase(): void class DDC1757A (line 42) | #[Entity] class DDC1757B (line 51) | #[Entity] class DDC1757C (line 63) | #[Entity] class DDC1757D (line 76) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1778Test.php class DDC1778Test (line 12) | #[Group('DDC-1778')] method setUp (line 19) | protected function setUp(): void method testClear (line 43) | public function testClear(): void method testRemove (line 55) | public function testRemove(): void method testRemoveElement (line 67) | public function testRemoveElement(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1787Test.php class DDC1787Test (line 18) | #[Group('DDC-1787')] method setUp (line 21) | protected function setUp(): void method testIssue (line 31) | public function testIssue(): void class DDC1787Foo (line 44) | #[Entity] method getVersion (line 59) | public function getVersion(): int class DDC1787Bar (line 65) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC1843Test.php class DDC1843Test (line 11) | #[TestGroup('DDC-1845')] method setUp (line 15) | protected function setUp(): void method testCreateRetrieveUpdateDelete (line 22) | public function testCreateRetrieveUpdateDelete(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1884Test.php class DDC1884Test (line 14) | #[Group('DDC-1884')] method setUp (line 17) | protected function setUp(): void method createCars (line 62) | private function createCars(string $class): array method createDrivers (line 93) | private function createDrivers(string $class): array method testSelectFromInverseSideWithCompositePkAndSolelyIdentifierColumnsUsingFetchJoins (line 111) | public function testSelectFromInverseSideWithCompositePkAndSolelyIdent... method testSelectFromInverseSideWithCompositePkUsingFetchJoins (line 133) | public function testSelectFromInverseSideWithCompositePkUsingFetchJoin... method testSelectFromOwningSideUsingFetchJoins (line 153) | public function testSelectFromOwningSideUsingFetchJoins(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1885Test.php class DDC1885Test (line 12) | #[TestGroup('DDC-1845')] method setUp (line 18) | protected function setUp(): void method testCreateRetrieveUpdateDelete (line 36) | public function testCreateRetrieveUpdateDelete(): void method testRemoveItem (line 86) | public function testRemoveItem(): void method testClearAll (line 116) | public function testClearAll(): void method testCountExtraLazy (line 146) | public function testCountExtraLazy(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1918Test.php class DDC1918Test (line 15) | #[Group('DDC-1918')] method setUp (line 18) | protected function setUp(): void method testLastPageCorrect (line 25) | public function testLastPageCorrect(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1925Test.php class DDC1925Test (line 23) | #[Group('DDC-1925')] method testIssue (line 27) | public function testIssue(): void class DDC1925Product (line 57) | #[Table] method __construct (line 79) | public function __construct() method getId (line 84) | public function getId(): int method setTitle (line 89) | public function setTitle(string $title): void method getTitle (line 97) | public function getTitle(): string method getBuyers (line 102) | public function getBuyers(): Collection method addBuyer (line 107) | public function addBuyer(DDC1925User $buyer): void class DDC1925User (line 113) | #[Table] method getId (line 128) | public function getId(): int method setTitle (line 136) | public function setTitle(string $title): void method getTitle (line 144) | public function getTitle(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC192Test.php class DDC192Test (line 17) | #[Group('DDC-192')] method testSchemaCreation (line 20) | public function testSchemaCreation(): void class DDC192User (line 40) | #[Table(name: 'ddc192_users')] class DDC192Phonenumber (line 56) | #[Table(name: 'ddc192_phonenumbers')] method setPhone (line 71) | public function setPhone(string $value): void method getPhone (line 76) | public function getPhone(): string method setUser (line 81) | public function setUser(DDC192User $user): void method getUser (line 86) | public function getUser(): DDC192User FILE: tests/Tests/ORM/Functional/Ticket/DDC1995Test.php class DDC1995Test (line 12) | #[Group('DDC-1995')] method setUp (line 15) | protected function setUp(): void method testIssue (line 22) | public function testIssue(): void method testQueryCache (line 48) | public function testQueryCache(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC1998Test.php class DDC1998Test (line 17) | #[Group('DDC-1998')] method testSqlConversionAsIdentifier (line 20) | public function testSqlConversionAsIdentifier(): void class DDC1998Entity (line 50) | #[Entity] class DDC1998Type (line 63) | class DDC1998Type extends StringType method convertToDatabaseValue (line 70) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 78) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getName (line 83) | public function getName(): string class DDC1998Id (line 89) | class DDC1998Id implements Stringable method __construct (line 91) | public function __construct(private string $val) method __toString (line 95) | public function __toString(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC199Test.php class DDC199Test (line 21) | class DDC199Test extends OrmFunctionalTestCase method setUp (line 23) | protected function setUp(): void method testPolymorphicLoading (line 34) | public function testPolymorphicLoading(): void class DDC199ParentClass (line 67) | #[Table(name: 'ddc199_entities')] class DDC199ChildClass (line 90) | #[Entity] class DDC199RelatedClass (line 98) | #[Table(name: 'ddc199_relatedclass')] FILE: tests/Tests/ORM/Functional/Ticket/DDC2012Test.php class DDC2012Test (line 26) | #[Group('DDC-2012')] method setUp (line 30) | protected function setUp(): void method testIssue (line 44) | public function testIssue(): void class DDC2012Item (line 83) | #[Table(name: 'ddc2010_item')] class DDC2012ItemPerson (line 101) | #[Table(name: 'ddc2010_item_person')] class DDC2012TsVectorType (line 107) | class DDC2012TsVectorType extends Type method getSQLDeclaration (line 117) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method convertToDatabaseValue (line 125) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 144) | public function convertToPHPValue($value, AbstractPlatform $platform):... method convertToDatabaseValueSQL (line 157) | public function convertToDatabaseValueSQL($sqlExpr, AbstractPlatform $... method getName (line 170) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC2074Test.php class DDC2074Test (line 14) | #[Group('DDC-2074')] method setUp (line 17) | protected function setUp(): void method testShouldNotScheduleDeletionOnClonedInstances (line 24) | public function testShouldNotScheduleDeletionOnClonedInstances(): void method testSavingClonedPersistentCollection (line 39) | public function testSavingClonedPersistentCollection(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC2084Test.php class DDC2084Test (line 13) | #[Group('DDC-2084')] method setUp (line 16) | protected function setUp(): void method loadFixture (line 26) | public function loadFixture(): MyEntity1 method testIssue (line 42) | public function testIssue(): void method testInvalidIdentifierBindingEntityException (line 53) | public function testInvalidIdentifierBindingEntityException(): void class MyEntity1 (line 76) | #[Table(name: 'DDC2084_ENTITY1')] method __construct (line 80) | public function __construct( method setMyEntity2 (line 88) | public function setMyEntity2(MyEntity2 $myEntity2): void method getMyEntity2 (line 93) | public function getMyEntity2(): MyEntity2 class MyEntity2 (line 99) | #[Table(name: 'DDC2084_ENTITY2')] method __construct (line 108) | public function __construct( method getId (line 114) | public function getId(): int method getValue (line 119) | public function getValue(): string method setValue (line 124) | public function setValue(string $value): void FILE: tests/Tests/ORM/Functional/Ticket/DDC2090Test.php class DDC2090Test (line 14) | #[Group('DDC-2090')] method setUp (line 18) | protected function setUp(): void method testIssue (line 25) | public function testIssue(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC2106Test.php class DDC2106Test (line 19) | #[Group('DDC-2106')] method setUp (line 22) | protected function setUp(): void method testDetachedEntityAsId (line 29) | public function testDetachedEntityAsId(): void class DDC2106Entity (line 48) | #[Entity] method __construct (line 65) | public function __construct() FILE: tests/Tests/ORM/Functional/Ticket/DDC211Test.php class DDC211Test (line 20) | class DDC211Test extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testIssue (line 29) | public function testIssue(): void class DDC211User (line 56) | #[Table(name: 'ddc211_users')] method __construct (line 77) | public function __construct() method setName (line 82) | public function setName(string $name): void method getGroups (line 88) | public function getGroups(): Collection class DDC211Group (line 94) | #[Table(name: 'ddc211_groups')] method __construct (line 112) | public function __construct() method setName (line 117) | public function setName(string $name): void method getUsers (line 123) | public function getUsers(): Collection FILE: tests/Tests/ORM/Functional/Ticket/DDC2138Test.php class DDC2138Test (line 33) | class DDC2138Test extends OrmFunctionalTestCase method testForeignKeyOnSTIWithMultipleMapping (line 40) | #[Group('DDC-2138')] method columnIsIndexed (line 77) | private static function columnIsIndexed(DbalTable $table, string $colu... class DDC2138Structure (line 91) | #[Table(name: 'structures')] class DDC2138UserFollowedObject (line 104) | #[Table(name: 'users_followed_objects')] class DDC2138UserFollowedStructure (line 117) | #[Entity] method __construct (line 123) | public function __construct( class DDC2138UserFollowedUser (line 134) | #[Entity] method __construct (line 140) | public function __construct( class DDC2138User (line 151) | #[Table(name: 'users')] method __construct (line 171) | public function __construct() FILE: tests/Tests/ORM/Functional/Ticket/DDC2175Test.php class DDC2175Test (line 17) | #[Group('DDC-2175')] method setUp (line 20) | protected function setUp(): void method testIssue (line 27) | public function testIssue(): void class DDC2175Entity (line 49) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC2182Test.php class DDC2182Test (line 16) | class DDC2182Test extends OrmFunctionalTestCase method testPassColumnOptionsToJoinColumns (line 18) | public function testPassColumnOptionsToJoinColumns(): void class DDC2182OptionParent (line 46) | #[Table] class DDC2182OptionChild (line 55) | #[Table] FILE: tests/Tests/ORM/Functional/Ticket/DDC2214Test.php class DDC2214Test (line 23) | #[Group('DDC-2214')] method setUp (line 26) | protected function setUp(): void method testIssue (line 33) | public function testIssue(): void class DDC2214Foo (line 59) | #[Entity] class DDC2214Bar (line 73) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC2224Test.php class DDC2224Test (line 21) | #[Group('DDC-2224')] method setUpBeforeClass (line 24) | public static function setUpBeforeClass(): void method testIssue (line 29) | public function testIssue(): Query method testCacheMissWhenTypeChanges (line 41) | #[Depends('testIssue')] class DDC2224Type (line 49) | class DDC2224Type extends Type method getSQLDeclaration (line 54) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method getName (line 59) | public function getName(): string method convertToDatabaseValueSQL (line 67) | public function convertToDatabaseValueSQL($sqlExpr, AbstractPlatform $... class DDC2224Entity (line 73) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC2252Test.php class DDC2252Test (line 24) | #[Group('DDC-2252')] method setUp (line 39) | protected function setUp(): void method loadFixtures (line 53) | public function loadFixtures(): void method testIssue (line 79) | public function testIssue(): void class DDC2252Privilege (line 124) | #[Table(name: 'ddc2252_acl_privilege')] method getPrivilegeid (line 134) | public function getPrivilegeid(): int class DDC2252MerchantAccount (line 140) | #[Table(name: 'ddc2252_mch_account')] method getAccountid (line 149) | public function getAccountid(): int class DDC2252User (line 155) | #[Table(name: 'ddc2252_user_account')] method __construct (line 169) | public function __construct() method getUid (line 174) | public function getUid(): int method getMemberships (line 180) | public function getMemberships(): Collection method addMembership (line 185) | public function addMembership(DDC2252Membership $membership): void class DDC2252Membership (line 191) | #[Table(name: 'ddc2252_mch_account_member')] method __construct (line 204) | public function __construct( method addPrivilege (line 217) | public function addPrivilege(DDC2252Privilege $privilege): void method getPrivileges (line 223) | public function getPrivileges(): Collection FILE: tests/Tests/ORM/Functional/Ticket/DDC2306Test.php class DDC2306Test (line 20) | #[Group('DDC-2306')] method setUp (line 23) | protected function setUp(): void method testIssue (line 47) | public function testIssue(): void class DDC2306Zone (line 84) | #[Entity] class DDC2306User (line 94) | #[Entity] method __construct (line 112) | public function __construct() class DDC2306Address (line 118) | #[Entity] method __construct (line 136) | public function __construct() class DDC2306UserAddress (line 142) | #[Entity] method __construct (line 152) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC2346Test.php class DDC2346Test (line 21) | #[Group('DDC-2346')] method setUp (line 24) | protected function setUp(): void method testIssue (line 38) | public function testIssue(): void class DDC2346Foo (line 69) | #[Entity] method __construct (line 83) | public function __construct() class DDC2346Bar (line 89) | #[Entity] class DDC2346Baz (line 107) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC2350Test.php class DDC2350Test (line 17) | #[Group('DDC-2350')] method setUp (line 21) | protected function setUp(): void method testEagerCollectionsAreOnlyRetrievedOnce (line 28) | public function testEagerCollectionsAreOnlyRetrievedOnce(): void class DDC2350User (line 54) | #[Entity] class DDC2350Bug (line 68) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC2359Test.php class DDC2359Test (line 21) | #[Group('DDC-2359')] method testIssue (line 28) | public function testIssue(): void class DDC2359Foo (line 65) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC237Test.php class DDC237Test (line 16) | class DDC237Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testUninitializedProxyIsInitializedOnFetchJoin (line 29) | public function testUninitializedProxyIsInitializedOnFetchJoin(): void class DDC237EntityX (line 71) | #[Table(name: 'ddc237_x')] class DDC237EntityY (line 90) | #[Table(name: 'ddc237_y')] class DDC237EntityZ (line 104) | #[Table(name: 'ddc237_z')] FILE: tests/Tests/ORM/Functional/Ticket/DDC2387Test.php class DDC2387Test (line 17) | class DDC2387Test extends DatabaseDriverTestCase method testCompositeAssociationKeyDetection (line 19) | #[Group('DDC-2387')] FILE: tests/Tests/ORM/Functional/Ticket/DDC2415Test.php class DDC2415Test (line 16) | #[Group('DDC-2415')] method setUp (line 19) | protected function setUp(): void method testTicket (line 31) | public function testTicket(): void class DDC2415ParentEntity (line 53) | class DDC2415ParentEntity method getId (line 58) | public function getId(): string method loadMetadata (line 63) | public static function loadMetadata(ClassMetadata $metadata): void class DDC2415ChildEntity (line 80) | class DDC2415ChildEntity extends DDC2415ParentEntity method __construct (line 82) | public function __construct(protected string $name) method getName (line 86) | public function getName(): string method loadMetadata (line 91) | public static function loadMetadata(ClassMetadata $metadata): void class DDC2415Generator (line 102) | class DDC2415Generator extends AbstractIdGenerator method generateId (line 104) | public function generateId(EntityManagerInterface $em, object|null $en... FILE: tests/Tests/ORM/Functional/Ticket/DDC2494Test.php class DDC2494Test (line 21) | #[Group('DDC-2494')] method setUp (line 25) | protected function setUp(): void method testIssue (line 39) | public function testIssue(): void class DDC2494Currency (line 81) | #[Table(name: 'ddc2494_currency')] method __construct (line 89) | public function __construct( method getId (line 98) | public function getId(): int method getTemp (line 103) | public function getTemp(): int method getCampaigns (line 109) | public function getCampaigns(): Collection class DDC2494Campaign (line 115) | #[Table(name: 'ddc2494_campaign')] method __construct (line 125) | public function __construct( method getId (line 132) | public function getId(): int method getCurrency (line 137) | public function getCurrency(): DDC2494Currency class DDC2494TinyIntType (line 143) | class DDC2494TinyIntType extends Type method getSQLDeclaration (line 151) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method convertToDatabaseValue (line 159) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 175) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getName (line 188) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC2519Test.php class DDC2519Test (line 12) | #[Group('DDC-2519')] method setUp (line 15) | protected function setUp(): void method testIssue (line 24) | #[Group('DDC-2519')] method loadFixture (line 50) | public function loadFixture(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC2575Test.php class DDC2575Test (line 16) | #[Group('DDC-2575')] method setUp (line 28) | protected function setUp(): void method testHydrationIssue (line 68) | public function testHydrationIssue(): void class DDC2575Root (line 99) | #[Entity] method __construct (line 106) | public function __construct( class DDC2575A (line 116) | #[Entity] method __construct (line 119) | public function __construct( class DDC2575B (line 131) | #[Entity] method __construct (line 134) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC2579Test.php class DDC2579Test (line 19) | #[Group('DDC-2579')] method setUp (line 22) | protected function setUp(): void method testIssue (line 35) | public function testIssue(): void class DDC2579Entity (line 71) | #[Entity] method __construct (line 85) | public function __construct( class DDC2579EntityAssoc (line 95) | #[Entity] method __construct (line 98) | public function __construct( class DDC2579AssocAssoc (line 108) | #[Entity] method __construct (line 111) | public function __construct( class DDC2579Type (line 120) | class DDC2579Type extends StringType method convertToDatabaseValue (line 127) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 135) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getName (line 140) | public function getName(): string class DDC2579Id (line 146) | class DDC2579Id implements Stringable method __construct (line 148) | public function __construct(private string $val) method __toString (line 152) | public function __toString(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC258Test.php class DDC258Test (line 18) | class DDC258Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testIssue (line 32) | #[Group('DDC-258')] class DDC258Super (line 82) | #[Table(name: 'DDC258Super')] class DDC258Class1 (line 96) | #[Entity] class DDC258Class2 (line 108) | #[Entity] class DDC258Class3 (line 127) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC2602Test.php class DDC2602Test (line 26) | #[Group('DDC-2602')] method setUp (line 29) | protected function setUp(): void method testPostLoadListenerShouldBeAbleToRunQueries (line 43) | public function testPostLoadListenerShouldBeAbleToRunQueries(): void method loadFixture (line 56) | private function loadFixture(): void class DDC2602PostLoadListener (line 125) | class DDC2602PostLoadListener method postLoad (line 127) | public function postLoad(PostLoadEventArgs $event): void class DDC2602User (line 162) | #[Entity] class DDC2602Biography (line 181) | #[Entity] class DDC2602BiographyField (line 202) | #[Entity] method __construct (line 223) | public function __construct() class DDC2602BiographyFieldChoice (line 229) | #[Entity] class DDC2602FieldSelection (line 248) | class DDC2602FieldSelection method __construct (line 256) | public function __construct() FILE: tests/Tests/ORM/Functional/Ticket/DDC2655Test.php class DDC2655Test (line 11) | #[Group('DDC-2655')] method setUp (line 14) | protected function setUp(): void method testSingleScalarOneOrNullResult (line 21) | public function testSingleScalarOneOrNullResult(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC2660Test.php class DDC2660Test (line 18) | #[Group('DDC-2660')] method setUp (line 21) | protected function setUp(): void method testIssueWithExtraColumn (line 53) | public function testIssueWithExtraColumn(): void method testIssueWithoutExtraColumn (line 71) | public function testIssueWithoutExtraColumn(): void class DDC2660Product (line 89) | #[Table(name: 'ddc_2660_product')] class DDC2660Customer (line 100) | #[Table(name: 'ddc_2660_customer')] class DDC2660CustomerOrder (line 111) | #[Table(name: 'ddc_2660_customer_order')] method __construct (line 115) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC2692Test.php class DDC2692Test (line 18) | #[Group('DDC-2692')] method setUp (line 21) | protected function setUp(): void method testIsListenerCalledOnlyOnceOnPreFlush (line 30) | public function testIsListenerCalledOnlyOnceOnPreFlush(): void class DDC2692Foo (line 62) | #[Table(name: 'ddc_2692_foo')] FILE: tests/Tests/ORM/Functional/Ticket/DDC2759Test.php class DDC2759Test (line 19) | #[Group('DDC-2759')] method setUp (line 22) | protected function setUp(): void method testCorrectNumberOfAssociationsIsReturned (line 55) | public function testCorrectNumberOfAssociationsIsReturned(): void class DDC2759Qualification (line 71) | #[Table(name: 'ddc_2759_qualification')] class DDC2759Category (line 86) | #[Table(name: 'ddc_2759_category')] class DDC2759QualificationMetadata (line 101) | #[Table(name: 'ddc_2759_qualification_metadata')] method __construct (line 115) | public function __construct( class DDC2759MetadataCategory (line 122) | #[Table(name: 'ddc_2759_metadata_category')] method __construct (line 132) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC2775Test.php class DDC2775Test (line 24) | class DDC2775Test extends OrmFunctionalTestCase method setUp (line 26) | protected function setUp(): void method testIssueCascadeRemove (line 40) | #[Group('DDC-2775')] class Role (line 69) | #[Table(name: 'ddc2775_role')] method addAuthorization (line 90) | public function addAuthorization(Authorization $authorization): void class AdminRole (line 97) | #[Table(name: 'ddc2775_admin_role')] class Authorization (line 103) | #[Table(name: 'ddc2775_authorizations')] class User (line 122) | #[Table(name: 'ddc2775_users')] method addRole (line 140) | public function addRole(Role $role): void method addAuthorization (line 146) | public function addAuthorization(Authorization $authorization): void FILE: tests/Tests/ORM/Functional/Ticket/DDC2780Test.php class DDC2780Test (line 17) | #[Group('DDC-2780')] method setUp (line 20) | protected function setUp(): void method testIssue (line 30) | public function testIssue(): void class DDC2780User (line 54) | #[Entity] class DDC2780Project (line 68) | #[Entity] method __construct (line 82) | public function __construct() FILE: tests/Tests/ORM/Functional/Ticket/DDC2790Test.php class DDC2790Test (line 16) | #[Group('DDC-2790')] method setUp (line 19) | protected function setUp(): void method testIssue (line 30) | public function testIssue(): void class OnFlushListener (line 61) | class OnFlushListener method onFlush (line 67) | public function onFlush(OnFlushEventArgs $args): void FILE: tests/Tests/ORM/Functional/Ticket/DDC279Test.php class DDC279Test (line 19) | class DDC279Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testDDC279 (line 33) | #[Group('DDC-279')] class DDC279EntityXAbstract (line 72) | #[Entity] class DDC279EntityX (line 89) | #[Entity] class DDC279EntityY (line 98) | #[Entity] class DDC279EntityZ (line 117) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC2825Test.php class DDC2825Test (line 17) | #[Group('DDC-2825')] method setUp (line 20) | protected function setUp(): void method testPersistenceOfEntityWithSchemaMapping (line 32) | #[DataProvider('getTestedClasses')] method getTestedClasses (line 45) | public static function getTestedClasses(): array class DDC2825ClassWithImplicitlyDefinedSchemaAndQuotedTableName (line 56) | #[ORM\Entity] class File (line 67) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC2862Test.php class DDC2862Test (line 17) | #[Group('DDC-2862')] method setUp (line 21) | protected function setUp(): void method testIssue (line 30) | public function testIssue(): void method testIssueReopened (line 68) | public function testIssueReopened(): void class DDC2862Driver (line 116) | #[Table(name: 'ddc2862_drivers')] method __construct (line 127) | public function __construct( method getId (line 136) | public function getId(): int method setName (line 141) | public function setName(string $name): void method getName (line 146) | public function getName(): string method setUserProfile (line 151) | public function setUserProfile(DDC2862User $userProfile): void method getUserProfile (line 156) | public function getUserProfile(): DDC2862User class DDC2862User (line 162) | #[Table(name: 'ddc2862_users')] method __construct (line 173) | public function __construct( method getId (line 179) | public function getId(): int method setName (line 184) | public function setName(string $name): void method getName (line 189) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC2895Test.php class DDC2895Test (line 20) | class DDC2895Test extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testPostLoadOneToManyInheritance (line 29) | public function testPostLoadOneToManyInheritance(): void class AbstractDDC2895 (line 54) | #[MappedSuperclass] method setLastModifiedPreUpdate (line 62) | #[PrePersist] method setLastModified (line 69) | public function setLastModified(DateTime $lastModified): void method getLastModified (line 74) | public function getLastModified(): DateTime class DDC2895 (line 80) | #[Entity] method setId (line 90) | public function setId(mixed $id): void method getId (line 95) | public function getId(): mixed FILE: tests/Tests/ORM/Functional/Ticket/DDC2931Test.php class DDC2931Test (line 16) | #[Group('DDC-2931')] method setUp (line 19) | protected function setUp(): void method testIssue (line 26) | public function testIssue(): void method testFetchJoinedEntitiesCanBeRefreshed (line 47) | public function testFetchJoinedEntitiesCanBeRefreshed(): void class DDC2931User (line 88) | #[Entity] method getRank (line 113) | public function getRank(): int method __wakeup (line 118) | public function __wakeup(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC2943Test.php class DDC2943Test (line 13) | #[Group('DDC-2943')] method setUp (line 16) | protected function setUp(): void method loadFixtures (line 24) | private function loadFixtures(): void method testIssue (line 34) | public function testIssue(): void method testIssueNonFetchJoin (line 53) | public function testIssueNonFetchJoin(): void method assertPaginatorQueryPut (line 72) | public function assertPaginatorQueryPut(Paginator $paginator, $regionN... method assertPaginatorQueryHit (line 83) | public function assertPaginatorQueryHit(Paginator $paginator, $regionN... FILE: tests/Tests/ORM/Functional/Ticket/DDC2984Test.php class DDC2984Test (line 22) | #[Group('DDC-2984')] method setUp (line 25) | protected function setUp(): void method testIssue (line 39) | public function testIssue(): void class DDC2984User (line 64) | #[Table(name: 'users')] method __construct (line 71) | public function __construct( method userId (line 79) | public function userId(): DDC2984DomainUserId method name (line 84) | public function name(): string method applyName (line 89) | public function applyName(string $name): void method sameIdentityAs (line 94) | public function sameIdentityAs(DDC2984User $other): bool class DDC2984DomainUserId (line 103) | class DDC2984DomainUserId implements Stringable method __construct (line 105) | public function __construct(private string $userIdString) method toString (line 109) | public function toString(): string method __toString (line 114) | public function __toString(): string method sameValueAs (line 119) | public function sameValueAs(DDC2984DomainUserId $other): bool class DDC2984UserIdCustomDbalType (line 125) | class DDC2984UserIdCustomDbalType extends StringType method getName (line 129) | public function getName(): string method convertToPHPValue (line 137) | public function convertToPHPValue($value, AbstractPlatform $platform):... method convertToDatabaseValue (line 147) | public function convertToDatabaseValue($value, AbstractPlatform $platf... FILE: tests/Tests/ORM/Functional/Ticket/DDC2996Test.php class DDC2996Test (line 17) | #[Group('DDC-2996')] method testIssue (line 20) | public function testIssue(): void class DDC2996User (line 47) | #[Entity] class DDC2996UserPreference (line 60) | #[Entity] method preFlush (line 77) | #[PreFlush] FILE: tests/Tests/ORM/Functional/Ticket/DDC3033Test.php class DDC3033Test (line 26) | #[Group('DDC-3033')] method testIssue (line 29) | public function testIssue(): void class DDC3033Product (line 68) | #[Table] method __construct (line 96) | public function __construct() method preUpdate (line 101) | #[PreUpdate] method postUpdate (line 106) | #[PostUpdate] class DDC3033User (line 119) | #[Table] FILE: tests/Tests/ORM/Functional/Ticket/DDC3042Test.php class DDC3042Test (line 16) | #[Group('DDC-3042')] method setUp (line 19) | protected function setUp(): void method testSQLGenerationDoesNotProvokeAliasCollisions (line 26) | public function testSQLGenerationDoesNotProvokeAliasCollisions(): void class DDC3042Foo (line 44) | #[Entity] class DDC3042Bar (line 84) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC3068Test.php class DDC3068Test (line 13) | #[Group('DDC-3068')] method setUp (line 20) | protected function setUp(): void method testFindUsingAnArrayOfObjectAsPrimaryKey (line 43) | public function testFindUsingAnArrayOfObjectAsPrimaryKey(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC309Test.php class DDC309Test (line 14) | class DDC309Test extends OrmFunctionalTestCase method setUp (line 16) | protected function setUp(): void method testTwoToIterableHydrations (line 23) | public function testTwoToIterableHydrations(): void class DDC309Country (line 67) | #[Entity] class DDC309User (line 77) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC3103Test.php class DDC3103Test (line 19) | #[CoversClass(ClassMetadata::class)] method setUp (line 23) | protected function setUp(): void method testIssue (line 32) | public function testIssue(): void class DDC3103ArticleId (line 50) | #[Embeddable] FILE: tests/Tests/ORM/Functional/Ticket/DDC3123Test.php class DDC3123Test (line 15) | #[Group('DDC-3123')] method setUp (line 18) | protected function setUp(): void method testIssue (line 25) | public function testIssue(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC3160Test.php class DDC3160Test (line 16) | class DDC3160Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testNoUpdateOnInsert (line 25) | #[Group('DDC-3160')] class DDC3160OnFlushListener (line 47) | class DDC3160OnFlushListener method onFlush (line 55) | public function onFlush(OnFlushEventArgs $args): void FILE: tests/Tests/ORM/Functional/Ticket/DDC3170Test.php class DDC3170Test (line 18) | #[Group('DDC-2306')] method setUp (line 21) | protected function setUp(): void method testIssue (line 42) | public function testIssue(): void class DDC3170AbstractEntityJoined (line 72) | #[Entity] class DDC3170ProductJoined (line 85) | #[Entity] class DDC3170AbstractEntitySingleTable (line 90) | #[Entity] class DDC3170ProductSingleTable (line 103) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC3192Test.php class DDC3192Test (line 23) | #[Group('DDC-2494')] method setUp (line 27) | protected function setUp(): void method testIssue (line 46) | public function testIssue(): void class DDC3192Currency (line 79) | #[Table(name: 'ddc3192_currency')] method __construct (line 87) | public function __construct( class DDC3192Transaction (line 95) | #[Table(name: 'ddc3192_transaction')] method __construct (line 105) | public function __construct( class DDC3192CurrencyCode (line 115) | class DDC3192CurrencyCode extends Type method getSQLDeclaration (line 123) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method convertToDatabaseValue (line 131) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 139) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getName (line 144) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC3223Test.php class DDC3223Test (line 21) | class DDC3223Test extends OrmFunctionalTestCase method setUp (line 23) | protected function setUp(): void method testIssueGetId (line 37) | public function testIssueGetId(): void class Journalist (line 57) | #[Table(name: 'ddc3223_journalist')] class Participant (line 63) | #[Table(name: 'ddc3223_participant')] class Status (line 81) | #[Table(name: 'ddc3223_status')] method getId (line 93) | public function getId(): int class ProfileStatus (line 99) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC3300Test.php class DDC3300Test (line 18) | #[Group('DDC-3300')] method testResolveTargetEntitiesChangesDiscriminatorMapValues (line 21) | public function testResolveTargetEntitiesChangesDiscriminatorMapValues... class DDC3300Person (line 55) | #[Entity] type DDC3300Boss (line 68) | interface DDC3300Boss class DDC3300HumanBoss (line 72) | #[Entity] method __construct (line 75) | public function __construct( type DDC3300Employee (line 82) | interface DDC3300Employee class DDC3300HumanEmployee (line 86) | #[Entity] method __construct (line 89) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC3303Test.php class DDC3303Test (line 18) | class DDC3303Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testEmbeddedObjectsAreAlsoInherited (line 30) | #[Group('GH-4097')] class DDC3303Person (line 49) | #[MappedSuperclass] method __construct (line 52) | public function __construct( class DDC3303Address (line 63) | #[Embeddable] method __construct (line 66) | public function __construct( class DDC3303Employee (line 77) | #[Table(name: 'ddc3303_employee')] method __construct (line 81) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC331Test.php class DDC331Test (line 15) | class DDC331Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testSelectFieldOnRootEntity (line 24) | #[Group('DDC-331')] FILE: tests/Tests/ORM/Functional/Ticket/DDC3330Test.php class DDC3330Test (line 23) | class DDC3330Test extends OrmFunctionalTestCase method setUp (line 25) | protected function setUp(): void method testIssueCollectionOrderWithPaginator (line 37) | public function testIssueCollectionOrderWithPaginator(): void method createBuildingAndHalls (line 61) | private function createBuildingAndHalls(): void class DDC3330Building (line 76) | #[Table(name: 'ddc3330_building')] method addHall (line 90) | public function addHall(DDC3330Hall $hall): void class DDC3330Hall (line 97) | #[Table(name: 'ddc3330_hall')] FILE: tests/Tests/ORM/Functional/Ticket/DDC3346Test.php class DDC3346Test (line 14) | #[Group('DDC-3346')] method setUp (line 17) | protected function setUp(): void method testFindOneWithEagerFetchWillNotHydrateLimitedCollection (line 26) | public function testFindOneWithEagerFetchWillNotHydrateLimitedCollecti... method testFindLimitedWithEagerFetchWillNotHydrateLimitedCollection (line 36) | public function testFindLimitedWithEagerFetchWillNotHydrateLimitedColl... method testFindWithEagerFetchAndOffsetWillNotHydrateLimitedCollection (line 49) | public function testFindWithEagerFetchAndOffsetWillNotHydrateLimitedCo... method loadAuthorFixture (line 63) | private function loadAuthorFixture(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC345Test.php class DDC345Test (line 24) | class DDC345Test extends OrmFunctionalTestCase method setUp (line 26) | protected function setUp(): void method testTwoIterateHydrations (line 37) | public function testTwoIterateHydrations(): void class DDC345User (line 72) | #[Entity] method __construct (line 89) | public function __construct() class DDC345Group (line 95) | #[Entity] method __construct (line 112) | public function __construct() class DDC345Membership (line 118) | #[Table(name: 'ddc345_memberships')] method doStuffOnPrePersist (line 154) | #[PrePersist] method doStuffOnPreUpdate (line 162) | #[PreUpdate] FILE: tests/Tests/ORM/Functional/Ticket/DDC353Test.php class DDC353Test (line 16) | class DDC353Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testWorkingCase (line 25) | public function testWorkingCase(): void method testFailingCase (line 50) | public function testFailingCase(): void class DDC353Picture (line 75) | #[Entity] method getPictureId (line 87) | public function getPictureId(): int method setFile (line 92) | public function setFile(DDC353File $value): void method getFile (line 97) | public function getFile(): DDC353File class DDC353File (line 103) | #[Entity] method getFileId (line 115) | public function getFileId(): int FILE: tests/Tests/ORM/Functional/Ticket/DDC3582Test.php class DDC3582Test (line 16) | class DDC3582Test extends OrmFunctionalTestCase method testNestedEmbeddablesAreHydratedWithProperClass (line 18) | public function testNestedEmbeddablesAreHydratedWithProperClass(): void class DDC3582Entity (line 34) | #[Entity] method __construct (line 41) | public function __construct( class DDC3582Embeddable1 (line 50) | #[Embeddable] method __construct (line 57) | public function __construct() class DDC3582Embeddable2 (line 63) | #[Embeddable] method __construct (line 70) | public function __construct() class DDC3582Embeddable3 (line 76) | #[Embeddable] FILE: tests/Tests/ORM/Functional/Ticket/DDC3597Test.php class DDC3597Test (line 13) | #[Group('DDC-117')] method setUp (line 16) | protected function setUp(): void method testSaveImageEntity (line 27) | #[Group('DDC-3597')] FILE: tests/Tests/ORM/Functional/Ticket/DDC3634Test.php class DDC3634Test (line 26) | #[Group('DDC-3634')] method setUp (line 31) | protected function setUp(): void method testSavesVeryLargeIntegerAutoGeneratedValue (line 55) | public function testSavesVeryLargeIntegerAutoGeneratedValue(): void method testSavesIntegerAutoGeneratedValue (line 68) | public function testSavesIntegerAutoGeneratedValue(): void method testSavesIntegerAutoGeneratedValueWithJoinedInheritance (line 78) | public function testSavesIntegerAutoGeneratedValueWithJoinedInheritanc... class DDC3634Entity (line 89) | #[Entity] class DDC3634JTIBaseEntity (line 99) | #[Entity] class DDC3634JTIChildEntity (line 111) | #[Entity] class LastInsertIdMocker (line 116) | class LastInsertIdMocker class LastInsertIdMockConnection (line 121) | final class LastInsertIdMockConnection extends AbstractConnectionMiddleware method __construct (line 123) | public function __construct(DriverConnection $wrappedConnection, priva... method lastInsertId (line 131) | public function lastInsertId($name = null): int|string class LastInsertIdMockDriver (line 137) | final class LastInsertIdMockDriver extends AbstractDriverMiddleware method __construct (line 139) | public function __construct(Driver $wrappedDriver, private LastInsertI... method connect (line 144) | public function connect(array $params): LastInsertIdMockConnection class LastInsertIdMockMiddleware (line 153) | final class LastInsertIdMockMiddleware implements Middleware method __construct (line 155) | public function __construct(private LastInsertIdMocker $idMocker) method wrap (line 159) | public function wrap(Driver $driver): LastInsertIdMockDriver FILE: tests/Tests/ORM/Functional/Ticket/DDC3644Test.php class DDC3644Test (line 25) | class DDC3644Test extends OrmFunctionalTestCase method setUp (line 27) | protected function setUp(): void method testIssueWithRegularEntity (line 41) | #[Group('DDC-3644')] method testIssueWithJoinedEntity (line 91) | #[Group('DDC-3644')] class DDC3644User (line 140) | #[Entity] method setAddresses (line 161) | public function setAddresses(Collection $addresses): void method setPets (line 170) | public function setPets(Collection $pets): void class DDC3644Address (line 180) | #[Entity] method __construct (line 194) | public function __construct( class DDC3644Animal (line 201) | #[Entity] method __construct (line 213) | public function __construct( class DDC3644Pet (line 220) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC3719Test.php class DDC3719Test (line 13) | class DDC3719Test extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testCriteriaOnNotOwningSide (line 22) | #[Group('DDC-3719')] FILE: tests/Tests/ORM/Functional/Ticket/DDC371Test.php class DDC371Test (line 20) | #[Group('DDC-371')] method setUp (line 23) | protected function setUp(): void method testIssue (line 30) | public function testIssue(): void class DDC371Child (line 60) | #[Entity] class DDC371Parent (line 76) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC3785Test.php class DDC3785Test (line 25) | class DDC3785Test extends OrmFunctionalTestCase method setUp (line 27) | protected function setUp(): void method testOwningValueObjectIdIsCorrectlyTransformedWhenRemovingOrphanedChildEntities (line 40) | #[Group('DDC-3785')] class DDC3785Asset (line 66) | #[Table(name: 'asset')] method __construct (line 78) | public function __construct( method getId (line 92) | public function getId(): DDC3785AssetId method getAttributes (line 98) | public function getAttributes() class DDC3785Attribute (line 104) | #[Table(name: 'attribute')] method __construct (line 114) | public function __construct( class DDC3785AssetId (line 123) | #[Embeddable] method __construct (line 126) | public function __construct( method __toString (line 132) | public function __toString(): string class DDC3785AssetIdType (line 138) | class DDC3785AssetIdType extends Type method getSQLDeclaration (line 143) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method convertToDatabaseValue (line 151) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 159) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getName (line 164) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC381Test.php class DDC381Test (line 16) | class DDC381Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testCallUnserializedProxyMethods (line 25) | public function testCallUnserializedProxyMethods(): void class DDC381Entity (line 46) | #[Entity] method getId (line 55) | public function getId(): int method getOtherMethod (line 60) | public function getOtherMethod(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC3967Test.php class DDC3967Test (line 13) | class DDC3967Test extends SecondLevelCacheFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testIdentifierCachedWithProperType (line 24) | public function testIdentifierCachedWithProperType(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC4003Test.php class DDC4003Test (line 13) | class DDC4003Test extends SecondLevelCacheFunctionalTestCase method testReadsThroughRepositorySameDataThatItWroteInCache (line 15) | public function testReadsThroughRepositorySameDataThatItWroteInCache()... FILE: tests/Tests/ORM/Functional/Ticket/DDC4024Test.php class DDC4024Test (line 11) | #[Group('DDC4024')] method testConstructorShouldUseProvidedMessage (line 14) | public function testConstructorShouldUseProvidedMessage(): void method testADefaultMessageShouldBeUsedWhenNothingWasProvided (line 21) | public function testADefaultMessageShouldBeUsedWhenNothingWasProvided(... FILE: tests/Tests/ORM/Functional/Ticket/DDC422Test.php class DDC422Test (line 24) | class DDC422Test extends OrmFunctionalTestCase method setUp (line 26) | protected function setUp(): void method testIssue (line 37) | #[Group('DDC-422')] class DDC422Guest (line 59) | #[Entity] class DDC422Customer (line 72) | #[Entity] method __construct (line 82) | public function __construct() class DDC422Contact (line 88) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC425Test.php class DDC425Test (line 16) | class DDC425Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testIssue (line 25) | #[Group('DDC-425')] class DDC425Entity (line 35) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC440Test.php class DDC440Test (line 21) | class DDC440Test extends OrmFunctionalTestCase method setUp (line 23) | protected function setUp(): void method testOriginalEntityDataEmptyWhenProxyLoadedFromTwoAssociations (line 30) | #[Group('DDC-440')] class DDC440Phone (line 84) | #[Table(name: 'phone')] method setNumber (line 103) | public function setNumber(string $value): void method getNumber (line 108) | public function getNumber(): string method setClient (line 113) | public function setClient(DDC440Client $value, bool $updateInverse = t... method getClient (line 121) | public function getClient(): DDC440Client method getId (line 126) | public function getId(): int method setId (line 131) | public function setId(int $value): void class DDC440Client (line 137) | #[Table(name: 'client')] method __construct (line 161) | public function __construct() method setName (line 165) | public function setName(string $value): void method getName (line 170) | public function getName(): string method addPhone (line 175) | public function addPhone(DDC440Phone $value): void method getPhones (line 182) | public function getPhones(): Collection method setMainPhone (line 187) | public function setMainPhone(DDC440Phone $value): void method getMainPhone (line 192) | public function getMainPhone(): DDC440Phone method getId (line 197) | public function getId(): int method setId (line 202) | public function setId($value): void FILE: tests/Tests/ORM/Functional/Ticket/DDC444Test.php class DDC444Test (line 17) | class DDC444Test extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testExplicitPolicy (line 26) | public function testExplicitPolicy(): void class DDC444User (line 65) | #[Table(name: 'ddc444')] FILE: tests/Tests/ORM/Functional/Ticket/DDC448Test.php class DDC448Test (line 22) | class DDC448Test extends OrmFunctionalTestCase method setUp (line 24) | protected function setUp(): void method testIssue (line 35) | public function testIssue(): void class DDC448MainTable (line 45) | #[Entity] class DDC448ConnectedClass (line 61) | #[Table(name: 'connectedClass')] class DDC448SubTable (line 73) | #[Table(name: 'SubTable')] FILE: tests/Tests/ORM/Functional/Ticket/DDC493Test.php class DDC493Test (line 20) | class DDC493Test extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testIssue (line 33) | public function testIssue(): void class DDC493Customer (line 43) | #[Entity] class DDC493Distributor (line 60) | #[Entity] class DDC493Contact (line 65) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC512Test.php class DDC512Test (line 18) | class DDC512Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testIssue (line 31) | public function testIssue(): void class DDC512Customer (line 61) | #[Entity] class DDC512OfferItem (line 81) | #[Entity] class DDC512Item (line 86) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC513Test.php class DDC513Test (line 20) | class DDC513Test extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testIssue (line 33) | public function testIssue(): void class DDC513OfferItem (line 43) | #[Entity] class DDC513Item (line 48) | #[Entity] class DDC513Price (line 66) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC522Test.php class DDC522Test (line 20) | class DDC522Test extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testJoinColumnWithSameNameAsAssociationField (line 33) | #[Group('DDC-522')] method testJoinColumnWithNullSameNameAssociationField (line 68) | #[Group('DDC-522')] class DDC522Customer (line 87) | #[Entity] class DDC522Cart (line 105) | #[Entity] class DDC522ForeignKeyTest (line 124) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC531Test.php class DDC531Test (line 21) | class DDC531Test extends OrmFunctionalTestCase method setUp (line 23) | protected function setUp(): void method testIssue (line 33) | public function testIssue(): void class DDC531Item (line 56) | #[Entity] method __construct (line 77) | public function __construct() method getParent (line 82) | public function getParent(): DDC531Item method getChildren (line 88) | public function getChildren(): Collection class DDC531SubItem (line 94) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC5684Test.php class DDC5684Test (line 23) | #[Group('5935')] method setUp (line 29) | protected function setUp(): void method testAutoIncrementIdWithCustomType (line 42) | public function testAutoIncrementIdWithCustomType(): void method testFetchObjectWithAutoIncrementedCustomType (line 51) | public function testFetchObjectWithAutoIncrementedCustomType(): void class DDC5684ObjectIdType (line 66) | class DDC5684ObjectIdType extends DBALTypes\Type method convertToPHPValue (line 71) | public function convertToPHPValue($value, AbstractPlatform $platform):... method convertToDatabaseValue (line 79) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method getName (line 84) | public function getName(): string method getSQLDeclaration (line 89) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... class DDC5684ObjectId (line 95) | class DDC5684ObjectId implements Stringable method __construct (line 97) | public function __construct(public mixed $value) method __toString (line 101) | public function __toString(): string class DDC5684Object (line 107) | #[Table(name: 'ticket_5684_objects')] FILE: tests/Tests/ORM/Functional/Ticket/DDC588Test.php class DDC588Test (line 14) | class DDC588Test extends OrmFunctionalTestCase method setUp (line 16) | protected function setUp(): void method testIssue (line 23) | #[DoesNotPerformAssertions] class DDC588Site (line 35) | #[Entity] method __construct (line 44) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC599Test.php class DDC599Test (line 21) | class DDC599Test extends OrmFunctionalTestCase method setUp (line 23) | protected function setUp(): void method testCascadeRemoveOnInheritanceHierarchy (line 34) | public function testCascadeRemoveOnInheritanceHierarchy(): void method testCascadeRemoveOnChildren (line 76) | public function testCascadeRemoveOnChildren(): void class DDC599Item (line 85) | #[Entity] method __construct (line 101) | public function __construct() method getChildren (line 107) | public function getChildren(): Collection class DDC599Subitem (line 113) | #[Entity] class DDC599Child (line 121) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC618Test.php class DDC618Test (line 20) | #[Group('DDC-618')] method setUp (line 23) | protected function setUp(): void method testIndexByHydrateObject (line 52) | public function testIndexByHydrateObject(): void method testIndexByHydrateArray (line 64) | public function testIndexByHydrateArray(): void method testIndexByJoin (line 76) | #[Group('DDC-1018')] method testIndexByToOneJoinSilentlyIgnored (line 98) | #[Group('DDC-1018')] method testCombineIndexBy (line 115) | #[Group('DDC-1018')] class DDC618Author (line 132) | #[Entity] method __construct (line 148) | public function __construct() method addBook (line 153) | public function addBook(string $title): void class DDC618Book (line 160) | #[Entity] method __construct (line 169) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC6303Test.php class DDC6303Test (line 25) | #[Group('#6303')] method setUp (line 28) | protected function setUp(): void method testMixedTypeHydratedCorrectlyInJoinedInheritance (line 39) | public function testMixedTypeHydratedCorrectlyInJoinedInheritance(): void method testEmptyValuesInJoinedInheritance (line 50) | public function testEmptyValuesInJoinedInheritance(): void method assertHydratedEntitiesSameToPersistedOnes (line 66) | private function assertHydratedEntitiesSameToPersistedOnes(array $pers... class DDC6303BaseClass (line 92) | #[Table] class DDC6303ChildA (line 106) | #[Table] method __construct (line 110) | public function __construct( class DDC6303ChildB (line 119) | #[Table] method __construct (line 124) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC633Test.php class DDC633Test (line 15) | class DDC633Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testOneToOneEager (line 27) | #[Group('DDC-633')] method testDQLDeferredEagerLoad (line 49) | #[Group('DDC-633')] class DDC633Appointment (line 74) | #[Entity] class DDC633Patient (line 88) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC6460Test.php class DDC6460Test (line 18) | class DDC6460Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testInlineEmbeddable (line 35) | #[Group('DDC-6460')] method testInlineEmbeddableProxyInitialization (line 45) | #[Group('DDC-6460')] class DDC6460Embeddable (line 71) | #[Embeddable] class DDC6460Entity (line 79) | #[Entity] class DDC6460ParentEntity (line 93) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC6558Test.php class DDC6558Test (line 11) | #[Group('DDC-6558')] method setUp (line 14) | protected function setUp(): void method testEmployeeIsPopulated (line 27) | public function testEmployeeIsPopulated(): void class DDC6558Person (line 44) | #[ORM\Entity] class DDC6558Manager (line 57) | #[ORM\Entity] class DDC6558Employee (line 62) | #[ORM\Entity] class DDC6558Staff (line 70) | #[ORM\Entity] class DDC6558Developer (line 75) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/DDC656Test.php class DDC656Test (line 15) | class DDC656Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testRecomputeSingleEntityChangeSetPreservesFieldOrder (line 24) | public function testRecomputeSingleEntityChangeSetPreservesFieldOrder(... class DDC656Entity (line 48) | #[Entity] method getName (line 65) | public function getName(): string method setName (line 70) | public function setName(string $name): void method getType (line 75) | public function getType(): string method setType (line 80) | public function setType(string $type): void FILE: tests/Tests/ORM/Functional/Ticket/DDC6573Test.php class DDC6573Test (line 15) | #[Group('DDC-6573')] method setUp (line 21) | protected function setUp(): void method tearDown (line 43) | protected function tearDown(): void method provideDataForHydrationMode (line 48) | public static function provideDataForHydrationMode(): iterable method testShouldSupportsMultipleNewOperator (line 54) | #[DataProvider('provideDataForHydrationMode')] method testShouldSupportsBasicUsage (line 82) | #[DataProvider('provideDataForHydrationMode')] FILE: tests/Tests/ORM/Functional/Ticket/DDC657Test.php class DDC657Test (line 13) | #[Group('DDC-657')] method setUp (line 16) | protected function setUp(): void method testEntitySingleResult (line 25) | public function testEntitySingleResult(): void method testScalarResult (line 37) | public function testScalarResult(): void method testaTicketEntityArrayResult (line 53) | public function testaTicketEntityArrayResult(): void method testTicketSingleResult (line 69) | public function testTicketSingleResult(): void method testTicketResult (line 81) | public function testTicketResult(): void method loadFixtures (line 101) | public function loadFixtures(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC698Test.php class DDC698Test (line 21) | class DDC698Test extends OrmFunctionalTestCase method setUp (line 23) | protected function setUp(): void method testTicket (line 30) | public function testTicket(): void class DDC698Role (line 46) | #[Table(name: 'Roles')] class DDC698Privilege (line 73) | #[Table(name: 'Privileges')] FILE: tests/Tests/ORM/Functional/Ticket/DDC69Test.php class DDC69Test (line 25) | class DDC69Test extends OrmFunctionalTestCase method setUp (line 27) | protected function setUp(): void method testIssue (line 37) | public function testIssue(): void class Lemma (line 108) | #[Table(name: 'lemma')] method __construct (line 126) | public function __construct() method getId (line 131) | public function getId(): int method setLemma (line 136) | public function setLemma(string $lemma): void method getLemma (line 141) | public function getLemma(): string method addRelation (line 146) | public function addRelation(Relation $relation): void method removeRelation (line 152) | public function removeRelation(Relation $relation): void method getRelations (line 162) | public function getRelations(): Collection class Relation (line 168) | #[Table(name: 'relation')] method setParent (line 191) | public function setParent(Lemma $parent): void method getParent (line 196) | public function getParent(): Phrase method removeParent (line 201) | public function removeParent(): void method setChild (line 210) | public function setChild(Lemma $child): void method getChild (line 215) | public function getChild(): Lemma method setType (line 220) | public function setType(RelationType $type): void method getType (line 225) | public function getType(): RelationType method removeType (line 230) | public function removeType(): void class RelationType (line 240) | #[Table(name: 'relation_type')] method __construct (line 261) | public function __construct() method getId (line 266) | public function getId(): int method setType (line 271) | public function setType(string $type): void method getType (line 276) | public function getType(): string method setAbbreviation (line 281) | public function setAbbreviation(string $abbreviation): void method getAbbreviation (line 286) | public function getAbbreviation(): string method addRelation (line 291) | public function addRelation(Relation $relation): void method removeRelation (line 297) | public function removeRelation(Relation $relation): void method getRelations (line 307) | public function getRelations(): Collection FILE: tests/Tests/ORM/Functional/Ticket/DDC719Test.php class DDC719Test (line 22) | class DDC719Test extends OrmFunctionalTestCase method setUp (line 24) | protected function setUp(): void method testIsEmptySqlGeneration (line 31) | public function testIsEmptySqlGeneration(): void class MyEntity (line 44) | #[MappedSuperclass] method getId (line 53) | public function getId(): int class DDC719Group (line 59) | #[Table(name: 'groups')] method __construct (line 82) | public function __construct() method addGroup (line 92) | public function addGroup(Group $child): void method addChannel (line 103) | public function addChannel(Channel $child): void method getName (line 110) | public function getName(): string method setName (line 115) | public function setName(string $name): void method getDescription (line 120) | public function getDescription(): string method setDescription (line 125) | public function setDescription(string $description): void method getChildren (line 131) | public function getChildren(): Collection method getParents (line 137) | public function getParents(): Collection method getChannels (line 143) | public function getChannels(): Collection FILE: tests/Tests/ORM/Functional/Ticket/DDC735Test.php class DDC735Test (line 17) | class DDC735Test extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testRemoveElementAppliesOrphanRemoval (line 26) | public function testRemoveElementAppliesOrphanRemoval(): void class DDC735Product (line 58) | #[Entity] method __construct (line 71) | public function __construct() method getReviews (line 77) | public function getReviews(): Collection method addReview (line 82) | public function addReview(DDC735Review $review): void method removeReview (line 87) | public function removeReview(DDC735Review $review): void class DDC735Review (line 93) | #[Entity] method __construct (line 102) | public function __construct( method getId (line 109) | public function getId(): int FILE: tests/Tests/ORM/Functional/Ticket/DDC736Test.php class DDC736Test (line 18) | class DDC736Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testReorderEntityFetchJoinForHydration (line 27) | #[Group('DDC-736')] method testDqlTreeWalkerReordering (line 54) | #[Group('DDC-736')] class DisableFetchJoinTreeWalker (line 82) | class DisableFetchJoinTreeWalker extends TreeWalkerAdapter method walkSelectStatement (line 84) | public function walkSelectStatement(SelectStatement $selectStatement):... FILE: tests/Tests/ORM/Functional/Ticket/DDC748Test.php class DDC748Test (line 13) | class DDC748Test extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testRefreshWithManyToOne (line 22) | public function testRefreshWithManyToOne(): void method testRefreshOneToOne (line 44) | public function testRefreshOneToOne(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC767Test.php class DDC767Test (line 15) | class DDC767Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testCollectionChangesInsideTransaction (line 24) | #[Group('DDC-767')] FILE: tests/Tests/ORM/Functional/Ticket/DDC7969Test.php class DDC7969Test (line 13) | class DDC7969Test extends SecondLevelCacheFunctionalTestCase method testChildEntityRetrievedFromCache (line 15) | public function testChildEntityRetrievedFromCache(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC809Test.php class DDC809Test (line 19) | class DDC809Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testIssue (line 52) | #[Group('DDC-809')] class DDC809Variant (line 67) | #[Table(name: 'variant_test')] method getSpecificationValues (line 84) | public function getSpecificationValues(): Collection class DDC809SpecificationValue (line 90) | #[Table(name: 'specification_value_test')] FILE: tests/Tests/ORM/Functional/Ticket/DDC812Test.php class DDC812Test (line 12) | class DDC812Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testFetchJoinInitializesPreviouslyUninitializedCollectionOfManagedEntity (line 21) | #[Group('DDC-812')] FILE: tests/Tests/ORM/Functional/Ticket/DDC832Test.php class DDC832Test (line 23) | class DDC832Test extends OrmFunctionalTestCase method setUp (line 25) | protected function setUp(): void method tearDown (line 40) | public function tearDown(): void method testQuotedTableBasicUpdate (line 56) | #[Group('DDC-832')] method testQuotedTableBasicRemove (line 70) | #[Group('DDC-832')] method testQuotedTableJoinedUpdate (line 86) | #[Group('DDC-832')] method testQuotedTableJoinedRemove (line 100) | #[Group('DDC-832')] method testQuotedTableJoinedChildUpdate (line 116) | #[Group('DDC-832')] method testQuotedTableJoinedChildRemove (line 130) | #[Group('DDC-832')] class DDC832Like (line 147) | #[Table(name: '`LIKE`')] method __construct (line 162) | public function __construct( class DDC832JoinedIndex (line 169) | #[Table(name: '`INDEX`')] method __construct (line 187) | public function __construct( class DDC832JoinedTreeIndex (line 194) | #[Table(name: '`TREE_INDEX`')] method __construct (line 198) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/DDC837Test.php class DDC837Test (line 19) | class DDC837Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testIssue (line 34) | #[Group('DDC-837')] class DDC837Super (line 102) | #[Table(name: 'DDC837Super')] class DDC837Class1 (line 116) | #[Entity] class DDC837Class2 (line 132) | #[Entity] class DDC837Class3 (line 155) | #[Entity] class DDC837Aggregate (line 167) | #[Entity] method __construct (line 176) | public function __construct( method getSysname (line 182) | public function getSysname(): string FILE: tests/Tests/ORM/Functional/Ticket/DDC849Test.php class DDC849Test (line 11) | class DDC849Test extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testRemoveContains (line 48) | public function testRemoveContains(): void method testClearCount (line 63) | public function testClearCount(): void method testClearContains (line 74) | public function testClearContains(): void FILE: tests/Tests/ORM/Functional/Ticket/DDC881Test.php class DDC881Test (line 20) | class DDC881Test extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testIssue (line 33) | #[Group('DDC-117')] class DDC881User (line 102) | #[Entity] method getName (line 117) | public function getName(): string method setName (line 122) | public function setName(string $name): void class DDC881PhoneNumber (line 128) | #[Entity] method __construct (line 146) | public function __construct() method setId (line 151) | public function setId(int $id): void method setUser (line 156) | public function setUser(DDC881User $user): void method setPhoneNumber (line 161) | public function setPhoneNumber(string $phoneNumber): void method getCalls (line 167) | public function getCalls(): Collection class DDC881PhoneCall (line 173) | #[Entity] method setPhoneNumber (line 189) | public function setPhoneNumber(DDC881PhoneNumber $phoneNumber): void method getPhoneNumber (line 194) | public function getPhoneNumber(): DDC881PhoneNumber FILE: tests/Tests/ORM/Functional/Ticket/DDC933Test.php class DDC933Test (line 20) | class DDC933Test extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method testLockCTIClass (line 29) | #[Group('DDC-933')] method assertManagerCanBeUpdatedOnAnotherConnection (line 59) | private function assertManagerCanBeUpdatedOnAnotherConnection(int $id,... FILE: tests/Tests/ORM/Functional/Ticket/DDC949Test.php class DDC949Test (line 11) | class DDC949Test extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testBooleanThroughRepository (line 20) | #[Group('DDC-949')] FILE: tests/Tests/ORM/Functional/Ticket/DDC960Test.php class DDC960Test (line 17) | class DDC960Test extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testUpdateRootVersion (line 26) | #[Group('DDC-960')] class DDC960Root (line 41) | #[Entity] method getId (line 55) | public function getId(): int method getVersion (line 60) | public function getVersion(): int class DDC960Child (line 66) | #[Entity] method __construct (line 69) | public function __construct( method setName (line 75) | public function setName($name): void FILE: tests/Tests/ORM/Functional/Ticket/DDC992Test.php class DDC992Test (line 24) | #[Group('DDC-992')] method setUp (line 27) | protected function setUp(): void method testIssue (line 38) | public function testIssue(): void method testOneToManyChild (line 60) | public function testOneToManyChild(): void class DDC992Parent (line 94) | #[Entity] class DDC992Child (line 114) | #[Entity] method childs (line 117) | public function childs(): Collection class DDC992Role (line 123) | #[Entity] method getRoleID (line 126) | public function getRoleID(): int method __construct (line 152) | public function __construct() FILE: tests/Tests/ORM/Functional/Ticket/GH10049/GH10049Test.php class GH10049Test (line 10) | class GH10049Test extends OrmFunctionalTestCase method setUp (line 12) | public function setUp(): void method testInheritedReadOnlyPropertyValueCanBeSet (line 22) | #[DoesNotPerformAssertions] FILE: tests/Tests/ORM/Functional/Ticket/GH10049/ReadOnlyPropertyInheritor.php class ReadOnlyPropertyInheritor (line 9) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10049/ReadOnlyPropertyOwner.php class ReadOnlyPropertyOwner (line 9) | #[ORM\MappedSuperclass] method __construct (line 12) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH10132Test.php class GH10132Test (line 12) | class GH10132Test extends OrmFunctionalTestCase method setUp (line 14) | public function setUp(): void method testQueryBackedEnumInCompositeKeyJoin (line 24) | public function testQueryBackedEnumInCompositeKeyJoin(): void FILE: tests/Tests/ORM/Functional/Ticket/GH10288Test.php class GH10288Test (line 26) | class GH10288Test extends OrmFunctionalTestCase method setUp (line 28) | protected function setUp(): void method performEnumDiscriminatorTest (line 49) | private function performEnumDiscriminatorTest( method testEnumDiscriminatorWithEnumType (line 92) | #[Group('GH10288')] method testEnumDiscriminatorWithCustomEnumType (line 101) | #[Group('GH10288')] class GH10288PeopleType (line 111) | class GH10288PeopleType extends StringType method convertToDatabaseValue (line 115) | public function convertToDatabaseValue(mixed $value, AbstractPlatform ... method convertToPHPValue (line 124) | public function convertToPHPValue(mixed $value, AbstractPlatform $plat... method getName (line 129) | public function getName(): string class GH10288PersonWithEnumType (line 135) | #[Entity] method __construct (line 149) | public function __construct( class GH10288BossWithEnumType (line 156) | #[Entity] class GH10288EmployeeWithEnumType (line 164) | #[Entity] class GH10288PersonCustomEnumType (line 169) | #[Entity] method __construct (line 188) | public function __construct(string $name) class GH10288BossCustomEnumType (line 194) | #[Entity] class GH10288EmployeeCustomEnumType (line 202) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10334Test.php class GH10334Test (line 14) | class GH10334Test extends OrmFunctionalTestCase method setUp (line 16) | protected function setUp(): void method testTicket (line 23) | public function testTicket(): void method testGetChildWithBackedEnumId (line 54) | public function testGetChildWithBackedEnumId(): void FILE: tests/Tests/ORM/Functional/Ticket/GH10336Test.php class GH10336Test (line 11) | final class GH10336Test extends OrmFunctionalTestCase method setUp (line 13) | public function setUp(): void method testCanAccessRelationPropertyAfterClear (line 23) | public function testCanAccessRelationPropertyAfterClear(): void FILE: tests/Tests/ORM/Functional/Ticket/GH10348Test.php class GH10348Test (line 12) | final class GH10348Test extends OrmFunctionalTestCase method setUp (line 14) | public function setUp(): void method testTheORMRemovesReferencedEmployeeBeforeReferencingEmployee (line 24) | public function testTheORMRemovesReferencedEmployeeBeforeReferencingEm... class GH10348Person (line 46) | #[ORM\Entity] class GH10348Company (line 64) | #[ORM\Entity] method __construct (line 77) | public function __construct() method addEmployee (line 82) | public function addEmployee(GH10348Person $person): self FILE: tests/Tests/ORM/Functional/Ticket/GH10387Test.php class GH10387Test (line 16) | #[Group('GH-10387')] method testSchemaToolCreatesColumnForFieldInTheMiddleClass (line 19) | #[DataProvider('classHierachies')] method classHierachies (line 33) | public static function classHierachies(): Generator class GH10387EntitiesOnlyRoot (line 41) | #[ORM\Entity] class GH10387EntitiesOnlyMiddle (line 53) | #[ORM\Entity] class GH10387EntitiesOnlyLeaf (line 61) | #[ORM\Entity] class GH10387MappedSuperclassRoot (line 70) | #[ORM\DiscriminatorMap(['A' => GH10387MappedSuperclassRoot::class, 'B' =... class GH10387MappedSuperclassMiddle (line 82) | #[ORM\MappedSuperclass] class GH10387MappedSuperclassLeaf (line 90) | #[ORM\Entity] class GH10387AbstractEntitiesRoot (line 100) | #[ORM\DiscriminatorMap(['A' => GH10387AbstractEntitiesLeaf::class])] class GH10387AbstractEntitiesMiddle (line 112) | #[ORM\Entity] class GH10387AbstractEntitiesLeaf (line 120) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10450Test.php class GH10450Test (line 13) | class GH10450Test extends OrmTestCase method testDuplicatePrivateFieldsShallBeRejected (line 16) | #[DataProvider('classesThatOverrideFieldNames')] method classesThatOverrideFieldNames (line 26) | public static function classesThatOverrideFieldNames(): Generator class GH10450BaseEntityPrivate (line 35) | #[ORM\Entity] class GH10450EntityChildPrivate (line 50) | #[ORM\Entity] class GH10450BaseMappedSuperclassPrivate (line 57) | #[ORM\MappedSuperclass] class GH10450MappedSuperclassChildPrivate (line 69) | #[ORM\Entity] class GH10450BaseEntityProtected (line 76) | #[ORM\Entity] class GH10450EntityChildProtected (line 91) | #[ORM\Entity] class GH10450BaseMappedSuperclassProtected (line 98) | #[ORM\MappedSuperclass] class GH10450MappedSuperclassChildProtected (line 110) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10454Test.php class GH10454Test (line 13) | class GH10454Test extends OrmTestCase method testProtectedPropertyMustNotBeInheritedAndReconfigured (line 16) | #[DataProvider('classesThatOverrideFieldNames')] method classesThatOverrideFieldNames (line 27) | public static function classesThatOverrideFieldNames(): Generator class GH10454BaseEntityProtected (line 34) | #[ORM\Entity] class GH10454EntityChildProtected (line 49) | #[ORM\Entity] class GH10454BaseMappedSuperclassProtected (line 56) | #[ORM\MappedSuperclass] class GH10454MappedSuperclassChildProtected (line 68) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10462Test.php class GH10462Test (line 21) | class GH10462Test extends OrmFunctionalTestCase method testCharsetAndCollationOptionsOnDiscriminatedColumn (line 23) | public function testCharsetAndCollationOptionsOnDiscriminatedColumn():... class GH10462Person (line 41) | #[Entity] class GH10462Employee (line 55) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10473Test.php class GH10473Test (line 12) | class GH10473Test extends OrmTestCase method testMappedSuperclassAssociationsCanBeResolvedToEntities (line 14) | public function testMappedSuperclassAssociationsCanBeResolvedToEntitie... class GH10473BaseUser (line 68) | #[ORM\MappedSuperclass] class GH10473SocialMediaAccount (line 89) | #[ORM\Entity] class GH10473UserImplementation (line 102) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10531Test.php class GH10531Test (line 10) | class GH10531Test extends OrmFunctionalTestCase method setUp (line 12) | protected function setUp(): void method tearDown (line 22) | public function tearDown(): void method testInserts (line 29) | public function testInserts(): void method testDeletes (line 69) | public function testDeletes(): void class GH10531A (line 120) | #[ORM\Entity] class GH10531B (line 134) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10532Test.php class GH10532Test (line 10) | class GH10532Test extends OrmFunctionalTestCase method setUp (line 12) | protected function setUp(): void method tearDown (line 24) | public function tearDown(): void method testInserts (line 33) | public function testInserts(): void method testDeletes (line 70) | public function testDeletes(): void class GH10532X (line 123) | #[ORM\Entity] class GH10532B (line 137) | #[ORM\Entity] class GH10532C (line 147) | #[ORM\Entity] class GH10532A (line 153) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10566Test.php class GH10566Test (line 14) | class GH10566Test extends OrmFunctionalTestCase method setUp (line 16) | protected function setUp(): void method testInsertion (line 27) | #[DataProvider('provideEntityClasses')] method testRemoval (line 53) | #[DataProvider('provideEntityClasses')] method provideEntityClasses (line 97) | public static function provideEntityClasses(): Generator class GH10566A (line 105) | #[ORM\Entity] class GH10566B (line 121) | #[ORM\Entity] class GH10566C (line 137) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10625Test.php class GH10625Test (line 12) | #[Group('GH-10625')] method setUp (line 15) | protected function setUp(): void method testLoadFieldsFromAllClassesInHierarchy (line 26) | #[DataProvider('queryClasses')] method queryClasses (line 41) | public static function queryClasses(): array class GH10625Root (line 51) | #[ORM\Entity] class GH10625Middle (line 62) | #[ORM\Entity] class GH10625Leaf (line 67) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10661/GH10661Test.php class GH10661Test (line 11) | final class GH10661Test extends OrmTestCase method setUp (line 16) | protected function setUp(): void method testMetadataFieldTypeNotCoherentWithEntityPropertyType (line 21) | public function testMetadataFieldTypeNotCoherentWithEntityPropertyType... method testPropertyTypeErrorsCanBeSilenced (line 32) | public function testPropertyTypeErrorsCanBeSilenced(): void method testMetadataFieldTypeNotCoherentWithEntityPropertyTypeWithInheritance (line 40) | public function testMetadataFieldTypeNotCoherentWithEntityPropertyType... method bootstrapValidator (line 55) | private function bootstrapValidator(bool $validatePropertyTypes = true... FILE: tests/Tests/ORM/Functional/Ticket/GH10661/InvalidChildEntity.php class InvalidChildEntity (line 10) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10661/InvalidEntity.php class InvalidEntity (line 14) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10747Test.php class GH10747Test (line 25) | #[Group('GH10747')] method setUp (line 28) | protected function setUp(): void method testOrphanedOneToManyDeletesCollection (line 39) | public function testOrphanedOneToManyDeletesCollection(): void class GH10747Article (line 87) | #[Entity] method __construct (line 99) | public function __construct(CustomIdObject $id) method setCredits (line 105) | public function setCredits(Collection $credits): void method getCredits (line 111) | public function getCredits(): Collection class GH10747Credit (line 117) | #[Entity] method __construct (line 129) | public function __construct(GH10747Article $article, public string $name) class GH10747CustomIdObjectHashType (line 135) | class GH10747CustomIdObjectHashType extends DBALType method convertToDatabaseValue (line 137) | public function convertToDatabaseValue(mixed $value, AbstractPlatform ... method convertToPHPValue (line 142) | public function convertToPHPValue(mixed $value, AbstractPlatform $plat... method getSQLDeclaration (line 147) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method getName (line 152) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/GH10752Test.php class GH10752Test (line 14) | #[Group('GH10752')] method setUp (line 17) | protected function setUp(): void method testThrowExceptionWhenRemovingPromotionThatIsInUse (line 27) | public function testThrowExceptionWhenRemovingPromotionThatIsInUse(): ... method testThrowExceptionWhenRemovingPromotionThatIsInUseAndOrderIsNotInMemory (line 44) | public function testThrowExceptionWhenRemovingPromotionThatIsInUseAndO... class GH10752Order (line 65) | #[ORM\Entity] method __construct (line 79) | public function __construct() method addPromotion (line 84) | public function addPromotion(GH10752Promotion $promotion): void class GH10752Promotion (line 92) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10808Test.php class GH10808Test (line 19) | #[Group('GH10808')] method setUp (line 22) | protected function setUp(): void method testDQLDeferredEagerLoad (line 32) | public function testDQLDeferredEagerLoad(): void class GH10808Appointment (line 65) | #[Entity] method __construct (line 80) | public function __construct() class GH10808AppointmentChild (line 86) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10869Test.php class GH10869Test (line 12) | class GH10869Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testPostPersistListenerUpdatingObjectFieldWhileOtherInsertPending (line 23) | public function testPostPersistListenerUpdatingObjectFieldWhileOtherIn... class GH10869Entity (line 56) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10880Test.php class GH10880Test (line 12) | class GH10880Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testProcessShouldBeUpdated (line 25) | public function testProcessShouldBeUpdated(): void method removeTransactionCommandsFromQueryLog (line 52) | private function removeTransactionCommandsFromQueryLog(): void class GH10880ProcessOwner (line 64) | #[ORM\Entity] class GH10880BaseProcess (line 83) | #[ORM\Entity] class GH10880Process (line 100) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10889Test.php class GH10889Test (line 12) | #[Group('GH10889')] method setUp (line 15) | protected function setUp(): void method testIssue (line 26) | public function testIssue(): void class GH10889Person (line 50) | #[ORM\Entity] class GH10889Company (line 59) | #[ORM\Entity] class GH10889Resume (line 68) | #[ORM\Entity] method __construct (line 71) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH10912Test.php class GH10912Test (line 16) | class GH10912Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testIssue (line 29) | public function testIssue(): void class GH10912User (line 92) | #[ORM\Entity] method __construct (line 109) | public function __construct() class GH10912Profile (line 115) | #[ORM\Entity] class GH10912Room (line 129) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10913Test.php class GH10913Test (line 15) | class GH10913Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testExample1 (line 26) | public function testExample1(): void method testExample2 (line 45) | public function testExample2(): void method testExample3 (line 65) | public function testExample3(): void method testExample4 (line 88) | public function testExample4(): void method flushAndAssertNumberOfDeleteQueries (line 111) | private function flushAndAssertNumberOfDeleteQueries(int $expectedCoun... method createEntities (line 126) | private function createEntities(int $count = 1): array class GH10913Entity (line 138) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH10927Test.php class GH10927Test (line 12) | #[Group('GH-10927')] method setUp (line 15) | protected function setUp(): void method testSequenceGeneratorDefinitionForRootMappedSuperclass (line 33) | public function testSequenceGeneratorDefinitionForRootMappedSuperclass... method testSequenceGeneratorDefinitionForEntityA (line 40) | public function testSequenceGeneratorDefinitionForEntityA(): void method testSequenceGeneratorDefinitionForInheritedMappedSuperclass (line 47) | public function testSequenceGeneratorDefinitionForInheritedMappedSuper... method testSequenceGeneratorDefinitionForEntityB (line 54) | public function testSequenceGeneratorDefinitionForEntityB(): void method testSequenceGeneratorDefinitionForEntityC (line 61) | public function testSequenceGeneratorDefinitionForEntityC(): void class GH10927RootMappedSuperclass (line 69) | #[ORM\MappedSuperclass] class GH10927EntityA (line 74) | #[ORM\Entity] class GH10927InheritedMappedSuperclass (line 83) | #[ORM\MappedSuperclass] class GH10927EntityB (line 92) | #[ORM\Entity] class GH10927EntityC (line 100) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11017/GH11017Entity.php class GH11017Entity (line 9) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11017/GH11017Test.php class GH11017Test (line 13) | class GH11017Test extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testPostPersistListenerUpdatingObjectFieldWhileOtherInsertPending (line 24) | public function testPostPersistListenerUpdatingObjectFieldWhileOtherIn... FILE: tests/Tests/ORM/Functional/Ticket/GH11037/EntityStatus.php type EntityStatus (line 7) | interface EntityStatus FILE: tests/Tests/ORM/Functional/Ticket/GH11037/GH11037Test.php class GH11037Test (line 11) | final class GH11037Test extends OrmTestCase method setUp (line 19) | protected function setUp(): void method testMetadataFieldTypeCoherentWithEntityPropertyType (line 25) | public function testMetadataFieldTypeCoherentWithEntityPropertyType():... method testMetadataFieldTypeNotCoherentWithEntityPropertyType (line 33) | public function testMetadataFieldTypeNotCoherentWithEntityPropertyType... FILE: tests/Tests/ORM/Functional/Ticket/GH11037/InvalidEntityWithTypedEnum.php class InvalidEntityWithTypedEnum (line 11) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11037/ValidEntityWithTypedEnum.php class ValidEntityWithTypedEnum (line 11) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11058Test.php class GH11058Test (line 12) | class GH11058Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testChildrenInsertedInOrderOfPersistCalls1WhenParentPersistedLast (line 24) | public function testChildrenInsertedInOrderOfPersistCalls1WhenParentPe... method testChildrenInsertedInOrderOfPersistCalls2WhenParentPersistedLast (line 36) | public function testChildrenInsertedInOrderOfPersistCalls2WhenParentPe... method testChildrenInsertedInOrderOfPersistCalls1WhenParentPersistedFirst (line 48) | public function testChildrenInsertedInOrderOfPersistCalls1WhenParentPe... method testChildrenInsertedInOrderOfPersistCalls2WhenParentPersistedFirst (line 60) | public function testChildrenInsertedInOrderOfPersistCalls2WhenParentPe... method createParentWithTwoChildEntities (line 72) | private function createParentWithTwoChildEntities(): array class GH11058Parent (line 85) | #[ORM\Entity] method __construct (line 98) | public function __construct() method addChild (line 103) | public function addChild(GH11058Child $child): void class GH11058Child (line 112) | #[ORM\Entity] method setParent (line 125) | public function setParent(GH11058Parent $parent): void FILE: tests/Tests/ORM/Functional/Ticket/GH11072/GH11072EntityAdvanced.php class GH11072EntityAdvanced (line 12) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11072/GH11072EntityBasic.php class GH11072EntityBasic (line 12) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11072/GH11072Test.php class GH11072Test (line 11) | #[RequiresPhp('8.2')] method setUp (line 17) | protected function setUp(): void method testAcceptsSubsetOfBuiltinTypesWithoutErrors (line 23) | public function testAcceptsSubsetOfBuiltinTypesWithoutErrors(): void method testAcceptsAdvancedSubsetOfBuiltinTypesWithoutErrors (line 31) | public function testAcceptsAdvancedSubsetOfBuiltinTypesWithoutErrors()... FILE: tests/Tests/ORM/Functional/Ticket/GH11112Test.php class GH11112Test (line 11) | class GH11112Test extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testSimpleQueryHasLimitAndOffsetApplied (line 21) | public function testSimpleQueryHasLimitAndOffsetApplied(): void method testSubqueryLimitAndOffsetAreIgnored (line 44) | public function testSubqueryLimitAndOffsetAreIgnored(): void FILE: tests/Tests/ORM/Functional/Ticket/GH11135Test.php class GH11135Test (line 10) | class GH11135Test extends OrmFunctionalTestCase method setUp (line 12) | protected function setUp(): void method testOverrideInheritsDeclaringClass (line 23) | public function testOverrideInheritsDeclaringClass(): void class GH11135MappedSuperclass (line 33) | #[ORM\MappedSuperclass] class GH11135EntityWithOverride (line 45) | #[ORM\Entity] class GH11135EntityWithoutOverride (line 56) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11149/EagerProduct.php class EagerProduct (line 11) | #[ORM\Entity] method __construct (line 28) | public function __construct(int $id) FILE: tests/Tests/ORM/Functional/Ticket/GH11149/EagerProductTranslation.php class EagerProductTranslation (line 9) | #[ORM\Entity] method __construct (line 25) | public function __construct(int $id, EagerProduct $product, Locale $lo... FILE: tests/Tests/ORM/Functional/Ticket/GH11149/GH11149Test.php class GH11149Test (line 11) | class GH11149Test extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testFetchEagerModeWithIndexBy (line 24) | public function testFetchEagerModeWithIndexBy(): void FILE: tests/Tests/ORM/Functional/Ticket/GH11149/Locale.php class Locale (line 9) | #[ORM\Entity] method __construct (line 17) | public function __construct(string $code) FILE: tests/Tests/ORM/Functional/Ticket/GH11163Test.php class GH11163Test (line 13) | class GH11163Test extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method tearDown (line 25) | public function tearDown(): void method testFetchEagerModeWithOrderBy (line 34) | public function testFetchEagerModeWithOrderBy(): void class GH11163Bucket (line 69) | #[ORM\Entity] method __construct (line 85) | public function __construct(int $id) class GH11163BucketItem (line 92) | #[ORM\Entity] method __construct (line 106) | public function __construct(int $id, GH11163Bucket $bucket, int $posit... FILE: tests/Tests/ORM/Functional/Ticket/GH11199Test.php class GH11199Test (line 12) | class GH11199Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method dqlStatements (line 27) | public static function dqlStatements(): Generator method testGH11199 (line 36) | #[DataProvider('dqlStatements')] class GH11199Root (line 46) | #[ORM\Entity] class GH11199Parent (line 63) | #[ORM\Entity] class GH11199Foo (line 68) | #[ORM\Entity] class GH11199Baz (line 73) | #[ORM\Entity] class GH11199AbstractLeaf (line 78) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11341Test.php class GH11341Test (line 12) | class GH11341Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method dqlStatements (line 31) | public static function dqlStatements(): Generator method testDiscriminatorValue (line 44) | #[DataProvider('dqlStatements')] method dqlStatementsForInstanceOf (line 53) | public static function dqlStatementsForInstanceOf(): Generator method testInstanceOf (line 64) | #[DataProvider('dqlStatementsForInstanceOf')] class IntegerBaseClass (line 80) | #[ORM\Entity] class IntegerFooEntity (line 96) | #[ORM\Entity] class IntegerBarEntity (line 101) | #[ORM\Entity] class StringAsIntBaseClass (line 106) | #[ORM\Entity] class StringAsIntFooEntity (line 122) | #[ORM\Entity] class StringAsIntBarEntity (line 127) | #[ORM\Entity] class StringBaseClass (line 133) | #[ORM\Entity] class StringFooEntity (line 149) | #[ORM\Entity] class StringBarEntity (line 154) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11386/GH11386EntityCart.php class GH11386EntityCart (line 13) | #[Entity] method getId (line 27) | public function getId(): int|null method getAmount (line 32) | public function getAmount(): int|null method setAmount (line 37) | public function setAmount(int $amount): static method getCustomer (line 44) | public function getCustomer(): GH11386EntityCustomer|null method setCustomer (line 49) | public function setCustomer(GH11386EntityCustomer|null $customer): self FILE: tests/Tests/ORM/Functional/Ticket/GH11386/GH11386EntityCustomer.php class GH11386EntityCustomer (line 13) | #[Entity] method getId (line 30) | public function getId(): int|null method getName (line 35) | public function getName(): string|null method setName (line 40) | public function setName(string $name): static method getType (line 47) | public function getType(): GH11386EnumType|null method setType (line 52) | public function setType(GH11386EnumType $type): static method getCart (line 59) | public function getCart(): GH11386EntityCart|null method setCart (line 64) | public function setCart(GH11386EntityCart|null $cart): self FILE: tests/Tests/ORM/Functional/Ticket/GH11386/GH11386Test.php class GH11386Test (line 9) | final class GH11386Test extends OrmFunctionalTestCase method setUp (line 11) | protected function setUp(): void method testInitializeClonedProxy (line 21) | public function testInitializeClonedProxy(): void FILE: tests/Tests/ORM/Functional/Ticket/GH11487Test.php class GH11487Test (line 14) | class GH11487Test extends OrmFunctionalTestCase method testItThrowsASyntaxErrorOnUnfinishedQuery (line 16) | public function testItThrowsASyntaxErrorOnUnfinishedQuery(): void class TaxType (line 24) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH11500Test.php class GH11500Test (line 13) | class GH11500Test extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testDeleteOneToManyCollectionWithSingleTableInheritance (line 28) | public function testDeleteOneToManyCollectionWithSingleTableInheritanc... class GH11500AbstractTestEntity (line 60) | #[ORM\Entity] class GH11500TestEntityOne (line 74) | #[ORM\Entity] class GH11500TestEntityTwo (line 82) | #[ORM\Entity] class GH11500TestEntityHolder (line 90) | #[ORM\Entity] method __construct (line 104) | public function __construct() FILE: tests/Tests/ORM/Functional/Ticket/GH11501Test.php class GH11501Test (line 13) | class GH11501Test extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testDeleteOneToManyCollectionWithSingleTableInheritance (line 28) | public function testDeleteOneToManyCollectionWithSingleTableInheritanc... class GH11501AbstractTestEntity (line 55) | #[ORM\Entity] class GH11501TestEntityOne (line 76) | #[ORM\Entity] class GH11501TestEntityTwo (line 81) | #[ORM\Entity] class GH11501TestEntityHolder (line 86) | #[ORM\Entity] method __construct (line 101) | public function __construct() FILE: tests/Tests/ORM/Functional/Ticket/GH11524Test.php class GH11524Test (line 13) | class GH11524Test extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testPostLoadCalledOnProxy (line 27) | public function testPostLoadCalledOnProxy(): void FILE: tests/Tests/ORM/Functional/Ticket/GH11982Test.php class GH11982Test (line 16) | class GH11982Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testSchema (line 27) | #[Group('GH-11982')] method testSchemaLegacyDbal (line 55) | #[Group('GH-11982')] class GH11982ColumnIndex (line 81) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH12166/GH12166Test.php class GH12166Test (line 9) | class GH12166Test extends OrmFunctionalTestCase method testProxyWithReadonlyIdIsNotInitializedImmediately (line 11) | public function testProxyWithReadonlyIdIsNotInitializedImmediately(): ... FILE: tests/Tests/ORM/Functional/Ticket/GH12166/LazyEntityWithReadonlyId.php class LazyEntityWithReadonlyId (line 12) | #[Entity] method __construct (line 23) | public function __construct(int $id, string $name) method getId (line 29) | public function getId(): int method getName (line 34) | public function getName(): string method setName (line 39) | public function setName(string $name): void FILE: tests/Tests/ORM/Functional/Ticket/GH12174Test.php class GH12174Test (line 16) | class GH12174Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testMappedSuperclassNameCanBeUsedToResolveTargetEntityClass (line 39) | public function testMappedSuperclassNameCanBeUsedToResolveTargetEntity... class GH12174Smurf (line 56) | #[ORM\MappedSuperclass] class GH12174BlueSmurf (line 72) | #[ORM\Entity] class GH12174PapaSmurf (line 77) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH12183Test.php class GH12183Test (line 11) | final class GH12183Test extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testPaginatorCountWithTreeWalkerAfterQueryHasBeenExecuted (line 29) | public function testPaginatorCountWithTreeWalkerAfterQueryHasBeenExecu... FILE: tests/Tests/ORM/Functional/Ticket/GH12254Test.php class GH12254Test (line 13) | class GH12254Test extends OrmFunctionalTestCase method setUp (line 15) | protected function setUp(): void method testFindByEmptyArrayShouldReturnEmptyArray (line 28) | public function testFindByEmptyArrayShouldReturnEmptyArray(): void method testFindByInNullableField (line 36) | public function testFindByInNullableField(): void class GH12254EntityA (line 44) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH2947Test.php class GH2947Test (line 18) | #[Group('GH-2947')] method setUp (line 21) | protected function setUp(): void method testIssue (line 30) | public function testIssue(): void method createQuery (line 52) | private function createQuery(): Query method createData (line 61) | private function createData(): void method updateData (line 68) | private function updateData(): void class GH2947Car (line 81) | #[Table(name: 'GH2947_car')] method __construct (line 85) | public function __construct( method __toString (line 93) | public function __toString(): string FILE: tests/Tests/ORM/Functional/Ticket/GH5562Test.php class GH5562Test (line 21) | final class GH5562Test extends OrmFunctionalTestCase method setUp (line 23) | protected function setUp(): void method testCacheShouldBeUpdatedWhenAssociationChanges (line 36) | #[Group('GH-5562')] class GH5562Merchant (line 67) | #[Entity] class GH5562User (line 87) | #[Entity] class GH5562Manager (line 99) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH5742Test.php class GH5742Test (line 12) | class GH5742Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testUpdateOneToOneToNewEntityBeforePreviousEntityCanBeRemoved (line 25) | public function testUpdateOneToOneToNewEntityBeforePreviousEntityCanBe... method testManyToManyCollectionUpdateBeforeRemoval (line 56) | public function testManyToManyCollectionUpdateBeforeRemoval(): void class GH5742Person (line 91) | #[ORM\Entity] method __construct (line 110) | public function __construct() class GH5742Toothbrush (line 116) | #[ORM\Entity] class GH5742ToothpasteBrand (line 125) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH5762Test.php class GH5762Test (line 24) | #[Group('GH-5762')] method setUp (line 27) | protected function setUp(): void method testIssue (line 38) | public function testIssue(): void method fetchData (line 61) | private function fetchData(): mixed method createData (line 75) | private function createData(): void class GH5762Driver (line 110) | #[Table(name: 'driver')] method __construct (line 118) | public function __construct( class GH5762DriverRide (line 130) | #[Table(name: 'driver_ride')] method __construct (line 134) | public function __construct( class GH5762Car (line 149) | #[Table(name: 'car')] method __construct (line 157) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH5804Test.php class GH5804Test (line 20) | #[Group('GH-5804')] method setUp (line 23) | protected function setUp(): void method testTextColumnSaveAndRetrieve2 (line 32) | public function testTextColumnSaveAndRetrieve2(): void class GH5804Generator (line 49) | final class GH5804Generator extends AbstractIdGenerator method generateId (line 51) | public function generateId(EntityManagerInterface $em, object|null $en... class GH5804Type (line 57) | final class GH5804Type extends Type method getName (line 61) | public function getName(): string method getSQLDeclaration (line 69) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method convertToDatabaseValue (line 77) | public function convertToDatabaseValue($value, AbstractPlatform $platf... class GH5804Article (line 87) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH5887Test.php class GH5887Test (line 22) | #[Group('GH-5887')] method setUp (line 25) | protected function setUp(): void method testLazyLoadsForeignEntitiesInOneToOneRelationWhileHavingCustomIdObject (line 34) | public function testLazyLoadsForeignEntitiesInOneToOneRelationWhileHav... class GH5887Cart (line 64) | #[Entity] method getId (line 79) | public function getId(): int method setId (line 84) | public function setId(int $id): void method getCustomer (line 89) | public function getCustomer(): GH5887Customer method setCustomer (line 94) | public function setCustomer(GH5887Customer $customer): void class GH5887Customer (line 103) | #[Entity] method getId (line 117) | public function getId(): GH5887CustomIdObject method setId (line 122) | public function setId(GH5887CustomIdObject $id): void method getCart (line 127) | public function getCart(): GH5887Cart method setCart (line 132) | public function setCart(GH5887Cart $cart): void class GH5887CustomIdObject (line 141) | class GH5887CustomIdObject implements Stringable method __construct (line 143) | public function __construct(private int $id) method getId (line 147) | public function getId(): int method __toString (line 152) | public function __toString(): string class GH5887CustomIdObjectType (line 158) | class GH5887CustomIdObjectType extends StringType method convertToDatabaseValue (line 165) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 173) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getName (line 178) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/GH5988Test.php class GH5988Test (line 25) | #[Group('GH5988')] method setUp (line 28) | protected function setUp(): void method testDelete (line 39) | public function testDelete(): void class GH5988CustomIdObjectHashType (line 58) | class GH5988CustomIdObjectHashType extends DBALType method convertToDatabaseValue (line 63) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 71) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getSQLDeclaration (line 79) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method getName (line 84) | public function getName(): string class GH5988CustomIdObjectTypeParent (line 90) | #[Table] class GH5988CustomIdObjectTypeChild (line 104) | #[Table] method __construct (line 108) | public function __construct(CustomIdObject $id, public string $name) FILE: tests/Tests/ORM/Functional/Ticket/GH5998Test.php class GH5998Test (line 12) | #[Group('GH-5998')] method setUp (line 15) | protected function setUp(): void method testIssue (line 31) | public function testIssue(): void method classTests (line 41) | private function classTests($className): void class GH5998Common (line 81) | #[ORM\MappedSuperclass] class GH5998JTI (line 104) | #[ORM\Entity] class GH5998JTICommon (line 114) | #[ORM\MappedSuperclass] class GH5998JTIChild (line 122) | #[ORM\Entity] method __construct (line 129) | public function __construct(string $firstName, int $type, int $status) class GH5998STI (line 137) | #[ORM\Entity] class GH5998STICommon (line 147) | #[ORM\MappedSuperclass] class GH5998STIChild (line 155) | #[ORM\Entity] method __construct (line 162) | public function __construct(string $firstName, int $type, int $status) class GH5998Basic (line 170) | #[ORM\Entity] method __construct (line 185) | public function __construct(string $firstName, int $type, int $status) class GH5998Related (line 193) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH6029Test.php class GH6029Test (line 23) | final class GH6029Test extends OrmFunctionalTestCase method setUp (line 25) | protected function setUp(): void method testManyToManyAssociation (line 44) | #[Group('GH-6029')] method testOneToManyAssociation (line 68) | #[Group('GH-6029')] class GH6029User (line 89) | #[Entity] method __construct (line 102) | public function __construct() class GH6029Group (line 108) | #[Entity] class GH6029Group2 (line 118) | #[Entity] class GH6029Product (line 128) | #[Entity] method __construct (line 141) | public function __construct() class GH6029Feature (line 147) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH6123Test.php class GH6123Test (line 12) | class GH6123Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testLoadingRemovedEntityFromDatabaseDoesNotCreateNewManagedEntityInstance (line 23) | public function testLoadingRemovedEntityFromDatabaseDoesNotCreateNewMa... method testRemovedEntityCanBePersistedAgain (line 41) | public function testRemovedEntityCanBePersistedAgain(): void method loadEntityFromDatabase (line 60) | private function loadEntityFromDatabase(int $id): GH6123Entity|null class GH6123Entity (line 72) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH6141Test.php class GH6141Test (line 25) | class GH6141Test extends OrmFunctionalTestCase method setUp (line 27) | protected function setUp(): void method testEnumDiscriminatorsShouldBeConvertedToString (line 45) | #[Group('GH-6141')] class GH6141PeopleType (line 80) | class GH6141PeopleType extends StringType method convertToDatabaseValue (line 87) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 99) | public function convertToPHPValue($value, AbstractPlatform $platform):... method getName (line 104) | public function getName(): string class GH6141People (line 110) | class GH6141People implements Stringable method get (line 116) | public static function get(string $value): GH6141People method isValid (line 125) | private static function isValid(string $valid): bool method __construct (line 130) | private function __construct(private string $value) method getValue (line 134) | public function getValue(): string method __toString (line 139) | public function __toString(): string class GH6141Person (line 145) | #[Entity] method __construct (line 157) | public function __construct( class GH6141Boss (line 164) | #[Entity] class GH6141Employee (line 169) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH6217Test.php class GH6217Test (line 18) | #[Group('#6217')] method setUp (line 21) | protected function setUp(): void method testLoadingOfSecondLevelCacheOnEagerAssociations (line 33) | public function testLoadingOfSecondLevelCacheOnEagerAssociations(): void class GH6217AssociatedEntity (line 62) | #[Entity] method __construct (line 72) | public function __construct() class GH6217FetchedEntity (line 78) | #[Entity] method __construct (line 82) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH6362Test.php class GH6362Test (line 24) | final class GH6362Test extends OrmFunctionalTestCase method setUp (line 26) | protected function setUp(): void method testInheritanceJoinAlias (line 45) | #[Group('GH-6362')] class GH6362Start (line 89) | #[Entity] class GH6362Base (line 102) | #[InheritanceType('SINGLE_TABLE')] class GH6362Child (line 119) | #[Entity] class GH6362Join (line 127) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH6394Test.php class GH6394Test (line 16) | class GH6394Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testFetchVersionValueForDifferentIdFieldAndColumn (line 29) | #[Group('6393')] class A (line 48) | #[Entity] method __construct (line 56) | public function __construct( class B (line 64) | #[Entity] method __construct (line 72) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH6402Test.php class GH6402Test (line 14) | #[Group('GH-6402')] method setUp (line 17) | protected function setUp(): void method testFind (line 24) | public function testFind(): void method testQuery (line 32) | public function testQuery(): void method testFindWithSubClass (line 44) | public function testFindWithSubClass(): void method testQueryWithSubClass (line 52) | public function testQueryWithSubClass(): void method createAddress (line 64) | private function createAddress(): int method createFullAddress (line 74) | private function createFullAddress(): int method persistAddress (line 85) | private function persistAddress(Address $address): void FILE: tests/Tests/ORM/Functional/Ticket/GH6464Test.php class GH6464Test (line 17) | #[Group('GH-6464')] method setUp (line 20) | protected function setUp(): void method testIssue (line 37) | public function testIssue(): void class GH6464Post (line 56) | #[Entity] class GH6464User (line 70) | #[Entity] class GH6464Author (line 83) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH6499OneToManyRelationshipTest.php class GH6499OneToManyRelationshipTest (line 13) | #[Group('GH6499')] method setUp (line 16) | protected function setUp(): void method testIssue (line 26) | public function testIssue(): void class Application (line 51) | #[ORM\Entity] method __construct (line 66) | public function __construct() method getApplicationPeople (line 71) | public function getApplicationPeople(): Collection class Person (line 77) | #[ORM\Entity] method __construct (line 92) | public function __construct() method getApplicationPeople (line 97) | public function getApplicationPeople(): Collection class ApplicationPerson (line 103) | #[ORM\Entity] method __construct (line 123) | public function __construct(Person $person, Application $application) FILE: tests/Tests/ORM/Functional/Ticket/GH6499OneToOneRelationshipTest.php class GH6499OneToOneRelationshipTest (line 11) | #[Group('GH6499')] method setUp (line 14) | protected function setUp(): void method testIssue (line 24) | public function testIssue(): void class GH6499OTOA (line 40) | #[ORM\Entity] method __construct (line 54) | public function __construct() class GH6499OTOB (line 60) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH6499Test.php class GH6499Test (line 16) | #[Group('GH6499')] method setUp (line 19) | protected function setUp(): void method testIssue (line 26) | public function testIssue(): void method testIssueReversed (line 43) | public function testIssueReversed(): void class GH6499A (line 60) | #[ORM\Entity] class GH6499B (line 75) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH6531Test.php class GH6531Test (line 19) | final class GH6531Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testSimpleDerivedIdentity (line 38) | #[Group('GH-6531')] method testDynamicAttributes (line 53) | #[Group('GH-6531')] method testJoinTableWithMetadata (line 68) | #[Group('GH-6531')] class GH6531User (line 88) | #[Entity] class GH6531Address (line 98) | #[Entity] class GH6531Article (line 107) | #[Entity] method addAttribute (line 120) | public function addAttribute(string $name, string $value): void class GH6531ArticleAttribute (line 126) | #[Entity] method __construct (line 129) | public function __construct( class GH6531Order (line 142) | #[Entity] method __construct (line 155) | public function __construct() method addItem (line 160) | public function addItem(GH6531Product $product, int $amount): void class GH6531Product (line 166) | #[Entity] class GH6531OrderItem (line 176) | #[Entity] method __construct (line 179) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH6682Test.php class GH6682Test (line 11) | final class GH6682Test extends OrmFunctionalTestCase method testIssue (line 13) | #[Group('GH-6682')] FILE: tests/Tests/ORM/Functional/Ticket/GH6699Test.php class GH6699Test (line 11) | #[Group('GH-6699')] method setUp (line 14) | protected function setUp(): void method testMixedParametersWithZeroNumber (line 21) | public function testMixedParametersWithZeroNumber(): void method testMixedParametersWithZeroNumberOnQueryBuilder (line 40) | public function testMixedParametersWithZeroNumberOnQueryBuilder(): void FILE: tests/Tests/ORM/Functional/Ticket/GH6740Test.php class GH6740Test (line 13) | final class GH6740Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testCollectionFilteringLteOperator (line 48) | #[Group('GH-6740')] method testCollectionFilteringLtOperator (line 57) | #[Group('GH-6740')] method testCollectionFilteringGteOperator (line 66) | #[Group('GH-6740')] method testCollectionFilteringGtOperator (line 75) | #[Group('GH-6740')] method testCollectionFilteringEqualsOperator (line 84) | #[Group('GH-6740')] FILE: tests/Tests/ORM/Functional/Ticket/GH6823Test.php class GH6823Test (line 20) | class GH6823Test extends OrmFunctionalTestCase method testCharsetCollationWhenCreatingForeignRelations (line 22) | public function testCharsetCollationWhenCreatingForeignRelations(): void class GH6823User (line 61) | #[Table(name: 'gh6823_user', options: ['charset' => 'utf8mb4', 'collatio... class GH6823Group (line 88) | #[Table(name: 'gh6823_group', options: ['charset' => 'ascii', 'collation... class GH6823Status (line 98) | #[Table(name: 'gh6823_status', options: ['charset' => 'koi8r', 'collatio... class GH6823Tag (line 108) | #[Table(name: 'gh6823_tag', options: ['charset' => 'koi8r', 'collation' ... FILE: tests/Tests/ORM/Functional/Ticket/GH6937Test.php class GH6937Test (line 18) | #[Group('GH-6937')] method setUp (line 21) | protected function setUp(): void method testPhoneNumberIsPopulatedWithFind (line 28) | public function testPhoneNumberIsPopulatedWithFind(): void method testPhoneNumberIsPopulatedWithQueryBuilderUsingSimpleObjectHydrator (line 46) | public function testPhoneNumberIsPopulatedWithQueryBuilderUsingSimpleO... method testPhoneNumberIsPopulatedWithQueryBuilder (line 69) | public function testPhoneNumberIsPopulatedWithQueryBuilder(): void class GH6937Person (line 93) | #[Entity] class GH6937Employee (line 110) | #[Entity] class GH6937Manager (line 118) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7006Test.php class GH7006Test (line 11) | class GH7006Test extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testIssue (line 20) | public function testIssue(): void class GH7006Book (line 42) | #[ORM\Entity] class GH7006PCT (line 61) | #[ORM\Entity] method __construct (line 80) | public function __construct() class GH7006PCTFee (line 86) | #[ORM\Entity] method __construct (line 100) | public function __construct(GH7006PCT $pct) FILE: tests/Tests/ORM/Functional/Ticket/GH7012Test.php class GH7012Test (line 17) | final class GH7012Test extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testUpdateEntityWithIdentifierAssociationWithQuotedJoinColumn (line 28) | #[Group('GH-7012')] class GH7012UserData (line 53) | #[Table(name: '`quote-user-data`')] method __construct (line 57) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH7062Test.php class GH7062Test (line 22) | class GH7062Test extends OrmFunctionalTestCase method setUp (line 27) | protected function setUp(): void method testEntityWithAssociationKeyIdentityCanBeUpdated (line 41) | #[Group('GH-7062')] method createInitialRankingWithRelatedEntities (line 49) | private function createInitialRankingWithRelatedEntities(): void method modifyRanking (line 66) | private function modifyRanking(): void method verifyRanking (line 79) | private function verifyRanking(): void class GH7062Ranking (line 97) | #[Table(name: 'soccer_rankings')] method __construct (line 109) | public function __construct( class GH7062Season (line 127) | #[Table(name: 'soccer_seasons')] method __construct (line 135) | public function __construct( class GH7062Team (line 146) | #[Table(name: 'soccer_teams')] method __construct (line 150) | public function __construct( class GH7062RankingPosition (line 161) | #[Table(name: 'soccer_ranking_positions')] method __construct (line 169) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH7067Test.php class GH7067Test (line 19) | final class GH7067Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testSLCWithVersion (line 30) | #[Group('GH-7067')] class GH7067Entity (line 52) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7068Test.php class GH7068Test (line 15) | final class GH7068Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testLockModeIsRespected (line 28) | public function testLockModeIsRespected(): void class SomeEntity (line 42) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7079Test.php class GH7079Test (line 21) | #[Group('GH7079')] method setUp (line 28) | protected function setUp(): void method testGetTableName (line 36) | public function testGetTableName(): void method testJoinTableName (line 49) | public function testJoinTableName(): void method getTableFullName (line 72) | private function getTableFullName(array $table): string method createClassMetadata (line 77) | private function createClassMetadata(string $className): ClassMetadata class GH7079CmsUser (line 86) | #[Table(name: 'cms_users', schema: 'cms')] class GH7079CmsAddress (line 101) | #[Table(name: 'cms_addresses', schema: 'cms')] FILE: tests/Tests/ORM/Functional/Ticket/GH7180Test.php class GH7180Test (line 21) | #[Group('GH7180')] method setUp (line 24) | protected function setUp(): void method testIssue (line 31) | public function testIssue(): void method testIssue3NodeCycle (line 52) | public function testIssue3NodeCycle(): void class GH7180A (line 78) | #[Entity] class GH7180B (line 93) | #[Entity] class GH7180C (line 107) | #[Entity] class GH7180D (line 122) | #[Entity] class GH7180E (line 137) | #[Entity] class GH7180F (line 152) | #[Entity] class GH7180G (line 167) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7259Test.php class GH7259Test (line 16) | final class GH7259Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testPersistFileBeforeVersion (line 25) | #[Group('GH-7259')] method testPersistFileAfterVersion (line 50) | #[Group('GH-7259')] class GH7259File (line 79) | #[Entity] class GH7259FileVersion (line 94) | #[Entity] class GH7259Space (line 109) | #[Entity] class GH7259Feed (line 124) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7286Test.php class GH7286Test (line 19) | final class GH7286Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testAggregateExpressionInFunction (line 39) | public function testAggregateExpressionInFunction(): void method testAggregateFunctionInCustomFunction (line 58) | #[Group('DDC-1091')] class GH7286Entity (line 78) | #[Entity] method __construct (line 87) | public function __construct( class GH7286CustomConcat (line 96) | class GH7286CustomConcat extends FunctionNode method parse (line 102) | public function parse(Parser $parser): void method getSql (line 114) | public function getSql(SqlWalker $walker): string FILE: tests/Tests/ORM/Functional/Ticket/GH7366Test.php class GH7366Test (line 16) | final class GH7366Test extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testOptimisticLockNoExceptionOnFind (line 33) | public function testOptimisticLockNoExceptionOnFind(): void class GH7366Entity (line 45) | #[Entity] method __construct (line 59) | public function __construct( method getName (line 65) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/GH7496WithToIterableTest.php class GH7496WithToIterableTest (line 16) | final class GH7496WithToIterableTest extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testNonUniqueObjectHydrationDuringIteration (line 40) | public function testNonUniqueObjectHydrationDuringIteration(): void class GH7496EntityA (line 66) | #[Entity] method __construct (line 69) | public function __construct( class GH7496EntityB (line 79) | #[Entity] method __construct (line 82) | public function __construct( class GH7496EntityAinB (line 92) | #[Entity] method __construct (line 95) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH7505Test.php class GH7505Test (line 20) | #[Group('GH7505')] method setUp (line 23) | protected function setUp(): void method testSimpleArrayTypeHydratedCorrectly (line 34) | public function testSimpleArrayTypeHydratedCorrectly(): void class GH7505AbstractResponse (line 57) | #[Table(name: 'gh7505_responses')] class GH7505ArrayResponse (line 71) | #[Entity] class GH7505TextResponse (line 79) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7512Test.php class GH7512Test (line 18) | class GH7512Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testFindEntityByAssociationPropertyJoinedChildWithClearMetadata (line 36) | public function testFindEntityByAssociationPropertyJoinedChildWithClea... class GH7512EntityA (line 47) | #[Entity] class GH7512EntityB (line 63) | #[Entity] class GH7512EntityC (line 68) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7629Test.php class GH7629Test (line 15) | class GH7629Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testClearScheduledForSynchronizationWhenCommitEmpty (line 30) | public function testClearScheduledForSynchronizationWhenCommitEmpty():... method testPersistAfterRemoveSchedulesForSynchronization (line 40) | #[Group('GH-8231')] class GH7629Entity (line 53) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7661Test.php class GH7661Test (line 18) | #[Group('GH-7661')] method setUp (line 21) | protected function setUp(): void method testIndexByAssociation (line 43) | public function testIndexByAssociation(): void class GH7661User (line 55) | #[Entity] class GH7661Event (line 65) | #[Entity] class GH7661Participant (line 78) | #[Entity] method __construct (line 87) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH7684Test.php class GH7684Test (line 20) | class GH7684Test extends DatabaseDriverTestCase method testIssue (line 22) | public function testIssue(): void FILE: tests/Tests/ORM/Functional/Ticket/GH7717Test.php class GH7717Test (line 13) | final class GH7717Test extends OrmFunctionalTestCase method setUp (line 15) | public function setUp(): void method testManyToManyPersisterIsNullComparison (line 25) | public function testManyToManyPersisterIsNullComparison(): void FILE: tests/Tests/ORM/Functional/Ticket/GH7735Test.php class GH7735Test (line 20) | final class GH7735Test extends OrmFunctionalTestCase method setUp (line 22) | protected function setUp(): void method findByReturnsCachedEntity (line 39) | #[Test] class GH7735Car (line 53) | #[Entity] method __construct (line 57) | public function __construct( method getId (line 68) | public function getId(): int method getEngine (line 73) | public function getEngine(): GH7735Engine class GH7735Engine (line 79) | #[Entity] method __construct (line 83) | public function __construct( method getId (line 96) | public function getId(): int method getPower (line 101) | public function getPower(): GH7735Power method getModel (line 106) | public function getModel(): string class GH7735Power (line 112) | #[Entity] method __construct (line 120) | public function __construct( method getId (line 127) | public function getId(): int method setEngine (line 132) | public function setEngine(GH7735Engine $engine): void method getEngine (line 137) | public function getEngine(): GH7735Engine FILE: tests/Tests/ORM/Functional/Ticket/GH7737Test.php class GH7737Test (line 20) | #[Group('GH7737')] method setUp (line 23) | protected function setUp(): void method memberOfCriteriaShouldBeCompatibleWithQueryBuilder (line 40) | #[Test] class GH7737Group (line 62) | #[Entity] method __construct (line 65) | public function __construct( class GH7737Person (line 75) | #[Entity] method __construct (line 84) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH7761Test.php class GH7761Test (line 23) | final class GH7761Test extends OrmFunctionalTestCase method setUp (line 25) | protected function setUp(): void method testCollectionClearDoesNotClearIfNotPersisted (line 44) | public function testCollectionClearDoesNotClearIfNotPersisted(): void method testCollectionClearDoesClearIfPersisted (line 58) | #[Group('GH-7862')] class GH7761Entity (line 74) | #[Entity] method __construct (line 91) | public function __construct() class GH7761ChildEntity (line 97) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7767Test.php class GH7767Test (line 24) | #[Group('GH7767')] method setUp (line 27) | protected function setUp(): void method testMatchingRespectsCollectionOrdering (line 43) | public function testMatchingRespectsCollectionOrdering(): void method testMatchingOverrulesCollectionOrdering (line 55) | public function testMatchingOverrulesCollectionOrdering(): void class GH7767ParentEntity (line 70) | #[Entity] method addChild (line 83) | public function addChild(int $position): void method getChildren (line 89) | public function getChildren(): Collection class GH7767ChildEntity (line 95) | #[Entity] method __construct (line 103) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH7820Test.php class GH7820Test (line 41) | #[Group('GH7820')] method setUp (line 53) | protected function setUp(): void method testWillFindSongsInPaginator (line 73) | public function testWillFindSongsInPaginator(): void method testWillFindSongsInPaginatorEvenWithCachedQueryParsing (line 80) | #[Group('GH7837')] method testPaginatorDoesNotForceCacheToUpdateEntries (line 97) | public function testPaginatorDoesNotForceCacheToUpdateEntries(): void method testPaginatorQueriesWillBeCached (line 115) | public function testPaginatorQueriesWillBeCached(): void method fetchSongLinesWithPaginator (line 144) | private function fetchSongLinesWithPaginator(): array class GH7820Line (line 155) | #[Entity] method __construct (line 158) | public function __construct( method toString (line 167) | public function toString(): string class GH7820LineText (line 173) | final class GH7820LineText implements Stringable method __construct (line 175) | private function __construct(private string $text) method fromText (line 179) | public static function fromText(string $text): self method getText (line 184) | public function getText(): string method __toString (line 189) | public function __toString(): string class GH7820LineTextType (line 195) | final class GH7820LineTextType extends StringType method convertToPHPValue (line 200) | public function convertToPHPValue($value, AbstractPlatform $platform):... method convertToDatabaseValue (line 214) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method getName (line 224) | public function getName(): string FILE: tests/Tests/ORM/Functional/Ticket/GH7829Test.php class GH7829Test (line 12) | #[Group('GH7829')] method setUp (line 15) | protected function setUp(): void method testPaginatorWithLimitSubquery (line 31) | public function testPaginatorWithLimitSubquery(): void method testPaginatorWithLimitSubquerySkipped (line 47) | public function testPaginatorWithLimitSubquerySkipped(): void FILE: tests/Tests/ORM/Functional/Ticket/GH7836Test.php class GH7836Test (line 24) | #[Group('GH7836')] method setUp (line 27) | protected function setUp(): void method testMatchingRespectsCollectionOrdering (line 43) | public function testMatchingRespectsCollectionOrdering(): void method testMatchingOverrulesCollectionOrdering (line 58) | public function testMatchingOverrulesCollectionOrdering(): void method testMatchingKeepsOrderOfCriteriaOrderingKeys (line 79) | public function testMatchingKeepsOrderOfCriteriaOrderingKeys(): void class GH7836ParentEntity (line 101) | #[Entity] method addChild (line 114) | public function addChild(int $position, string $name): void method getChildren (line 120) | public function getChildren(): Collection class GH7836ChildEntity (line 126) | #[Entity] method __construct (line 134) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH7864Test.php class GH7864Test (line 20) | #[Group('gh7864')] method setUp (line 23) | protected function setUp(): void method testExtraLazyRemoveElement (line 35) | public function testExtraLazyRemoveElement(): void class GH7864User (line 65) | #[Entity] method __construct (line 82) | public function __construct() method addTweet (line 87) | public function addTweet(GH7864Tweet $tweet): void class GH7864Tweet (line 94) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7869Test.php class GH7869Test (line 24) | #[Group('GH7869')] method testDQLDeferredEagerLoad (line 27) | public function testDQLDeferredEagerLoad(): void class GH7869Appointment (line 68) | #[Entity] class GH7869Patient (line 82) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH7875Test.php class GH7875Test (line 23) | #[Group('GH7875')] method cleanUpSchema (line 26) | #[After] method filterCreateTable (line 46) | private function filterCreateTable(array $sqls, string $tableName): array method testUpdateSchemaSql (line 51) | public function testUpdateSchemaSql(): void method testUpdateSchemaSqlWithSchemaAssetFilter (line 73) | public function testUpdateSchemaSqlWithSchemaAssetFilter(): void class GH7875MyEntity (line 94) | #[Table(name: 'gh7875_my_entity')] class GH7875MyOtherEntity (line 105) | #[Table(name: 'gh7875_my_other_entity')] FILE: tests/Tests/ORM/Functional/Ticket/GH7941Test.php class GH7941Test (line 20) | #[Group('GH7941')] method setUp (line 32) | protected function setUp(): void method typesShouldBeConvertedForDQLFunctions (line 46) | #[Test] class GH7941Product (line 91) | #[Table] method __construct (line 105) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH8055Test.php class GH8055Test (line 18) | #[Group('GH8055')] method setUp (line 21) | protected function setUp(): void method testNumericDescriminatorColumn (line 31) | public function testNumericDescriminatorColumn(): void class GH8055BaseClass (line 46) | #[Table(name: 'gh8055')] class GH8055SubClass (line 60) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH8061Test.php class GH8061Test (line 18) | #[Group('GH8061')] method setUpBeforeClass (line 21) | public static function setUpBeforeClass(): void method testConvertToPHPValueSQLForNewObjectExpression (line 26) | public function testConvertToPHPValueSQLForNewObjectExpression(): void class GH8061Entity (line 36) | #[Entity] class GH8061Type (line 50) | final class GH8061Type extends Type method getSQLDeclaration (line 52) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method getName (line 57) | public function getName(): string method convertToPHPValueSQL (line 62) | public function convertToPHPValueSQL($sqlExpr, $platform): string class GH8061Class (line 68) | final class GH8061Class method __construct (line 70) | public function __construct(public string $field) FILE: tests/Tests/ORM/Functional/Ticket/GH8127Test.php class GH8127Test (line 11) | class GH8127Test extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testLoadFieldsFromAllClassesInHierarchy (line 24) | #[DataProvider('queryClasses')] method queryClasses (line 43) | public static function queryClasses(): array class GH8127Root (line 52) | #[ORM\Entity] class GH8127Middle (line 69) | #[ORM\Entity] class GH8127Leaf (line 77) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH8217Test.php class GH8217Test (line 19) | final class GH8217Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testNoQueriesAfterSecondFlush (line 33) | #[Group('GH-8217')] class GH8217Collection (line 48) | #[Entity] method __construct (line 61) | public function __construct() method addItem (line 66) | public function addItem(GH8217CollectionItem $item): void class GH8217CollectionItem (line 72) | #[Entity] method __construct (line 75) | public function __construct( FILE: tests/Tests/ORM/Functional/Ticket/GH8415Test.php class GH8415Test (line 10) | class GH8415Test extends OrmFunctionalTestCase method setUp (line 12) | protected function setUp(): void method testAssociationIsBasedOnBaseClass (line 24) | public function testAssociationIsBasedOnBaseClass(): void class GH8415AssociationTarget (line 48) | #[ORM\Entity] class GH8415BaseClass (line 58) | #[ORM\Entity] class GH8415MiddleMappedSuperclass (line 79) | #[ORM\MappedSuperclass] class GH8415LeafClass (line 87) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH8415ToManyAssociationTest.php class GH8415ToManyAssociationTest (line 11) | class GH8415ToManyAssociationTest extends OrmTestCase method testToManyAssociationOnBaseClassAllowedWhenThereAreMappedSuperclassesAsChildren (line 13) | public function testToManyAssociationOnBaseClassAllowedWhenThereAreMap... class GH8415ToManyAssociationTarget (line 22) | #[ORM\Entity] class GH8415ToManyBaseClass (line 36) | #[ORM\Entity] class GH8415ToManyMappedSuperclass (line 53) | #[ORM\MappedSuperclass] class GH8415ToManyLeafClass (line 58) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH8443Test.php class GH8443Test (line 25) | final class GH8443Test extends OrmFunctionalTestCase method setUp (line 27) | protected function setUp(): void method testJoinRootEntityWithForcePartialLoad (line 36) | #[Group('GH-8443')] method testJoinRootEntityWithOnlyOneEntityInHierarchy (line 65) | #[Group('GH-8443')] class GH8443Foo (line 88) | #[Table(name: 'GH2947_foo')] method __construct (line 105) | public function __construct( method getName (line 111) | public function getName(): string|null method setBar (line 116) | public function setBar(GH8443Foo $bar): void method getBar (line 124) | public function getBar(): GH8443Foo|null FILE: tests/Tests/ORM/Functional/Ticket/GH8499Test.php class GH8499Test (line 25) | class GH8499Test extends OrmFunctionalTestCase method setUp (line 30) | protected function setUp(): void method createSchema (line 37) | protected function createSchema(): void method testOptimisticTimestampSetsDefaultValue (line 42) | #[Group('GH-8499')] method testOptimisticLockWithDateTimeForVersion (line 59) | #[Depends('testOptimisticTimestampSetsDefaultValue')] method testOptimisticLockWithDateTimeForVersionThrowsException (line 97) | #[Group('GH-8499')] class GH8499VersionableEntity (line 112) | #[Table] method getId (line 135) | public function getId(): int method getName (line 140) | public function getName(): string method setName (line 145) | public function setName(string $name): void method getDescription (line 150) | public function getDescription(): string method setDescription (line 155) | public function setDescription(string $description): void method getRevision (line 160) | public function getRevision(): DateTimeInterface|null FILE: tests/Tests/ORM/Functional/Ticket/GH8663Test.php class GH8663Test (line 15) | class GH8663Test extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testDeletedEntity (line 24) | public function testDeletedEntity(): void class GH8663VersionedEntity (line 32) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH8914Test.php class GH8914Test (line 19) | final class GH8914Test extends OrmTestCase method testDiscriminatorMapWithSeveralLevelsIsSupported (line 21) | #[DoesNotPerformAssertions] class GH8914BaseEntity (line 30) | #[MappedSuperclass] class GH8914Person (line 35) | #[Entity] class GH8914Employee (line 48) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9027Test.php class GH9027Test (line 18) | class GH9027Test extends OrmFunctionalTestCase method setUp (line 20) | protected function setUp(): void method testUnitOfWorkHandlesNullRelations (line 27) | #[Group('GH-9027')] class GH9027Customer (line 43) | #[Entity] class GH9027Cart (line 57) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9109Test.php class GH9109Test (line 18) | #[Group('GH-9109')] method setUp (line 21) | protected function setUp(): void method testIssue (line 28) | public function testIssue(): void class GH9109Product (line 90) | #[Entity] method __construct (line 108) | public function __construct() method getId (line 113) | public function getId(): int method setTitle (line 118) | public function setTitle(string $title): void method getTitle (line 123) | public function getTitle(): string method getBuyers (line 129) | public function getBuyers(): Collection method addBuyer (line 134) | public function addBuyer(GH9109User $buyer): void class GH9109User (line 140) | #[Entity] method getId (line 154) | public function getId(): int method getFirstName (line 159) | public function getFirstName(): string method setFirstName (line 164) | public function setFirstName(string $firstName): void method getLastName (line 169) | public function getLastName(): string method setLastName (line 174) | public function setLastName(string $lastName): void FILE: tests/Tests/ORM/Functional/Ticket/GH9192Test.php class GH9192Test (line 12) | class GH9192Test extends OrmFunctionalTestCase method setUp (line 14) | protected function setUp(): void method testIssue (line 21) | public function testIssue(): void class GH9192A (line 47) | #[ORM\Entity] method __construct (line 65) | public function __construct() class GH9192B (line 71) | #[ORM\Entity] method __construct (line 88) | public function __construct() class GH9192C (line 94) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9230Test.php class GH9230Test (line 15) | #[Group('GH-9230')] method setUp (line 18) | protected function setUp(): void method tearDown (line 26) | protected function tearDown(): void method failingValuesBeforeFix (line 42) | public static function failingValuesBeforeFix(): array method succeedingValuesBeforeFix (line 71) | public static function succeedingValuesBeforeFix(): array method testIssue (line 86) | #[DataProvider('failingValuesBeforeFix')] class GH9230Entity (line 129) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9335Test.php class GH9335Test (line 20) | #[Group('GH9335')] method setUp (line 23) | protected function setUp(): void method testFlattenIdentifierWithObjectId (line 39) | public function testFlattenIdentifierWithObjectId(): void class GH9335IntObjectType (line 55) | class GH9335IntObjectType extends Type method getSQLDeclaration (line 59) | public function getSQLDeclaration(array $column, AbstractPlatform $pla... method getName (line 64) | public function getName(): string method convertToDatabaseValue (line 69) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method convertToPHPValue (line 74) | public function convertToPHPValue($value, AbstractPlatform $platform):... method doGetBindingType (line 79) | private function doGetBindingType(): ParameterType|int method requiresSQLCommentHint (line 84) | public function requiresSQLCommentHint(AbstractPlatform $platform): bool class GH9335IntObject (line 90) | class GH9335IntObject method __construct (line 95) | public function __construct(int $wrappedInt) method __toString (line 100) | public function __toString(): string class GH9335Book (line 106) | #[Entity] method __construct (line 122) | public function __construct(GH9335IntObject $id, string $title, GH9335... method getId (line 129) | public function getId(): GH9335IntObject|null method setId (line 134) | public function setId($id): void method getTitle (line 139) | public function getTitle(): string|null method setTitle (line 144) | public function setTitle($title): void method getAuthor (line 149) | public function getAuthor(): GH9335Author|null method setAuthor (line 154) | public function setAuthor(GH9335Author|null $author): self class GH9335Author (line 167) | #[Entity] method __construct (line 180) | public function __construct(string|null $name) method getBook (line 185) | public function getBook(): GH9335Book|null method setBook (line 190) | public function setBook(GH9335Book $book): self method getName (line 197) | public function getName(): string method setName (line 202) | public function setName(string $name): void FILE: tests/Tests/ORM/Functional/Ticket/GH9467/GH9467Test.php class GH9467Test (line 10) | class GH9467Test extends OrmFunctionalTestCase method setUp (line 12) | protected function setUp(): void method testRootColumnsInsert (line 26) | public function testRootColumnsInsert(): int method testRootColumnsUpdate (line 55) | #[Depends('testRootColumnsInsert')] method testChildWritableColumnInsert (line 86) | public function testChildWritableColumnInsert(): int method testChildWritableColumnUpdate (line 106) | #[Depends('testChildWritableColumnInsert')] method testChildNonWritableColumnInsert (line 128) | public function testChildNonWritableColumnInsert(): int method testChildNonWritableColumnUpdate (line 148) | #[Depends('testChildNonWritableColumnInsert')] method testChildNonInsertableColumnInsert (line 174) | public function testChildNonInsertableColumnInsert(): int method testChildNonInsertableColumnUpdate (line 194) | #[Depends('testChildNonInsertableColumnInsert')] method testChildNonUpdatableColumnInsert (line 216) | public function testChildNonUpdatableColumnInsert(): int method testChildNonUpdatableColumnUpdate (line 236) | #[Depends('testChildNonUpdatableColumnInsert')] FILE: tests/Tests/ORM/Functional/Ticket/GH9467/JoinedInheritanceChild.php class JoinedInheritanceChild (line 10) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9467/JoinedInheritanceNonInsertableColumn.php class JoinedInheritanceNonInsertableColumn (line 11) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9467/JoinedInheritanceNonUpdatableColumn.php class JoinedInheritanceNonUpdatableColumn (line 11) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9467/JoinedInheritanceNonWritableColumn.php class JoinedInheritanceNonWritableColumn (line 11) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9467/JoinedInheritanceRoot.php class JoinedInheritanceRoot (line 16) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9467/JoinedInheritanceWritableColumn.php class JoinedInheritanceWritableColumn (line 11) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9516Test.php class GH9516Test (line 16) | class GH9516Test extends OrmFunctionalTestCase method testEntityCanHaveInverseOneToManyAssociationWithChildMappedSuperclass (line 18) | public function testEntityCanHaveInverseOneToManyAssociationWithChildM... class GH9516Passenger (line 25) | #[Entity] class GH9516Vehicle (line 38) | #[ORM\DiscriminatorColumn(name: 'type', type: 'string')] class GH9516Car (line 54) | #[MappedSuperclass] class GH9516SportsCar (line 59) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/GH9579Test.php class GH9579Test (line 20) | #[Group('GH-9579')] method setUp (line 23) | protected function setUp(): void method testIssue (line 51) | #[Group('GH-9579')] class GH9579Container (line 69) | #[Table(name: 'GH9579_containers')] method __construct (line 83) | public function __construct() class GH9579Item (line 94) | #[Table(name: 'GH9579_items')] method __construct (line 98) | public function __construct() class GH9579Part (line 119) | #[Table(name: 'GH9579_parts')] FILE: tests/Tests/ORM/Functional/Ticket/GH9807Test.php class GH9807Test (line 19) | final class GH9807Test extends OrmFunctionalTestCase method setUp (line 21) | protected function setUp(): void method testHydrateJoinedCollectionWithFirstNullishRow (line 28) | public function testHydrateJoinedCollectionWithFirstNullishRow(): void class GH9807Main (line 75) | #[Entity] method getJoins (line 89) | public function getJoins(): Collection class GH9807Join (line 95) | #[Entity] FILE: tests/Tests/ORM/Functional/Ticket/Issue5989Test.php class Issue5989Test (line 13) | #[Group('issue-5989')] method setUp (line 16) | protected function setUp(): void method testSimpleArrayTypeHydratedCorrectlyInJoinedInheritance (line 23) | public function testSimpleArrayTypeHydratedCorrectlyInJoinedInheritanc... FILE: tests/Tests/ORM/Functional/Ticket/Issue9300Test.php class Issue9300Test (line 13) | #[Group('GH-9300')] method setUp (line 16) | protected function setUp(): void method testPersistedCollectionIsPresentInOriginalDataAfterFlush (line 23) | public function testPersistedCollectionIsPresentInOriginalDataAfterFlu... method testPersistingCollectionAfterFlushWorksAsExpected (line 44) | public function testPersistingCollectionAfterFlushWorksAsExpected(): void FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/AbstractTestCase.php class AbstractTestCase (line 12) | abstract class AbstractTestCase extends OrmFunctionalTestCase method generateMessage (line 14) | protected function generateMessage(string $message): string method clearCachedData (line 21) | protected function clearCachedData(object ...$entities): void method persistFlushClear (line 28) | protected function persistFlushClear(object ...$entities): void FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/ChangeFiltersTest.php class ChangeFiltersTest (line 11) | final class ChangeFiltersTest extends AbstractTestCase method setUp (line 16) | public function setUp(): void method prepareData (line 27) | private function prepareData(): array method testUseEnableDisableFilter (line 47) | public function testUseEnableDisableFilter(): void method testUseChangeFilterParameters (line 68) | public function testUseChangeFilterParameters(): void method testUseQueryBuilder (line 90) | public function testUseQueryBuilder(): void FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/Entity/Insurance.php class Insurance (line 9) | #[ORM\Entity] method __construct (line 23) | public function __construct(Practice $practice, string $name) FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/Entity/Order.php class Order (line 9) | #[ORM\Entity] method __construct (line 24) | public function __construct(User $user) FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/Entity/Patient.php class Patient (line 11) | #[ORM\Entity] method __construct (line 26) | public function __construct(string $name) method getPrimaryInsurances (line 33) | public function getPrimaryInsurances(): Collection method getSecondaryInsurances (line 41) | public function getSecondaryInsurances(): Collection method addPrimaryInsurance (line 48) | public function addPrimaryInsurance(Insurance $insurance): void method addSecondaryInsurance (line 53) | public function addSecondaryInsurance(Insurance $insurance): void FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/Entity/PatientInsurance.php class PatientInsurance (line 9) | #[ORM\Entity] method __construct (line 27) | public function __construct(Patient $patient, Insurance $insurance) FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/Entity/Practice.php class Practice (line 9) | #[ORM\Entity] method __construct (line 20) | public function __construct(string $name) FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/Entity/PrimaryPatInsurance.php class PrimaryPatInsurance (line 9) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/Entity/SecondaryPatInsurance.php class SecondaryPatInsurance (line 9) | #[ORM\Entity] FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/Entity/User.php class User (line 9) | #[ORM\Entity] method __construct (line 21) | public function __construct(string $company) FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/SQLFilter/CompanySQLFilter.php class CompanySQLFilter (line 14) | class CompanySQLFilter extends SQLFilter method addFilterConstraint (line 16) | public function addFilterConstraint(ClassMetadata $targetEntity, $targ... FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/SQLFilter/PracticeContextSQLFilter.php class PracticeContextSQLFilter (line 13) | class PracticeContextSQLFilter extends SQLFilter method addFilterConstraint (line 15) | public function addFilterConstraint(ClassMetadata $targetEntity, $targ... FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilter/SwitchContextTest.php class SwitchContextTest (line 16) | final class SwitchContextTest extends AbstractTestCase method setUp (line 21) | protected function setUp(): void method fixtureGenerate (line 39) | private function fixtureGenerate(): array method switchPracticeContext (line 78) | private function switchPracticeContext(Practice $practice, callable $c... method testSwitchContext (line 89) | public function testSwitchContext(): void FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilterAndIndexedRelation/Category.php class Category (line 9) | #[ORM\Entity] method __construct (line 24) | public function __construct(string $name, string $type) FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilterAndIndexedRelation/CategoryTypeSQLFilter.php class CategoryTypeSQLFilter (line 12) | class CategoryTypeSQLFilter extends SQLFilter method addFilterConstraint (line 14) | public function addFilterConstraint(ClassMetadata $targetEntity, $targ... FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilterAndIndexedRelation/ChangeFiltersTest.php class ChangeFiltersTest (line 9) | final class ChangeFiltersTest extends OrmFunctionalTestCase method setUp (line 15) | public function setUp(): void method prepareData (line 25) | private function prepareData(): void method testIndexAliasUpdatedWithUpdatedFilter (line 38) | public function testIndexAliasUpdatedWithUpdatedFilter(): void FILE: tests/Tests/ORM/Functional/Ticket/SwitchContextWithFilterAndIndexedRelation/Company.php class Company (line 11) | #[ORM\Entity] method __construct (line 28) | public function __construct(string $name, array $categories) FILE: tests/Tests/ORM/Functional/Ticket/Ticket2481Test.php class Ticket2481Test (line 14) | class Ticket2481Test extends OrmFunctionalTestCase method setUp (line 16) | protected function setUp(): void method testEmptyInsert (line 23) | public function testEmptyInsert(): void class Ticket2481Product (line 33) | #[Table(name: 'ticket_2481_products')] FILE: tests/Tests/ORM/Functional/Ticket/Ticket4646InstanceOfAbstractTest.php class Ticket4646InstanceOfAbstractTest (line 17) | class Ticket4646InstanceOfAbstractTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testInstanceOf (line 29) | public function testInstanceOf(): void class PersonTicket4646Abstract (line 44) | #[Table(name: 'instance_of_abstract_test_person')] method getId (line 56) | public function getId(): int|null class EmployeeTicket4646Abstract (line 62) | #[Table(name: 'instance_of_abstract_test_employee')] FILE: tests/Tests/ORM/Functional/Ticket/Ticket4646InstanceOfMultiLevelTest.php class Ticket4646InstanceOfMultiLevelTest (line 17) | class Ticket4646InstanceOfMultiLevelTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testInstanceOf (line 30) | public function testInstanceOf(): void class PersonTicket4646MultiLevel (line 47) | #[Table(name: 'instance_of_multi_level_test_person')] method getId (line 59) | public function getId(): int|null class EmployeeTicket4646MultiLevel (line 65) | #[Table(name: 'instance_of_multi_level_employee')] class EngineerTicket4646MultiLevel (line 71) | #[Table(name: 'instance_of_multi_level_engineer')] FILE: tests/Tests/ORM/Functional/Ticket/Ticket4646InstanceOfParametricTest.php class Ticket4646InstanceOfParametricTest (line 17) | class Ticket4646InstanceOfParametricTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testInstanceOf (line 29) | public function testInstanceOf(): void class PersonTicket4646Parametric (line 47) | #[Table(name: 'instance_of_parametric_person')] method getId (line 59) | public function getId(): int|null class EmployeeTicket4646Parametric (line 65) | #[Table(name: 'instance_of_parametric_employee')] FILE: tests/Tests/ORM/Functional/Ticket/Ticket4646InstanceOfTest.php class Ticket4646InstanceOfTest (line 17) | class Ticket4646InstanceOfTest extends OrmFunctionalTestCase method setUp (line 19) | protected function setUp(): void method testInstanceOf (line 29) | public function testInstanceOf(): void class PersonTicket4646 (line 45) | #[Table(name: 'instance_of_test_person')] method getId (line 57) | public function getId(): int|null class EmployeeTicket4646 (line 63) | #[Table(name: 'instance_of_test_employee')] FILE: tests/Tests/ORM/Functional/Ticket/Ticket4646InstanceOfWithMultipleParametersTest.php class Ticket4646InstanceOfWithMultipleParametersTest (line 17) | class Ticket4646InstanceOfWithMultipleParametersTest extends OrmFunction... method setUp (line 19) | protected function setUp(): void method testInstanceOf (line 31) | public function testInstanceOf(): void class PersonTicket4646Multiple (line 49) | #[Table(name: 'instance_of_test_multiple_person')] method getId (line 61) | public function getId(): int class EmployeeTicket4646Multiple (line 67) | #[Table(name: 'instance_of_test_multiple_employee')] class ManagerTicket4646Multiple (line 73) | #[Table(name: 'instance_of_test_multiple_manager')] class InternTicket4646Multiple (line 79) | #[Table(name: 'instance_of_test_multiple_intern')] FILE: tests/Tests/ORM/Functional/TypeTest.php class TypeTest (line 22) | class TypeTest extends OrmFunctionalTestCase method setUp (line 24) | protected function setUp(): void method testDecimal (line 31) | public function testDecimal(): void method testBoolean (line 48) | #[Group('DDC-1394')] method testArray (line 74) | public function testArray(): void method testObject (line 96) | public function testObject(): void method testDate (line 117) | public function testDate(): void method testDateTime (line 132) | public function testDateTime(): void method testDqlQueryBindDateTimeInstance (line 152) | public function testDqlQueryBindDateTimeInstance(): void method testDqlQueryBuilderBindDateTimeInstance (line 171) | public function testDqlQueryBuilderBindDateTimeInstance(): void method testTime (line 193) | public function testTime(): void FILE: tests/Tests/ORM/Functional/TypeValueSqlTest.php class TypeValueSqlTest (line 16) | class TypeValueSqlTest extends OrmFunctionalTestCase method setUp (line 18) | protected function setUp(): void method testUpperCaseStringType (line 37) | public function testUpperCaseStringType(): void method testUpperCaseStringTypeWhenColumnNameIsDefined (line 55) | #[Group('DDC-1642')] method testTypeValueSqlWithAssociations (line 87) | public function testTypeValueSqlWithAssociations(): void method testSelectDQL (line 117) | public function testSelectDQL(): void FILE: tests/Tests/ORM/Functional/UnitOfWorkLifecycleTest.php class UnitOfWorkLifecycleTest (line 11) | class UnitOfWorkLifecycleTest extends OrmFunctionalTestCase method setUp (line 13) | protected function setUp(): void method testScheduleInsertManaged (line 20) | public function testScheduleInsertManaged(): void method testScheduleInsertDeleted (line 35) | public function testScheduleInsertDeleted(): void method testScheduleInsertTwice (line 52) | public function testScheduleInsertTwice(): void method testAddToIdentityMapWithoutIdentity (line 67) | public function testAddToIdentityMapWithoutIdentity(): void method testMarkReadOnlyNonManaged (line 77) | public function testMarkReadOnlyNonManaged(): void FILE: tests/Tests/ORM/Functional/ValueConversionType/ManyToManyCompositeIdForeignKeyTest.php class ManyToManyCompositeIdForeignKeyTest (line 22) | #[Group('DDC-3380')] method setUp (line 25) | protected function setUp(): void method tearDownAfterClass (line 52) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 62) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 78) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 101) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatInversedEntityIsFetchedFromTheDatabaseUsingAuxiliaryEntityAsId (line 125) | #[Depends('testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetc... method testThatTheCollectionFromOwningToInversedIsLoaded (line 141) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheCollectionFromInversedToOwningIsLoaded (line 152) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheJoinTableRowsAreRemovedWhenRemovingTheAssociation (line 163) | #[Depends('testThatTheCollectionFromOwningToInversedIsLoaded')] FILE: tests/Tests/ORM/Functional/ValueConversionType/ManyToManyCompositeIdTest.php class ManyToManyCompositeIdTest (line 20) | #[Group('DDC-3380')] method setUp (line 23) | protected function setUp(): void method tearDownAfterClass (line 46) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 55) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 69) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 86) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheCollectionFromOwningToInversedIsLoaded (line 104) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheCollectionFromInversedToOwningIsLoaded (line 115) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheJoinTableRowsAreRemovedWhenRemovingTheAssociation (line 126) | #[Depends('testThatTheCollectionFromOwningToInversedIsLoaded')] FILE: tests/Tests/ORM/Functional/ValueConversionType/ManyToManyCriteriaMatchingTest.php class ManyToManyCriteriaMatchingTest (line 15) | class ManyToManyCriteriaMatchingTest extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testCriteriaMatchingOnFieldInManyToManyTarget (line 24) | #[DataProvider('provideMatchingExpressions')] method provideMatchingExpressions (line 59) | public static function provideMatchingExpressions(): Generator FILE: tests/Tests/ORM/Functional/ValueConversionType/ManyToManyExtraLazyTest.php class ManyToManyExtraLazyTest (line 20) | #[Group('DDC-3380')] method setUp (line 23) | protected function setUp(): void method tearDownAfterClass (line 60) | public static function tearDownAfterClass(): void method testThatTheExtraLazyCollectionFromOwningToInversedIsCounted (line 69) | public function testThatTheExtraLazyCollectionFromOwningToInversedIsCo... method testThatTheExtraLazyCollectionFromInversedToOwningIsCounted (line 79) | public function testThatTheExtraLazyCollectionFromInversedToOwningIsCo... method testThatTheExtraLazyCollectionFromOwningToInversedContainsAnEntity (line 89) | public function testThatTheExtraLazyCollectionFromOwningToInversedCont... method testThatTheExtraLazyCollectionFromInversedToOwningContainsAnEntity (line 104) | public function testThatTheExtraLazyCollectionFromInversedToOwningCont... method testThatTheExtraLazyCollectionFromOwningToInversedContainsAnIndexByKey (line 119) | public function testThatTheExtraLazyCollectionFromOwningToInversedCont... method testThatTheExtraLazyCollectionFromInversedToOwningContainsAnIndexByKey (line 129) | public function testThatTheExtraLazyCollectionFromInversedToOwningCont... method testThatASliceOfTheExtraLazyCollectionFromOwningToInversedIsLoaded (line 139) | public function testThatASliceOfTheExtraLazyCollectionFromOwningToInve... method testThatASliceOfTheExtraLazyCollectionFromInversedToOwningIsLoaded (line 149) | public function testThatASliceOfTheExtraLazyCollectionFromInversedToOw... FILE: tests/Tests/ORM/Functional/ValueConversionType/ManyToManyTest.php class ManyToManyTest (line 20) | #[Group('DDC-3380')] method setUp (line 23) | protected function setUp(): void method tearDownAfterClass (line 45) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 54) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 66) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 83) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheCollectionFromOwningToInversedIsLoaded (line 100) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheCollectionFromInversedToOwningIsLoaded (line 111) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheJoinTableRowsAreRemovedWhenRemovingTheAssociation (line 122) | #[Depends('testThatTheCollectionFromOwningToInversedIsLoaded')] FILE: tests/Tests/ORM/Functional/ValueConversionType/OneToManyCompositeIdForeignKeyTest.php class OneToManyCompositeIdForeignKeyTest (line 22) | #[Group('DDC-3380')] method setUp (line 25) | protected function setUp(): void method tearDownAfterClass (line 53) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 62) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 76) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 99) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatInversedEntityIsFetchedFromTheDatabaseUsingAuxiliaryEntityAsId (line 123) | #[Depends('testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetc... method testThatTheProxyFromOwningToInversedIsLoaded (line 139) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheCollectionFromInversedToOwningIsLoaded (line 154) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] FILE: tests/Tests/ORM/Functional/ValueConversionType/OneToManyCompositeIdTest.php class OneToManyCompositeIdTest (line 20) | #[Group('DDC-3380')] method setUp (line 23) | protected function setUp(): void method tearDownAfterClass (line 47) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 55) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 67) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 84) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheProxyFromOwningToInversedIsLoaded (line 102) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheCollectionFromInversedToOwningIsLoaded (line 115) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] FILE: tests/Tests/ORM/Functional/ValueConversionType/OneToManyCriteriaMatchingTest.php class OneToManyCriteriaMatchingTest (line 15) | class OneToManyCriteriaMatchingTest extends OrmFunctionalTestCase method setUp (line 17) | protected function setUp(): void method testCriteriaMatchingOnFieldInOneToManyTarget (line 24) | #[DataProvider('provideMatchingExpressions')] method provideMatchingExpressions (line 59) | public static function provideMatchingExpressions(): Generator FILE: tests/Tests/ORM/Functional/ValueConversionType/OneToManyExtraLazyTest.php class OneToManyExtraLazyTest (line 20) | #[Group('DDC-3380')] method setUp (line 23) | protected function setUp(): void method tearDownAfterClass (line 57) | public static function tearDownAfterClass(): void method testThatExtraLazyCollectionIsCounted (line 65) | public function testThatExtraLazyCollectionIsCounted(): void method testThatExtraLazyCollectionContainsAnEntity (line 75) | public function testThatExtraLazyCollectionContainsAnEntity(): void method testThatExtraLazyCollectionContainsAnIndexbyKey (line 90) | public function testThatExtraLazyCollectionContainsAnIndexbyKey(): void method testThatASliceOfTheExtraLazyCollectionIsLoaded (line 100) | public function testThatASliceOfTheExtraLazyCollectionIsLoaded(): void FILE: tests/Tests/ORM/Functional/ValueConversionType/OneToManyTest.php class OneToManyTest (line 20) | #[Group('DDC-3380')] method setUp (line 23) | protected function setUp(): void method tearDownAfterClass (line 46) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 54) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 64) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 81) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheProxyFromOwningToInversedIsLoaded (line 98) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheCollectionFromInversedToOwningIsLoaded (line 111) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] FILE: tests/Tests/ORM/Functional/ValueConversionType/OneToOneCompositeIdForeignKeyTest.php class OneToOneCompositeIdForeignKeyTest (line 22) | #[Group('DDC-3380')] method setUp (line 25) | protected function setUp(): void method tearDownAfterClass (line 53) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 62) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 76) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 99) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatInversedEntityIsFetchedFromTheDatabaseUsingAuxiliaryEntityAsId (line 123) | #[Depends('testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetc... method testThatTheProxyFromOwningToInversedIsLoaded (line 139) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheEntityFromInversedToOwningIsEagerLoaded (line 152) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] FILE: tests/Tests/ORM/Functional/ValueConversionType/OneToOneCompositeIdTest.php class OneToOneCompositeIdTest (line 20) | #[Group('DDC-3380')] method setUp (line 23) | protected function setUp(): void method tearDownAfterClass (line 47) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 55) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 67) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 84) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheProxyFromOwningToInversedIsLoaded (line 102) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheEntityFromInversedToOwningIsEagerLoaded (line 115) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] FILE: tests/Tests/ORM/Functional/ValueConversionType/OneToOneTest.php class OneToOneTest (line 20) | #[Group('DDC-3380')] method setUp (line 23) | protected function setUp(): void method tearDownAfterClass (line 46) | public static function tearDownAfterClass(): void method testThatTheValueOfIdentifiersAreConvertedInTheDatabase (line 54) | public function testThatTheValueOfIdentifiersAreConvertedInTheDatabase... method testThatEntitiesAreFetchedFromTheDatabase (line 64) | #[Depends('testThatTheValueOfIdentifiersAreConvertedInTheDatabase')] method testThatTheValueOfIdentifiersAreConvertedBackAfterBeingFetchedFromTheDatabase (line 81) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheProxyFromOwningToInversedIsLoaded (line 98) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] method testThatTheEntityFromInversedToOwningIsEagerLoaded (line 111) | #[Depends('testThatEntitiesAreFetchedFromTheDatabase')] FILE: tests/Tests/ORM/Functional/ValueObjectsTest.php class ValueObjectsTest (line 26) | #[Group('DDC-93')] method setUp (line 29) | protected function setUp(): void method testCRUD (line 43) | public function testCRUD(): void method testLoadDql (line 94) | public function testLoadDql(): void method testDqlOnEmbeddedObjectsField (line 135) | #[Group('dql')] method testPartialDqlOnEmbeddedObjectsField (line 183) | public function testPartialDqlOnEmbeddedObjectsField(): void method testDqlWithNonExistentEmbeddableField (line 235) | public function testDqlWithNonExistentEmbeddableField(): void method testPartialDqlWithNonExistentEmbeddableField (line 244) | public function testPartialDqlWithNonExistentEmbeddableField(): void method testEmbeddableWithInheritance (line 253) | public function testEmbeddableWithInheritance(): void method testInlineEmbeddableWithPrefix (line 263) | public function testInlineEmbeddableWithPrefix(): void method testInlineEmbeddableEmptyPrefix (line 273) | public function testInlineEmbeddableEmptyPrefix(): void method testInlineEmbeddablePrefixFalse (line 283) | public function testInlineEmbeddablePrefixFalse(): void method testInlineEmbeddableInMappedSuperClass (line 294) | public function testInlineEmbeddableInMappedSuperClass(): void method testThrowsExceptionOnInfiniteEmbeddableNesting (line 303) | #[DataProvider('getInfiniteEmbeddableNestingData')] method getInfiniteEmbeddableNestingData (line 321) | public static function getInfiniteEmbeddableNestingData(): array class DDC93Person (line 331) | #[Entity] method __construct (line 344) | public function __construct( class DDC93Timestamps (line 355) | #[Embeddable] method __construct (line 358) | public function __construct( class DDC93Vehicle (line 365) | #[Entity] method __construct (line 377) | public function __construct( class DDC93Car (line 384) | #[Entity] class DDC93Country (line 389) | #[Embeddable] method __construct (line 392) | public function __construct( class DDC93Address (line 399) | #[Embeddable] method __construct (line 409) | public function __construct( class DDC93Customer (line 422) | #[Entity] class DDC93ContactInfo (line 434) | #[Embeddable] class DDC3028PersonWithPrefix (line 446) | #[Entity] method __construct (line 449) | public function __construct( class DDC3028PersonEmptyPrefix (line 458) | #[Entity] method __construct (line 461) | public function __construct( class DDC3028PersonPrefixFalse (line 470) | #[Entity] method __construct (line 473) | public function __construct( class DDC3028Id (line 480) | #[Embeddable] method __construct (line 483) | public function __construct( class DDC3028NestedEmbeddable (line 491) | #[Embeddable] method __construct (line 494) | public function __construct( class DDC3027Animal (line 505) | #[MappedSuperclass] class DDC3027Dog (line 519) | #[Entity] class DDCInfiniteNestingEmbeddable (line 524) | #[Embeddable] class DDCNestingEmbeddable1 (line 532) | #[Embeddable] class DDCNestingEmbeddable2 (line 548) | #[Embeddable] class DDCNestingEmbeddable3 (line 564) | #[Embeddable] class DDCNestingEmbeddable4 (line 580) | #[Embeddable] FILE: tests/Tests/ORM/Functional/VersionedOneToOneTest.php class VersionedOneToOneTest (line 15) | #[Group('VersionedOneToOne')] method setUp (line 18) | protected function setUp(): void method testSetVersionOnCreate (line 32) | public function testSetVersionOnCreate(): void FILE: tests/Tests/ORM/Hydration/AbstractHydratorTest.php class AbstractHydratorTest (line 27) | #[CoversClass(AbstractHydrator::class)] method setUp (line 35) | protected function setUp(): void method testOnClearEventListenerIsDetachedOnCleanup (line 65) | #[Group('DDC-3146')] method testHydrateAllRegistersAndClearsAllAttachedListeners (line 75) | #[Group('#6623')] method testHydrateAllClearsAllAttachedListenersEvenOnError (line 83) | #[Group('#8482')] method testEnumCastsIntegerBackedEnumValues (line 94) | public function testEnumCastsIntegerBackedEnumValues(): void method testEnumCastsIntegerBackedEnumArrayValues (line 103) | public function testEnumCastsIntegerBackedEnumArrayValues(): void method testToIterableIfYieldAndBreakBeforeFinishAlwaysCleansUp (line 112) | public function testToIterableIfYieldAndBreakBeforeFinishAlwaysCleansU... class DummyHydrator (line 142) | class DummyHydrator extends AbstractHydrator method buildEnumForTesting (line 147) | public function buildEnumForTesting(mixed $value, string $enumType): B... method hydrateAllData (line 153) | protected function hydrateAllData(): array method prepare (line 162) | public function prepare(): void FILE: tests/Tests/ORM/Hydration/ArrayHydratorTest.php class ArrayHydratorTest (line 18) | class ArrayHydratorTest extends HydrationTestCase method provideDataForUserEntityResult (line 21) | public static function provideDataForUserEntityResult(): array method testSimpleEntityQuery (line 35) | public function testSimpleEntityQuery(): void method testSimpleEntityWithScalarQuery (line 73) | #[DataProvider('provideDataForUserEntityResult')] method testSimpleEntityQueryWithAliasedUserEntity (line 126) | public function testSimpleEntityQueryWithAliasedUserEntity(): void method testSimpleMultipleRootEntityQuery (line 166) | public function testSimpleMultipleRootEntityQuery(): void method testSimpleMultipleRootEntityQueryWithAliasedUserEntity (line 216) | public function testSimpleMultipleRootEntityQueryWithAliasedUserEntity... method testSimpleMultipleRootEntityQueryWithAliasedArticleEntity (line 270) | public function testSimpleMultipleRootEntityQueryWithAliasedArticleEnt... method testSimpleMultipleRootEntityQueryWithAliasedEntities (line 324) | public function testSimpleMultipleRootEntityQueryWithAliasedEntities()... method testMixedQueryNormalJoin (line 380) | #[DataProvider('provideDataForUserEntityResult')] method testMixedQueryFetchJoin (line 428) | #[DataProvider('provideDataForUserEntityResult')] method testMixedQueryFetchJoinCustomIndex (line 498) | #[DataProvider('provideDataForUserEntityResult')] method testMixedQueryMultipleFetchJoin (line 577) | public function testMixedQueryMultipleFetchJoin(): void method testMixedQueryMultipleDeepMixedFetchJoin (line 696) | public function testMixedQueryMultipleDeepMixedFetchJoin(): void method testEntityQueryCustomResultSetOrder (line 853) | public function testEntityQueryCustomResultSetOrder(): void method testChainedJoinWithScalars (line 927) | #[DataProvider('provideDataForUserEntityResult')] method testResultIteration (line 998) | public function testResultIteration(): void method testResultIterationWithAliasedUserEntity (line 1040) | public function testResultIterationWithAliasedUserEntity(): void method testSkipUnknownColumns (line 1084) | #[Group('DDC-644')] method testMissingIdForRootEntity (line 1116) | #[DataProvider('provideDataForUserEntityResult')] method testIndexByAndMixedResult (line 1174) | #[DataProvider('provideDataForUserEntityResult')] FILE: tests/Tests/ORM/Hydration/CustomHydratorTest.php class CustomHydratorTest (line 9) | class CustomHydratorTest extends HydrationTestCase method testCustomHydrator (line 11) | public function testCustomHydrator(): void class CustomHydrator (line 23) | class CustomHydrator extends AbstractHydrator method hydrateAllData (line 28) | protected function hydrateAllData(): array FILE: tests/Tests/ORM/Hydration/HydrationTestCase.php class HydrationTestCase (line 12) | class HydrationTestCase extends OrmTestCase method setUp (line 16) | protected function setUp(): void method createResultMock (line 23) | protected function createResultMock(array $resultSet): Result FILE: tests/Tests/ORM/Hydration/ObjectHydratorTest.php class ObjectHydratorTest (line 38) | class ObjectHydratorTest extends HydrationTestCase method provideDataForUserEntityResult (line 41) | public static function provideDataForUserEntityResult(): array method provideDataForMultipleRootEntityResult (line 50) | public static function provideDataForMultipleRootEntityResult(): array method provideDataForProductEntityResult (line 61) | public static function provideDataForProductEntityResult(): array method testSimpleEntityQuery (line 73) | public function testSimpleEntityQuery(): void method testSimpleEntityQueryWithAliasedUserEntity (line 112) | public function testSimpleEntityQueryWithAliasedUserEntity(): void method testSimpleMultipleRootEntityQuery (line 154) | public function testSimpleMultipleRootEntityQuery(): void method testSimpleMultipleRootEntityQueryWithAliasedUserEntity (line 208) | public function testSimpleMultipleRootEntityQueryWithAliasedUserEntity... method testSimpleMultipleRootEntityQueryWithAliasedArticleEntity (line 269) | public function testSimpleMultipleRootEntityQueryWithAliasedArticleEnt... method testSimpleMultipleRootEntityQueryWithAliasedEntities (line 330) | public function testSimpleMultipleRootEntityQueryWithAliasedEntities()... method testMixedQueryNormalJoin (line 393) | #[DataProvider('provideDataForUserEntityResult')] method testMixedQueryFetchJoin (line 441) | #[DataProvider('provideDataForUserEntityResult')] method testMixedQueryFetchJoinCustomIndex (line 518) | #[DataProvider('provideDataForUserEntityResult')] method testMixedQueryMultipleFetchJoin (line 595) | #[DataProvider('provideDataForUserEntityResult')] method testMixedQueryMultipleDeepMixedFetchJoin (line 704) | #[DataProvider('provideDataForUserEntityResult')] method testEntityQueryCustomResultSetOrder (line 862) | public function testEntityQueryCustomResultSetOrder(): void method testSkipUnknownColumns (line 939) | #[Group('DDC-644')] method testScalarQueryWithoutResultVariables (line 968) | #[DataProvider('provideDataForUserEntityResult')] method testCreatesProxyForLazyLoadingWithForeignKeys (line 1008) | public function testCreatesProxyForLazyLoadingWithForeignKeys(): void method testCreatesProxyForLazyLoadingWithForeignKeysWithAliasedProductEntity (line 1060) | public function testCreatesProxyForLazyLoadingWithForeignKeysWithAlias... method testChainedJoinWithEmptyCollections (line 1117) | public function testChainedJoinWithEmptyCollections(): void method testChainedJoinWithEmptyCollectionsWithAliasedUserEntity (line 1180) | public function testChainedJoinWithEmptyCollectionsWithAliasedUserEnti... method testResultIteration (line 1244) | public function testResultIteration(): void method testResultIterationWithAliasedUserEntity (line 1316) | public function testResultIterationWithAliasedUserEntity(): void method testManyToManyHydration (line 1393) | #[Group('DDC-809')] method testManyToManyHydrationWithAliasedUserEntity (line 1515) | #[Group('DDC-809')] method testMissingIdForRootEntity (line 1638) | #[DataProvider('provideDataForUserEntityResult')] method testMissingIdForCollectionValuedChildEntity (line 1696) | #[DataProvider('provideDataForUserEntityResult')] method testMissingIdForSingleValuedChildEntity (line 1757) | #[DataProvider('provideDataForUserEntityResult')] method testIndexByAndMixedResult (line 1810) | #[DataProvider('provideDataForUserEntityResult')] method testIndexByScalarsOnly (line 1853) | #[DataProvider('provideDataForUserEntityResult')] method testMissingMetaMappingException (line 1882) | #[Group('DDC-1470')] method testMissingDiscriminatorColumnException (line 1906) | #[Group('DDC-1470')] method testInvalidDiscriminatorValueException (line 1937) | #[Group('DDC-3076')] method testFetchJoinCollectionValuedAssociationWithDefaultArrayValue (line 1963) | public function testFetchJoinCollectionValuedAssociationWithDefaultArr... FILE: tests/Tests/ORM/Hydration/ResultSetMappingTest.php class ResultSetMappingTest (line 19) | class ResultSetMappingTest extends OrmTestCase method setUp (line 24) | protected function setUp(): void method testBasicResultSetMapping (line 35) | public function testBasicResultSetMapping(): void method testFluentInterface (line 69) | #[Group('DDC-1057')] method testIndexByMetadataColumn (line 94) | #[Group('DDC-117')] FILE: tests/Tests/ORM/Hydration/ScalarColumnHydratorTest.php class ScalarColumnHydratorTest (line 14) | class ScalarColumnHydratorTest extends HydrationTestCase method testEmptyResultTest (line 19) | public function testEmptyResultTest(): void method testSingleColumnEntityQueryWithoutScalarMap (line 37) | public function testSingleColumnEntityQueryWithoutScalarMap(): void method testSingleColumnEntityQueryWithScalarMap (line 63) | public function testSingleColumnEntityQueryWithScalarMap(): void method testMultipleColumnEntityQueryThrowsException (line 91) | public function testMultipleColumnEntityQueryThrowsException(): void FILE: tests/Tests/ORM/Hydration/ScalarHydratorTest.php class ScalarHydratorTest (line 12) | class ScalarHydratorTest extends HydrationTestCase method testNewHydrationSimpleEntityQuery (line 17) | public function testNewHydrationSimpleEntityQuery(): void method testHydrateScalarResults (line 49) | #[Group('DDC-407')] method testSkipUnknownColumns (line 71) | #[Group('DDC-644')] FILE: tests/Tests/ORM/Hydration/SimpleObjectHydratorTest.php class SimpleObjectHydratorTest (line 27) | class SimpleObjectHydratorTest extends HydrationTestCase method testMissingDiscriminatorColumnException (line 29) | #[Group('DDC-1470')] method testExtraFieldInResultSetShouldBeIgnore (line 52) | public function testExtraFieldInResultSetShouldBeIgnore(): void method testInvalidDiscriminatorValueException (line 76) | #[Group('DDC-3076')] method testNullValueShouldNotOverwriteFieldWithSameNameInJoinedInheritance (line 103) | #[Group('issue-5989')] method testWrongValuesShouldNotBeConvertedToPhpValue (line 131) | public function testWrongValuesShouldNotBeConvertedToPhpValue(): void method testNotListedValueInEnumArray (line 163) | public function testNotListedValueInEnumArray(): void FILE: tests/Tests/ORM/Hydration/SingleScalarHydratorTest.php class SingleScalarHydratorTest (line 14) | class SingleScalarHydratorTest extends HydrationTestCase method validResultSetProvider (line 17) | public static function validResultSetProvider(): Generator method testHydrateSingleScalarFromFieldMappingWithValidResultSet (line 52) | #[DataProvider('validResultSetProvider')] method testHydrateSingleScalarFromScalarMappingWithValidResultSet (line 68) | #[DataProvider('validResultSetProvider')] method invalidResultSetProvider (line 83) | public static function invalidResultSetProvider(): Generator method testHydrateSingleScalarFromFieldMappingWithInvalidResultSet (line 134) | #[DataProvider('invalidResultSetProvider')] method testHydrateSingleScalarFromScalarMappingWithInvalidResultSet (line 150) | #[DataProvider('invalidResultSetProvider')] FILE: tests/Tests/ORM/Id/AssignedGeneratorTest.php class AssignedGeneratorTest (line 19) | class AssignedGeneratorTest extends OrmTestCase method setUp (line 25) | protected function setUp(): void method testThrowsExceptionIfIdNotAssigned (line 31) | #[DataProvider('entitiesWithoutId')] method entitiesWithoutId (line 39) | public static function entitiesWithoutId(): array method testCorrectIdGeneration (line 47) | public function testCorrectIdGeneration(): void class AssignedSingleIdEntity (line 62) | #[Entity] class AssignedCompositeIdEntity (line 71) | #[Entity] FILE: tests/Tests/ORM/Id/SequenceGeneratorTest.php class SequenceGeneratorTest (line 13) | class SequenceGeneratorTest extends OrmTestCase method testGeneration (line 15) | public function testGeneration(): void FILE: tests/Tests/ORM/Internal/HydrationCompleteHandlerTest.php class HydrationCompleteHandlerTest (line 25) | #[CoversClass(HydrationCompleteHandler::class)] method setUp (line 32) | protected function setUp(): void method testDefersPostLoadOfEntity (line 39) | #[DataProvider('invocationFlagProvider')] method testDefersPostLoadOfEntityOnlyOnce (line 71) | #[DataProvider('invocationFlagProvider')] method testDefersMultiplePostLoadOfEntity (line 93) | #[DataProvider('invocationFlagProvider')] method testSkipsDeferredPostLoadOfMetadataWithNoInvokedListeners (line 128) | public function testSkipsDeferredPostLoadOfMetadataWithNoInvokedListen... method invocationFlagProvider (line 149) | public static function invocationFlagProvider(): array FILE: tests/Tests/ORM/Internal/Node.php class Node (line 7) | class Node method __construct (line 12) | public function __construct(string $name) FILE: tests/Tests/ORM/Internal/StronglyConnectedComponentsTest.php class StronglyConnectedComponentsTest (line 10) | class StronglyConnectedComponentsTest extends OrmTestCase method setUp (line 18) | protected function setUp(): void method testFindStronglyConnectedComponents (line 23) | public function testFindStronglyConnectedComponents(): void method testFindStronglyConnectedComponents2 (line 43) | public function testFindStronglyConnectedComponents2(): void method testFindStronglyConnectedComponents3 (line 60) | public function testFindStronglyConnectedComponents3(): void method addNodes (line 84) | private function addNodes(string ...$names): void method addEdge (line 93) | private function addEdge(string $from, string $to, bool $optional = fa... method assertNodesAreInSameComponent (line 98) | private function assertNodesAreInSameComponent(string $first, string $... method assertNodesAreNotInSameComponent (line 106) | private function assertNodesAreNotInSameComponent(string $first, strin... FILE: tests/Tests/ORM/Internal/TopologicalSortTest.php class TopologicalSortTest (line 15) | class TopologicalSortTest extends OrmTestCase method setUp (line 23) | protected function setUp(): void method testSimpleOrdering (line 28) | public function testSimpleOrdering(): void method testSkipOptionalEdgeToBreakCycle (line 40) | public function testSkipOptionalEdgeToBreakCycle(): void method testBreakCycleByBacktracking (line 50) | public function testBreakCycleByBacktracking(): void method testCycleRemovedByEliminatingLastOptionalEdge (line 63) | public function testCycleRemovedByEliminatingLastOptionalEdge(): void method testGH7180Example (line 81) | public function testGH7180Example(): void method testCommitOrderingFromGH7259Test (line 95) | public function testCommitOrderingFromGH7259Test(): void method testCommitOrderingFromGH8349Case1Test (line 117) | public function testCommitOrderingFromGH8349Case1Test(): void method testCommitOrderingFromGH8349Case2Test (line 135) | public function testCommitOrderingFromGH8349Case2Test(): void method testNodesMaintainOrderWhenNoDepencency (line 147) | public function testNodesMaintainOrderWhenNoDepencency(): void method testNodesReturnedInDepthFirstOrder (line 156) | public function testNodesReturnedInDepthFirstOrder(): void method testNodesReturnedInDepthFirstOrderWithEdgesInDifferentOrderThanNodes (line 169) | public function testNodesReturnedInDepthFirstOrderWithEdgesInDifferent... method testNodesReturnedInDepthFirstOrderWithDependingNodeLast (line 181) | public function testNodesReturnedInDepthFirstOrderWithDependingNodeLas... method testNodesReturnedInDepthFirstOrderWithDependingNodeLastAndEdgeOrderInversed (line 195) | public function testNodesReturnedInDepthFirstOrderWithDependingNodeLas... method testDetectSmallCycle (line 208) | public function testDetectSmallCycle(): void method testMultipleEdges (line 219) | public function testMultipleEdges(): void method testDetectLargerCycleNotIncludingStartNode (line 243) | public function testDetectLargerCycleNotIncludingStartNode(): void method addNodes (line 266) | private function addNodes(string ...$names): void method addEdge (line 275) | private function addEdge(string $from, string $to, bool $optional = fa... method computeResult (line 281) | private function computeResult(): array FILE: tests/Tests/ORM/Internal/UnitOfWork/InsertBatchTest.php class InsertBatchTest (line 17) | #[CoversClass(InsertBatch::class)] method setUp (line 23) | protected function setUp(): void method testWillProduceEmptyBatchOnNoGivenEntities (line 43) | public function testWillProduceEmptyBatchOnNoGivenEntities(): void method testWillBatchSameEntityOperationsInSingleBatch (line 48) | public function testWillBatchSameEntityOperationsInSingleBatch(): void method testWillBatchInterleavedEntityOperationsInGroups (line 64) | public function testWillBatchInterleavedEntityOperationsInGroups(): void method testWillNotBatchOperationsForAGeneratedIdentifierEntity (line 87) | public function testWillNotBatchOperationsForAGeneratedIdentifierEntit... method testWillIsolateBatchesForEntitiesWithGeneratedIdentifiers (line 107) | public function testWillIsolateBatchesForEntitiesWithGeneratedIdentifi... class EntityA (line 133) | class EntityA class EntityB (line 137) | class EntityB class EntityC (line 141) | class EntityC FILE: tests/Tests/ORM/LazyCriteriaCollectionTest.php class LazyCriteriaCollectionTest (line 15) | #[CoversClass(LazyCriteriaCollection::class)] method setUp (line 22) | protected function setUp(): void method testCountIsCached (line 29) | public function testCountIsCached(): void method testCountIsCachedEvenWithZeroResult (line 38) | public function testCountIsCachedEvenWithZeroResult(): void method testCountUsesWrappedCollectionWhenInitialized (line 47) | public function testCountUsesWrappedCollectionWhenInitialized(): void method testMatchingUsesThePersisterOnlyOnce (line 64) | public function testMatchingUsesThePersisterOnlyOnce(): void method testIsEmptyUsesCountWhenNotInitialized (line 93) | public function testIsEmptyUsesCountWhenNotInitialized(): void method testIsEmptyIsFalseIfCountIsNotZero (line 100) | public function testIsEmptyIsFalseIfCountIsNotZero(): void method testIsEmptyUsesWrappedCollectionWhenInitialized (line 107) | public function testIsEmptyUsesWrappedCollectionWhenInitialized(): void class LazyCriteriaCollectionTestObject (line 125) | class LazyCriteriaCollectionTestObject FILE: tests/Tests/ORM/Mapping/AnsiQuoteStrategyTest.php class AnsiQuoteStrategyTest (line 18) | #[Group('DDC-1845')] method setUp (line 26) | protected function setUp(): void method createClassMetadata (line 35) | private function createClassMetadata(string $className): ClassMetadata method testGetColumnName (line 43) | public function testGetColumnName(): void method testGetTableName (line 53) | public function testGetTableName(): void method testJoinTableName (line 61) | public function testJoinTableName(): void method testIdentifierColumnNames (line 77) | public function testIdentifierColumnNames(): void method testColumnAlias (line 92) | public function testColumnAlias(): void method testJoinColumnName (line 97) | public function testJoinColumnName(): void method testReferencedJoinColumnName (line 116) | public function testReferencedJoinColumnName(): void method testGetSequenceName (line 135) | public function testGetSequenceName(): void FILE: tests/Tests/ORM/Mapping/AssociationMappingTest.php class AssociationMappingTest (line 16) | final class AssociationMappingTest extends TestCase method testItSurvivesSerialization (line 18) | public function testItSurvivesSerialization(): void method testItThrowsWhenAccessingUnknownProperty (line 54) | public function testItThrowsWhenAccessingUnknownProperty(): void method testItThrowsWhenSettingUnknownProperty (line 67) | public function testItThrowsWhenSettingUnknownProperty(): void method testItThrowsWhenUnsettingUnknownProperty (line 80) | public function testItThrowsWhenUnsettingUnknownProperty(): void class MyAssociationMapping (line 94) | class MyAssociationMapping extends AssociationMapping FILE: tests/Tests/ORM/Mapping/AttributeDriverTest.php class AttributeDriverTest (line 21) | class AttributeDriverTest extends MappingDriverTestCase method loadDriver (line 23) | protected function loadDriver(): MappingDriver method testDriverCanAcceptClassLocator (line 28) | public function testDriverCanAcceptClassLocator(): void method testOriginallyNestedAttributesDeclaredWithoutOriginalParent (line 42) | public function testOriginallyNestedAttributesDeclaredWithoutOriginalP... method testIsTransient (line 59) | public function testIsTransient(): void method testManyToManyAssociationWithNestedJoinColumns (line 72) | public function testManyToManyAssociationWithNestedJoinColumns(): void method testItThrowsWhenSettingReportFieldsWhereDeclaredToFalse (line 107) | public function testItThrowsWhenSettingReportFieldsWhereDeclaredToFals... class AttributeEntityWithoutOriginalParents (line 115) | #[ORM\Entity] class AttributeEntityStartingWithRepeatableAttributes (line 133) | #[ORM\Index(name: 'bar', columns: ['id'])] class AttributeTransientAttribute (line 140) | #[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_ALL)] class AttributeTransientClass (line 145) | #[AttributeTransientAttribute] FILE: tests/Tests/ORM/Mapping/AttributeReaderTest.php class AttributeReaderTest (line 25) | class AttributeReaderTest extends TestCase method testItThrowsWhenGettingRepeatableAttributeWithTheWrongMethod (line 27) | public function testItThrowsWhenGettingRepeatableAttributeWithTheWrong... method testItThrowsWhenGettingNonRepeatableAttributeWithTheWrongMethod (line 38) | public function testItThrowsWhenGettingNonRepeatableAttributeWithTheWr... method testJoinTableOptions (line 49) | public function testJoinTableOptions(): void method testJoinColumnOptions (line 61) | public function testJoinColumnOptions(): void method testDiscriminatedColumnOptions (line 81) | public function testDiscriminatedColumnOptions(): void class TestEntity (line 95) | #[ORM\Entity] class TestTag (line 113) | #[ORM\Entity] class TestPerson (line 124) | #[Entity] class TestEmployee (line 137) | #[Entity] FILE: tests/Tests/ORM/Mapping/BasicInheritanceMappingTest.php class BasicInheritanceMappingTest (line 42) | class BasicInheritanceMappingTest extends OrmTestCase method setUp (line 46) | protected function setUp(): void method testGetMetadataForTransientClassThrowsException (line 53) | public function testGetMetadataForTransientClassThrowsException(): void method testGetMetadataForSubclassWithTransientBaseClass (line 60) | public function testGetMetadataForSubclassWithTransientBaseClass(): void method testGetMetadataForSubclassWithMappedSuperclass (line 70) | public function testGetMetadataForSubclassWithMappedSuperclass(): void method testGetMetadataForSubclassWithMappedSuperclassWithRepository (line 89) | #[Group('DDC-869')] method testSerializationWithPrivateFieldsFromMappedSuperclass (line 114) | #[Group('DDC-388')] method testUnmappedSuperclassInHierarchy (line 127) | #[Group('DDC-1203')] method testUnmappedEntityInHierarchy (line 137) | #[Group('DDC-1204')] method testMappedSuperclassWithId (line 151) | #[Group('DDC-1204')] method testSequenceDefinitionInHierarchyWithSandwichMappedSuperclass (line 160) | #[Group('DDC-1156')] method testMappedSuperclassIndex (line 178) | #[Group('DDC-3418')] method testUndeclaredHierarchyRejection (line 190) | #[DataProvider('invalidHierarchyDeclarationClasses')] method invalidHierarchyDeclarationClasses (line 203) | public static function invalidHierarchyDeclarationClasses(): Generator method testInvalidOverrideFieldInheritedFromEntity (line 221) | #[Group('DDC-964')] method testInvalidOverrideAssociationInheritedFromEntity (line 232) | public function testInvalidOverrideAssociationInheritedFromEntity(): void class TransientBaseClass (line 243) | class TransientBaseClass class EntitySubClass (line 252) | #[Entity] class MappedSuperclassBase (line 263) | #[MappedSuperclass] class MappedSuperclassRelated1 (line 280) | #[Entity] class EntitySubClass2 (line 285) | #[Entity] class MappedSuperclassBaseIndex (line 296) | #[Table] class EntityIndexSubClass (line 308) | #[Table] class HierarchyBase (line 321) | #[Entity] class HierarchyASuperclass (line 335) | #[MappedSuperclass] class HierarchyBEntity (line 343) | #[Entity] class HierarchyC (line 351) | #[Entity] class HierarchyD (line 359) | #[Entity] class HierarchyE (line 367) | #[Entity] class SuperclassEntity (line 375) | #[Entity] class SuperclassBase (line 380) | #[MappedSuperclass] class MediumSuperclassBase (line 391) | #[MappedSuperclass] class MediumSuperclassEntity (line 396) | #[Entity] class SubclassWithRepository (line 401) | #[Entity(repositoryClass: 'Doctrine\ORM\EntityRepository')] class InvalidEntityRoot (line 407) | #[Entity] class InvalidEntityRootChild (line 416) | #[Entity] class InvalidEntityRootAbstractChild (line 421) | #[Entity] class InvalidAbstractEntityRoot (line 427) | #[Entity] class InvalidAbstractEntityRootChild (line 436) | #[Entity] class InvalidAbstractEntityRootAbstractChild (line 441) | #[Entity] class InvalidComplexRoot (line 447) | #[Entity] class InvalidComplexMappedSuperclass (line 456) | #[MappedSuperclass] class InvalidComplexTransientClass (line 461) | class InvalidComplexTransientClass extends InvalidComplexMappedSuperclass class InvalidComplexEntity (line 465) | #[Entity] FILE: tests/Tests/ORM/Mapping/ClassMetadataBuilderTest.php class ClassMetadataBuilderTest (line 26) | #[Group('DDC-659')] method setUp (line 32) | protected function setUp(): void method testSetMappedSuperClass (line 39) | public function testSetMappedSuperClass(): void method testSetEmbedable (line 46) | public function testSetEmbedable(): void method testAddEmbeddedWithOnlyRequiredParams (line 53) | public function testAddEmbeddedWithOnlyRequiredParams(): void method testAddEmbeddedWithPrefix (line 70) | public function testAddEmbeddedWithPrefix(): void method testCreateEmbeddedWithoutExtraParams (line 93) | public function testCreateEmbeddedWithoutExtraParams(): void method testCreateEmbeddedWithColumnPrefix (line 112) | public function testCreateEmbeddedWithColumnPrefix(): void method testSetCustomRepositoryClass (line 131) | public function testSetCustomRepositoryClass(): void method testSetReadOnly (line 137) | public function testSetReadOnly(): void method testSetTable (line 143) | public function testSetTable(): void method testAddIndex (line 149) | public function testAddIndex(): void method testAddUniqueConstraint (line 155) | public function testAddUniqueConstraint(): void method testSetPrimaryTableRelated (line 161) | public function testSetPrimaryTableRelated(): void method testSetInheritanceJoined (line 177) | public function testSetInheritanceJoined(): void method testSetInheritanceSingleTable (line 183) | public function testSetInheritanceSingleTable(): void method testSetDiscriminatorColumn (line 189) | public function testSetDiscriminatorColumn(): void method testAddDiscriminatorMapClass (line 203) | public function testAddDiscriminatorMapClass(): void method testChangeTrackingPolicyExplicit (line 215) | public function testChangeTrackingPolicyExplicit(): void method testAddField (line 221) | public function testAddField(): void method testCreateField (line 230) | public function testCreateField(): void method testCreateVersionedField (line 243) | public function testCreateVersionedField(): void method testCreatePrimaryField (line 261) | public function testCreatePrimaryField(): void method testCreateUnsignedOptionField (line 271) | public function testCreateUnsignedOptionField(): void method testAddLifecycleEvent (line 280) | public function testAddLifecycleEvent(): void method testCreateManyToOne (line 287) | public function testCreateManyToOne(): void method testCreateManyToOneWithIdentity (line 337) | public function testCreateManyToOneWithIdentity(): void method testCreateOneToOne (line 391) | public function testCreateOneToOne(): void method testCreateOneToOneWithIdentity (line 441) | public function testCreateOneToOneWithIdentity(): void method testThrowsExceptionOnCreateOneToOneWithIdentityOnInverseSide (line 495) | public function testThrowsExceptionOnCreateOneToOneWithIdentityOnInver... method testCreateManyToMany (line 508) | public function testCreateManyToMany(): void method testThrowsExceptionOnCreateManyToManyWithIdentity (line 581) | public function testThrowsExceptionOnCreateManyToManyWithIdentity(): void method testCreateOneToMany (line 595) | public function testCreateOneToMany(): void method testThrowsExceptionOnCreateOneToManyWithIdentity (line 626) | public function testThrowsExceptionOnCreateOneToManyWithIdentity(): void method testOrphanRemovalOnCreateOneToOne (line 638) | public function testOrphanRemovalOnCreateOneToOne(): void method testOrphanRemovalOnCreateOneToMany (line 683) | public function testOrphanRemovalOnCreateOneToMany(): void method testExceptionOnOrphanRemovalOnManyToOne (line 712) | public function testExceptionOnOrphanRemovalOnManyToOne(): void method testOrphanRemovalOnManyToMany (line 723) | public function testOrphanRemovalOnManyToMany(): void method assertIsFluent (line 775) | public function assertIsFluent($ret): void FILE: tests/Tests/ORM/Mapping/ClassMetadataFactoryTest.php class ClassMetadataFactoryTest (line 55) | class ClassMetadataFactoryTest extends OrmTestCase method testGetMetadataForSingleClass (line 57) | public function testGetMetadataForSingleClass(): void method testGetMetadataForReturnsLoadedCustomIdGenerator (line 97) | public function testGetMetadataForReturnsLoadedCustomIdGenerator(): void method setUpCmfForPlatform (line 112) | private function setUpCmfForPlatform(AbstractPlatform $platform, array... method testPostgresSticksWithSequencesWhenDbal3IsUsed (line 128) | public function testPostgresSticksWithSequencesWhenDbal3IsUsed(): void method testPostgresSwitchesToIdentityColumnsWhenDbal4IsUsed (line 144) | public function testPostgresSwitchesToIdentityColumnsWhenDbal4IsUsed()... method testGetMetadataForThrowsExceptionOnUnknownCustomGeneratorClass (line 160) | public function testGetMetadataForThrowsExceptionOnUnknownCustomGenera... method testGetMetadataForThrowsExceptionOnMissingCustomGeneratorDefinition (line 172) | public function testGetMetadataForThrowsExceptionOnMissingCustomGenera... method testIsTransient (line 183) | #[\PHPUnit\Framework\Attributes\Group('DDC-1512')] method testAddDefaultDiscriminatorMap (line 201) | public function testAddDefaultDiscriminatorMap(): void method testGetAllMetadataWorksWithBadConnection (line 233) | public function testGetAllMetadataWorksWithBadConnection(): void method createEntityManager (line 259) | protected function createEntityManager(MappingDriver $metadataDriver, ... method createTestFactory (line 281) | protected function createTestFactory(): ClassMetadataFactoryTestSubject method createValidClassMetadata (line 291) | protected function createValidClassMetadata(): ClassMetadata method testQuoteMetadata (line 316) | #[\PHPUnit\Framework\Attributes\Group('DDC-1845')] method testFallbackLoadingCausesEventTriggeringThatCanModifyFetchedMetadata (line 381) | #[\PHPUnit\Framework\Attributes\Group('DDC-3385')] method testAcceptsEntityManagerInterfaceInstances (line 420) | #[\PHPUnit\Framework\Attributes\Group('DDC-3427')] method testInheritsIdGeneratorMappingFromEmbeddable (line 434) | #[\PHPUnit\Framework\Attributes\Group('DDC-4006')] method testInvalidSubClassCase (line 447) | public function testInvalidSubClassCase(): void class Shape (line 461) | #[Entity] class Cube (line 474) | #[Entity] class ClassMetadataFactoryTestSubject (line 480) | class ClassMetadataFactoryTestSubject extends ClassMetadataFactory method newClassMetadataInstance (line 485) | protected function newClassMetadataInstance(string $className): ClassM... method setMetadataForClass (line 498) | public function setMetadataForClass(string $className, ClassMetadata $... class TestEntity1 (line 504) | class TestEntity1 class CustomIdGenerator (line 520) | class CustomIdGenerator extends AbstractIdGenerator method generateId (line 522) | public function generateId(EntityManagerInterface $em, object|null $en... FILE: tests/Tests/ORM/Mapping/ClassMetadataLoadEventTest.php class ClassMetadataLoadEventTest (line 18) | class ClassMetadataLoadEventTest extends OrmTestCase method testEvent (line 20) | #[Group('DDC-1610')] method loadClassMetadata (line 33) | public function loadClassMetadata(LoadClassMetadataEventArgs $eventArg... class LoadEventTestEntity (line 45) | #[Table(name: 'load_event_test_entity')] FILE: tests/Tests/ORM/Mapping/ClassMetadataTest.php class ClassMetadataTest (line 77) | class ClassMetadataTest extends OrmTestCase method testClassMetadataInstanceSerialization (line 81) | public function testClassMetadataInstanceSerialization(): void method testFieldIsNullable (line 136) | public function testFieldIsNullable(): void method testFieldIsNullableByType (line 154) | public function testFieldIsNullableByType(): void method testFieldTypeFromReflection (line 169) | public function testFieldTypeFromReflection(): void method testFieldTypeFromReflectionDefaultTypedFieldMapper (line 213) | #[TestGroup('GH10313')] method testFieldTypeFromReflectionChainTypedFieldMapper (line 234) | #[TestGroup('GH10313')] method testMapAssociationInGlobalNamespace (line 253) | #[TestGroup('DDC-115')] method testMapManyToManyJoinTableDefaults (line 275) | public function testMapManyToManyJoinTableDefaults(): void method testSerializeManyToManyJoinTableCascade (line 298) | public function testSerializeManyToManyJoinTableCascade(): void method testSetDiscriminatorMapInGlobalNamespace (line 315) | #[TestGroup('DDC-115')] method testSetSubClassesInGlobalNamespace (line 328) | #[TestGroup('DDC-115')] method testSetInvalidVersionMappingThrowsException (line 340) | #[TestGroup('DDC-268')] method testItThrowsOnJoinColumnForInverseOneToOne (line 354) | public function testItThrowsOnJoinColumnForInverseOneToOne(): void method testGetSingleIdentifierFieldNameMultipleIdentifierEntityThrowsException (line 371) | public function testGetSingleIdentifierFieldNameMultipleIdentifierEnti... method testGetSingleIdentifierFieldNameNoIdEntityThrowsException (line 381) | public function testGetSingleIdentifierFieldNameNoIdEntityThrowsExcept... method testDuplicateAssociationMappingException (line 390) | public function testDuplicateAssociationMappingException(): void method testDuplicateColumnNameThrowsMappingException (line 413) | public function testDuplicateColumnNameThrowsMappingException(): void method testDuplicateColumnNameDiscriminatorColumnThrowsMappingException (line 424) | public function testDuplicateColumnNameDiscriminatorColumnThrowsMappin... method testDuplicateColumnNameDiscriminatorColumn2ThrowsMappingException (line 435) | public function testDuplicateColumnNameDiscriminatorColumn2ThrowsMappi... method testDuplicateFieldAndAssociationMapping1ThrowsException (line 446) | public function testDuplicateFieldAndAssociationMapping1ThrowsExceptio... method testDuplicateFieldAndAssociationMapping2ThrowsException (line 457) | public function testDuplicateFieldAndAssociationMapping2ThrowsExceptio... method testGetTemporaryTableNameSchema (line 468) | #[TestGroup('DDC-1224')] method testDefaultTableName (line 479) | public function testDefaultTableName(): void method testDefaultJoinColumnName (line 508) | public function testDefaultJoinColumnName(): void method testUnderscoreNamingStrategyDefaults (line 542) | #[TestGroup('DDC-559')] method testSetMultipleIdentifierSetsComposite (line 587) | #[TestGroup('DDC-886')] method testMappingNotFound (line 600) | #[TestGroup('DDC-944')] method testJoinTableMappingDefaults (line 612) | #[TestGroup('DDC-961')] method testMapIdentifierAssociation (line 623) | #[TestGroup('DDC-117')] method testOrphanRemovalIdentifierAssociation (line 642) | #[TestGroup('DDC-117')] method testInverseIdentifierAssociation (line 662) | #[TestGroup('DDC-117')] method testIdentifierAssociationManyToMany (line 682) | #[TestGroup('DDC-117')] method testEmptyFieldNameThrowsException (line 701) | #[TestGroup('DDC-996')] method testSerializeEntityListeners (line 713) | #[TestGroup('DDC-2451')] method testClassCaseSensitivity (line 728) | #[TestGroup('DDC-1068')] method testLifecycleCallbackNotFound (line 738) | #[TestGroup('DDC-659')] method testTargetEntityNotFound (line 751) | #[TestGroup('ImproveErrorMessages')] method testNameIsMandatoryForDiscriminatorColumnsMappingException (line 764) | public function testNameIsMandatoryForDiscriminatorColumnsMappingExcep... method testFullyQualifiedClassNameShouldBeGivenToNamingStrategy (line 773) | #[TestGroup('DDC-984')] method testFullyQualifiedClassNameShouldBeGivenToNamingStrategyPropertyToColumnName (line 806) | #[TestGroup('DDC-984')] method testInvalidCascade (line 824) | #[TestGroup('DDC-1746')] method testInvalidPropertyAssociationOverrideNameException (line 836) | #[TestGroup('DDC-964')] method testInvalidPropertyAttributeOverrideNameException (line 848) | #[TestGroup('DDC-964')] method testInvalidOverrideAttributeFieldTypeException (line 860) | #[TestGroup('DDC-964')] method testAttributeOverrideKeepsDeclaringClass (line 872) | public function testAttributeOverrideKeepsDeclaringClass(): void method testAssociationOverrideKeepsDeclaringClass (line 883) | public function testAssociationOverrideKeepsDeclaringClass(): void method testAssociationOverrideCanOverrideCascade (line 894) | public function testAssociationOverrideCanOverrideCascade(): void method testInvalidEntityListenerClassException (line 904) | #[TestGroup('DDC-1955')] method testInvalidEntityListenerMethodException (line 915) | #[TestGroup('DDC-1955')] method testManyToManySelfReferencingNamingStrategyDefaults (line 926) | public function testManyToManySelfReferencingNamingStrategyDefaults():... method testSetSequenceGeneratorThrowsExceptionWhenSequenceNameIsMissing (line 950) | #[TestGroup('DDC-2608')] method testQuotedSequenceName (line 960) | #[TestGroup('DDC-2662')] method testGetSequenceName (line 975) | #[DataProvider('fullTableNameProvider')] method fullTableNameProvider (line 993) | public static function fullTableNameProvider(): iterable method testIsIdentifierMappedSuperClass (line 1016) | #[TestGroup('DDC-2700')] method testCanInstantiateInternalPhpClassSubclass (line 1024) | #[TestGroup('DDC-3120')] method testCanInstantiateInternalPhpClassSubclassFromUnserializedMetadata (line 1032) | #[TestGroup('DDC-3120')] method testWakeupReflectionWithEmbeddable (line 1043) | public function testWakeupReflectionWithEmbeddable(): void method testGetColumnNamesWithGivenFieldNames (line 1073) | public function testGetColumnNamesWithGivenFieldNames(): void method testInlineEmbeddable (line 1085) | #[TestGroup('DDC-6460')] method testRejectsEmbeddableWithoutValidClassName (line 1101) | #[TestGroup('DDC-3305')] method testItAddingLifecycleCallbackOnEmbeddedClassIsIllegal (line 1115) | public function testItAddingLifecycleCallbackOnEmbeddedClassIsIllegal(... method testGettingAnFQCNForNullIsDeprecated (line 1129) | #[IgnoreDeprecations] method testItThrowsOnInvalidCallToGetAssociationMappedByTargetField (line 1139) | public function testItThrowsOnInvalidCallToGetAssociationMappedByTarge... method testClassNameMappingDiscriminatorValue (line 1154) | public function testClassNameMappingDiscriminatorValue(): void method testDiscriminatorMapWithSameClassMultipleTimesDeprecated (line 1168) | #[IgnoreDeprecations] class DDC2700MappedSuperClass (line 1178) | #[MappedSuperclass] class MyNamespacedNamingStrategy (line 1185) | class MyNamespacedNamingStrategy extends DefaultNamingStrategy method classToTableName (line 1187) | public function classToTableName(string $className): string class MyPrefixNamingStrategy (line 1197) | class MyPrefixNamingStrategy extends DefaultNamingStrategy method propertyToColumnName (line 1199) | public function propertyToColumnName(string $propertyName, string $cla... class MyArrayObjectEntity (line 1205) | class MyArrayObjectEntity extends ArrayObject FILE: tests/Tests/ORM/Mapping/DefaultQuoteStrategyTest.php class DefaultQuoteStrategyTest (line 21) | class DefaultQuoteStrategyTest extends OrmTestCase method testGetJoinTableName (line 23) | #[Group('DDC-3590')] method testGetTableName (line 38) | #[DataProvider('fullTableNameProvider')] method fullTableNameProvider (line 59) | public static function fullTableNameProvider(): iterable FILE: tests/Tests/ORM/Mapping/DiscriminatorColumnMappingTest.php class DiscriminatorColumnMappingTest (line 14) | final class DiscriminatorColumnMappingTest extends TestCase method testItSurvivesSerialization (line 16) | public function testItSurvivesSerialization(): void FILE: tests/Tests/ORM/Mapping/EmbeddedClassMappingTest.php class EmbeddedClassMappingTest (line 14) | final class EmbeddedClassMappingTest extends TestCase method testItSurvivesSerialization (line 16) | public function testItSurvivesSerialization(): void FILE: tests/Tests/ORM/Mapping/EntityListenerResolverTest.php class EntityListenerResolverTest (line 13) | #[Group('DDC-1955')] method setUp (line 18) | protected function setUp(): void method testResolve (line 25) | public function testResolve(): void method testRegisterAndResolve (line 34) | public function testRegisterAndResolve(): void method testClearOne (line 44) | public function testClearOne(): void method testClearAll (line 67) | public function testClearAll(): void FILE: tests/Tests/ORM/Mapping/FieldBuilderTest.php class FieldBuilderTest (line 13) | class FieldBuilderTest extends OrmTestCase method testCustomIdGeneratorCanBeSet (line 15) | public function testCustomIdGeneratorCanBeSet(): void FILE: tests/Tests/ORM/Mapping/FieldMappingTest.php class FieldMappingTest (line 15) | final class FieldMappingTest extends TestCase method testItSurvivesSerialization (line 17) | public function testItSurvivesSerialization(): void FILE: tests/Tests/ORM/Mapping/Fixtures/AttributeEntityWithNestedJoinColumns.php class AttributeEntityWithNestedJoinColumns (line 10) | #[ORM\Entity] FILE: tests/Tests/ORM/Mapping/InverseSideMappingTest.php class InverseSideMappingTest (line 14) | final class InverseSideMappingTest extends TestCase method testItSurvivesSerialization (line 16) | public function testItSurvivesSerialization(): void class MyInverseAssociationMapping (line 33) | class MyInverseAssociationMapping extends InverseSideMapping FILE: tests/Tests/ORM/Mapping/JoinColumnMappingTest.php class JoinColumnMappingTest (line 14) | final class JoinColumnMappingTest extends TestCase method testItSurvivesSerialization (line 16) | public function testItSurvivesSerialization(): void FILE: tests/Tests/ORM/Mapping/JoinTableMappingTest.php class JoinTableMappingTest (line 15) | final class JoinTableMappingTest extends TestCase method testItSurvivesSerialization (line 17) | public function testItSurvivesSerialization(): void method testConvertingItToAMappingArrayDoesNotContainNullableInformation (line 38) | public function testConvertingItToAMappingArrayDoesNotContainNullableI... FILE: tests/Tests/ORM/Mapping/ManyToManyOwningSideMappingTest.php class ManyToManyOwningSideMappingTest (line 19) | final class ManyToManyOwningSideMappingTest extends TestCase method testItSurvivesSerialization (line 23) | public function testItSurvivesSerialization(): void method testNullableDefaults (line 46) | #[DataProvider('mappingsProvider')] method mappingsProvider (line 75) | public static function mappingsProvider(): iterable FILE: tests/Tests/ORM/Mapping/ManyToOneAssociationMappingTest.php class ManyToOneAssociationMappingTest (line 19) | final class ManyToOneAssociationMappingTest extends TestCase method testItSurvivesSerialization (line 23) | public function testItSurvivesSerialization(): void method testNullableDefaults (line 46) | #[DataProvider('mappingsProvider')] method mappingsProvider (line 78) | public static function mappingsProvider(): iterable FILE: tests/Tests/ORM/Mapping/MappingDriverTestCase.php class MappingDriverTestCase (line 77) | abstract class MappingDriverTestCase extends OrmTestCase method loadDriver (line 79) | abstract protected function loadDriver(): MappingDriver; method createClassMetadata (line 82) | public function createClassMetadata( method createClassMetadataFactory (line 96) | protected function createClassMetadataFactory(EntityManagerInterface|n... method testEntityTableNameAndInheritance (line 107) | public function testEntityTableNameAndInheritance(): ClassMetadata method testEntityIndexes (line 117) | #[Depends('testEntityTableNameAndInheritance')] method testEntityIncorrectIndexes (line 133) | public function testEntityIncorrectIndexes(): void method testEntityIndexFlagsAndPartialIndexes (line 139) | public function testEntityIndexFlagsAndPartialIndexes(): void method testEntityUniqueConstraints (line 155) | #[Depends('testEntityTableNameAndInheritance')] method testEntityIncorrectUniqueContraint (line 175) | public function testEntityIncorrectUniqueContraint(): void method testEntityOptions (line 181) | #[Depends('testEntityTableNameAndInheritance')] method testEntitySequence (line 197) | #[Depends('testEntityOptions')] method testEntityCustomGenerator (line 211) | public function testEntityCustomGenerator(): void method testFieldMappings (line 227) | #[Depends('testEntityTableNameAndInheritance')] method testVersionedField (line 240) | #[Depends('testFieldMappings')] method testFieldMappingsColumnNames (line 249) | #[Depends('testEntityTableNameAndInheritance')] method testStringFieldMappings (line 259) | #[Depends('testEntityTableNameAndInheritance')] method testFieldTypeFromReflection (line 271) | public function testFieldTypeFromReflection(): void method testCustomFieldTypeFromReflection (line 289) | #[\PHPUnit\Framework\Attributes\Group('GH10313')] method testFieldOptions (line 307) | #[Depends('testEntityTableNameAndInheritance')] method testIdFieldOptions (line 316) | #[Depends('testEntityTableNameAndInheritance')] method testIdentifier (line 324) | #[Depends('testFieldMappings')] method testBooleanValuesForOptionIsSetCorrectly (line 334) | #[\PHPUnit\Framework\Attributes\Group('#6129')] method testAssociations (line 348) | #[Depends('testIdentifier')] method testOwningOneToOneAssociation (line 356) | #[Depends('testAssociations')] method testInverseOneToManyAssociation (line 371) | #[Depends('testOwningOneToOneAssociation')] method testManyToManyAssociationWithCascadeAll (line 388) | #[Depends('testInverseOneToManyAssociation')] method testLifecycleCallbacks (line 404) | #[Depends('testManyToManyAssociationWithCascadeAll')] method testLifecycleCallbacksSupportMultipleMethodNames (line 414) | #[Depends('testManyToManyAssociationWithCascadeAll')] method testJoinColumnUniqueAndNullable (line 423) | #[Depends('testLifecycleCallbacksSupportMultipleMethodNames')] method testColumnDefinition (line 433) | #[Depends('testJoinColumnUniqueAndNullable')] method testJoinColumnOnDelete (line 442) | #[Depends('testColumnDefinition')] method testDiscriminatorColumnDefaults (line 450) | #[\PHPUnit\Framework\Attributes\Group('DDC-514')] method testMappedSuperclassWithRepository (line 472) | #[\PHPUnit\Framework\Attributes\Group('DDC-869')] method testDefaultFieldType (line 497) | #[\PHPUnit\Framework\Attributes\Group('DDC-1476')] method testIdentifierColumnDefinition (line 518) | #[\PHPUnit\Framework\Attributes\Group('DDC-1170')] method testNamingStrategy (line 530) | #[\PHPUnit\Framework\Attributes\Group('DDC-559')] method testDiscriminatorColumnDefinition (line 547) | #[\PHPUnit\Framework\Attributes\Group('DDC-807')] method testDiscriminatorColumnEnumTypeDefinition (line 557) | #[\PHPUnit\Framework\Attributes\Group('GH10288')] method testInvalidEntityOrMappedSuperClassShouldMentionParentClasses (line 566) | #[\PHPUnit\Framework\Attributes\Group('DDC-889')] method testIdentifierRequiredShouldMentionParentClasses (line 575) | #[\PHPUnit\Framework\Attributes\Group('DDC-889')] method testInversedByOverrideMapping (line 586) | #[\PHPUnit\Framework\Attributes\Group('DDC-3579')] method testFetchOverrideMapping (line 600) | #[\PHPUnit\Framework\Attributes\Group('DDC-5934')] method testAssociationOverridesMapping (line 610) | #[\PHPUnit\Framework\Attributes\Group('DDC-964')] method testAttributeOverridesMapping (line 682) | #[\PHPUnit\Framework\Attributes\Group('DDC-964')] method testEntityListeners (line 716) | #[\PHPUnit\Framework\Attributes\Group('DDC-1955')] method testEntityListenersOverride (line 745) | #[\PHPUnit\Framework\Attributes\Group('DDC-1955')] method testEntityListenersNamingConvention (line 776) | #[\PHPUnit\Framework\Attributes\Group('DDC-1955')] method testSecondLevelCacheMapping (line 829) | #[\PHPUnit\Framework\Attributes\Group('DDC-2183')] method testSchemaDefinitionViaExplicitTableSchemaAttributeProperty (line 855) | #[\PHPUnit\Framework\Attributes\Group('DDC-2825')] method testSchemaDefinitionViaSchemaDefinedInTableNameInTableAttributeProperty (line 866) | #[\PHPUnit\Framework\Attributes\Group('DDC-2825')] method testDiscriminatorColumnDefaultLength (line 877) | #[\PHPUnit\Framework\Attributes\Group('DDC-514')] method testDiscriminatorColumnDefaultType (line 891) | #[\PHPUnit\Framework\Attributes\Group('DDC-514')] method testDiscriminatorColumnDefaultName (line 905) | #[\PHPUnit\Framework\Attributes\Group('DDC-514')] method testReservedWordInTableColumn (line 919) | public function testReservedWordInTableColumn(): void method testInsertableColumn (line 926) | public function testInsertableColumn(): void method testUpdatableColumn (line 936) | public function testUpdatableColumn(): void method testEnumType (line 946) | public function testEnumType(): void method testCustomNamingStrategyIsRespected (line 953) | public function testCustomNamingStrategyIsRespected(): void class User (line 964) | #[ORM\Entity()] method doStuffOnPrePersist (line 1015) | #[ORM\PrePersist] method doOtherStuffOnPrePersistToo (line 1020) | #[ORM\PrePersist] method doStuffOnPostPersist (line 1025) | #[ORM\PostPersist] method loadMetadata (line 1030) | public static function loadMetadata(ClassMetadata $metadata): void class UserIncorrectIndex (line 1170) | #[Table] method loadMetadata (line 1189) | public static function loadMetadata(ClassMetadata $metadata): void class UserIncorrectUniqueConstraint (line 1220) | #[Table] method loadMetadata (line 1239) | public static function loadMetadata(ClassMetadata $metadata): void class Animal (line 1270) | #[ORM\Entity] method loadMetadata (line 1283) | public static function loadMetadata(ClassMetadata $metadata): void class Cat (line 1290) | #[ORM\Entity] method loadMetadata (line 1293) | public static function loadMetadata(ClassMetadata $metadata): void class Dog (line 1298) | #[ORM\Entity] method loadMetadata (line 1301) | public static function loadMetadata(ClassMetadata $metadata): void class DDC1170Entity (line 1306) | #[ORM\Entity] method __construct (line 1309) | public function __construct( method getId (line 1320) | public function getId(): int method getValue (line 1325) | public function getValue(): string|null method loadMetadata (line 1330) | public static function loadMetadata(ClassMetadata $metadata): void class DDC807Entity (line 1351) | #[ORM\Entity] method loadMetadata (line 1363) | public static function loadMetadata(ClassMetadata $metadata): void class DDC807SubClasse1 (line 1384) | class DDC807SubClasse1 class DDC807SubClasse2 (line 1387) | class DDC807SubClasse2 class Address (line 1391) | class Address class Phonenumber (line 1394) | class Phonenumber class Group (line 1397) | class Group class Comment (line 1401) | #[ORM\Entity] method loadMetadata (line 1409) | public static function loadMetadata(ClassMetadata $metadata): void class SingleTableEntityNoDiscriminatorColumnMapping (line 1435) | #[ORM\Entity] method loadMetadata (line 1446) | public static function loadMetadata(ClassMetadata $metadata): void class SingleTableEntityNoDiscriminatorColumnMappingSub1 (line 1459) | class SingleTableEntityNoDiscriminatorColumnMappingSub1 extends SingleTa... class SingleTableEntityNoDiscriminatorColumnMappingSub2 (line 1462) | class SingleTableEntityNoDiscriminatorColumnMappingSub2 extends SingleTa... class SingleTableEntityIncompleteDiscriminatorColumnMapping (line 1466) | #[ORM\Entity] method loadMetadata (line 1478) | public static function loadMetadata(ClassMetadata $metadata): void class SingleTableEntityIncompleteDiscriminatorColumnMappingSub1 (line 1491) | class SingleTableEntityIncompleteDiscriminatorColumnMappingSub1 extends ... class SingleTableEntityIncompleteDiscriminatorColumnMappingSub2 (line 1494) | class SingleTableEntityIncompleteDiscriminatorColumnMappingSub2 extends ... class ReservedWordInTableColumn (line 1498) | #[ORM\Entity] method loadMetadata (line 1511) | public static function loadMetadata(ClassMetadata $metadata): void class UserIncorrectAttributes (line 1530) | class UserIncorrectAttributes extends User class UserMissingAttributes (line 1534) | class UserMissingAttributes extends User class GH10288EnumTypePerson (line 1538) | #[Entity] method loadMetadata (line 1549) | public static function loadMetadata(ClassMetadata $metadata): void class GH10288EnumTypeBoss (line 1569) | #[Entity] class BlogPost (line 1577) | #[Entity] class BlogPostComment (line 1586) | #[Entity] method loadMetadata (line 1598) | public static function loadMetadata(ClassMetadata $metadata): void FILE: tests/Tests/ORM/Mapping/NamingStrategy/CustomPascalNamingStrategy.php class CustomPascalNamingStrategy (line 21) | class CustomPascalNamingStrategy implements NamingStrategy method classToTableName (line 30) | public function classToTableName(string $className): string method propertyToColumnName (line 47) | public function propertyToColumnName(string $propertyName, string|null... method embeddedFieldToColumnName (line 59) | public function embeddedFieldToColumnName(string $propertyName, string... method referenceColumnName (line 69) | public function referenceColumnName(): string method joinColumnName (line 79) | public function joinColumnName(string $propertyName, string $className... method joinTableName (line 93) | public function joinTableName(string $sourceEntity, string $targetEnti... method joinKeyColumnName (line 106) | public function joinKeyColumnName(string $entityName, string|null $ref... FILE: tests/Tests/ORM/Mapping/NamingStrategy/JoinColumnClassNamingStrategy.php class JoinColumnClassNamingStrategy (line 14) | class JoinColumnClassNamingStrategy extends DefaultNamingStrategy method joinColumnName (line 16) | public function joinColumnName(string $propertyName, string|null $clas... FILE: tests/Tests/ORM/Mapping/NamingStrategyTest.php class NamingStrategyTest (line 19) | #[Group('DDC-559')] method defaultNaming (line 22) | private static function defaultNaming(): DefaultNamingStrategy method underscoreNamingLower (line 27) | private static function underscoreNamingLower(): UnderscoreNamingStrategy method underscoreNamingUpper (line 32) | private static function underscoreNamingUpper(): UnderscoreNamingStrategy method customNaming (line 37) | private static function customNaming(): CustomPascalNamingStrategy method dataClassToTableName (line 47) | public static function dataClassToTableName(): array method testClassToTableName (line 72) | #[DataProvider('dataClassToTableName')] method dataPropertyToColumnName (line 83) | public static function dataPropertyToColumnName(): array method testPropertyToColumnName (line 109) | #[DataProvider('dataPropertyToColumnName')] method dataReferenceColumnName (line 124) | public static function dataReferenceColumnName(): array method testReferenceColumnName (line 139) | #[DataProvider('dataReferenceColumnName')] method dataJoinColumnName (line 150) | public static function dataJoinColumnName(): array method testJoinColumnName (line 173) | #[DataProvider('dataJoinColumnName')] method dataJoinTableName (line 188) | public static function dataJoinTableName(): array method testJoinTableName (line 208) | #[DataProvider('dataJoinTableName')] method dataJoinKeyColumnName (line 224) | public static function dataJoinKeyColumnName(): array method testJoinKeyColumnName (line 243) | #[DataProvider('dataJoinKeyColumnName')] FILE: tests/Tests/ORM/Mapping/OneToOneOwningSideMappingTest.php class OneToOneOwningSideMappingTest (line 19) | final class OneToOneOwningSideMappingTest extends TestCase method testItSurvivesSerialization (line 23) | public function testItSurvivesSerialization(): void method testNullableDefaults (line 46) | #[DataProvider('mappingsProvider')] method mappingsProvider (line 78) | public static function mappingsProvider(): iterable method testConvertToArray (line 141) | #[DataProvider('convertToArrayProvider')] method convertToArrayProvider (line 167) | public static function convertToArrayProvider(): iterable FILE: tests/Tests/ORM/Mapping/OwningSideMappingTest.php class OwningSideMappingTest (line 14) | final class OwningSideMappingTest extends TestCase method testItSurvivesSerialization (line 16) | public function testItSurvivesSerialization(): void class MyOwningAssociationMapping (line 33) | class MyOwningAssociationMapping extends OwningSideMapping FILE: tests/Tests/ORM/Mapping/PropertyAccessors/EnumPropertyAccessorTest.php class EnumPropertyAccessorTest (line 11) | class EnumPropertyAccessorTest extends OrmTestCase method testEnumSetEnumGetValue (line 13) | public function testEnumSetEnumGetValue(): void method testEnumSetDatabaseGetValue (line 26) | public function testEnumSetDatabaseGetValue(): void method testEnumSetDatabaseArrayGetValue (line 39) | public function testEnumSetDatabaseArrayGetValue(): void class EnumClass (line 53) | class EnumClass FILE: tests/Tests/ORM/Mapping/PropertyAccessors/ObjectCastPropertyAccessorTest.php class ObjectCastPropertyAccessorTest (line 11) | class ObjectCastPropertyAccessorTest extends OrmTestCase method testSetGetPublicPropertyValue (line 13) | public function testSetGetPublicPropertyValue(): void method testSetGetPrivatePropertyValue (line 24) | public function testSetGetPrivatePropertyValue(): void method testSetGetInternalProxyValue (line 35) | public function testSetGetInternalProxyValue(): void class ObjectClass (line 49) | class ObjectClass method getProperty2 (line 56) | public function getProperty2(): string class ObjectClassInternalProxy (line 62) | class ObjectClassInternalProxy implements InternalProxy method __setInitialized (line 69) | public function __setInitialized(bool $initialized): void method __load (line 75) | public function __load(): void method __isInitialized (line 80) | public function __isInitialized(): bool FILE: tests/Tests/ORM/Mapping/PropertyAccessors/RawValuePropertyAccessorTest.php class RawValuePropertyAccessorTest (line 15) | #[RequiresPhp(versionRequirement: '>= 8.4.0')] method testSetGetValue (line 18) | public function testSetGetValue(): void method testSetGetValueWithLanguage (line 38) | public function testSetGetValueWithLanguage(): void FILE: tests/Tests/ORM/Mapping/PropertyAccessors/ReadOnlyAccessorTest.php class ReadOnlyAccessorTest (line 12) | class ReadOnlyAccessorTest extends OrmTestCase method testReadOnlyProperty (line 14) | public function testReadOnlyProperty(): void method testReadOnlyPropertyOnlyOnce (line 27) | public function testReadOnlyPropertyOnlyOnce(): void class ReadOnlyClass (line 40) | class ReadOnlyClass FILE: tests/Tests/ORM/Mapping/PropertyAccessors/TypedNoDefaultPropertyAccessorTest.php class TypedNoDefaultPropertyAccessorTest (line 11) | class TypedNoDefaultPropertyAccessorTest extends OrmTestCase method testSetValueWithoutDefault (line 13) | public function testSetValueWithoutDefault(): void method testSetNullWithoutDefault (line 24) | public function testSetNullWithoutDefault(): void class TypedClass (line 40) | class TypedClass FILE: tests/Tests/ORM/Mapping/QuoteStrategyTest.php class QuoteStrategyTest (line 19) | #[Group('DDC-1845')] method setUp (line 26) | protected function setUp(): void method createClassMetadata (line 35) | private function createClassMetadata(string $className): ClassMetadata method testConfiguration (line 43) | public function testConfiguration(): void method testGetColumnName (line 57) | public function testGetColumnName(): void method testGetTableName (line 67) | public function testGetTableName(): void method testJoinTableName (line 79) | public function testJoinTableName(): void method testIdentifierColumnNames (line 106) | public function testIdentifierColumnNames(): void method testColumnAlias (line 131) | public function testColumnAlias(): void method testQuoteIdentifierJoinColumns (line 140) | public function testQuoteIdentifierJoinColumns(): void method testJoinColumnName (line 158) | public function testJoinColumnName(): void method testReferencedJoinColumnName (line 177) | public function testReferencedJoinColumnName(): void class MyQuoteStrategy (line 197) | class MyQuoteStrategy extends DefaultQuoteStrategy FILE: tests/Tests/ORM/Mapping/ReflectionEmbeddedPropertyTest.php class ReflectionEmbeddedPropertyTest (line 21) | #[CoversClass(ReflectionEmbeddedProperty::class)] method testCanSetAndGetEmbeddedProperty (line 29) | #[DataProvider('getTestedReflectionProperties')] method testWillSkipReadingPropertiesFromNullEmbeddable (line 55) | #[DataProvider('getTestedReflectionProperties')] method getTestedReflectionProperties (line 71) | public static function getTestedReflectionProperties(): array FILE: tests/Tests/ORM/Mapping/ReflectionReadonlyPropertyTest.php class ReflectionReadonlyPropertyTest (line 15) | class ReflectionReadonlyPropertyTest extends TestCase method testSecondWriteWithSameValue (line 17) | public function testSecondWriteWithSameValue(): void method testSecondWriteWithDifferentValue (line 35) | public function testSecondWriteWithDifferentValue(): void method testNonReadonlyPropertiesAreForbidden (line 49) | public function testNonReadonlyPropertiesAreForbidden(): void FILE: tests/Tests/ORM/Mapping/StaticPHPMappingDriverTest.php class StaticPHPMappingDriverTest (line 15) | class StaticPHPMappingDriverTest extends MappingDriverTestCase method loadDriver (line 17) | protected function loadDriver(): MappingDriver method testinvalidEntityOrMappedSuperClassShouldMentionParentClasses (line 25) | #[Group('DDC-889')] method testSchemaDefinitionViaExplicitTableSchemaAttributeProperty (line 31) | #[Group('DDC-2825')] method testSchemaDefinitionViaSchemaDefinedInTableNameInTableAttributeProperty (line 38) | #[Group('DDC-2825')] method testEntityIncorrectIndexes (line 45) | public function testEntityIncorrectIndexes(): void method testEntityIncorrectUniqueContraint (line 50) | public function testEntityIncorrectUniqueContraint(): void FILE: tests/Tests/ORM/Mapping/Symfony/DriverTestCase.php class DriverTestCase (line 20) | #[Group('DDC-1418')] method testFindMappingFile (line 25) | public function testFindMappingFile(): void method testFindMappingFileInSubnamespace (line 38) | public function testFindMappingFileInSubnamespace(): void method testFindMappingFileNamespacedFoundFileNotFound (line 50) | public function testFindMappingFileNamespacedFoundFileNotFound(): void method testFindMappingNamespaceNotFound (line 64) | public function testFindMappingNamespaceNotFound(): void method setUp (line 78) | protected function setUp(): void method tearDown (line 84) | protected function tearDown(): void method getFileExtension (line 99) | abstract protected function getFileExtension(): string; method getDriver (line 101) | abstract protected function getDriver(array $paths = []): FileDriver; FILE: tests/Tests/ORM/Mapping/Symfony/XmlDriverTest.php class XmlDriverTest (line 13) | #[Group('DDC-1418')] method getFileExtension (line 16) | protected function getFileExtension(): string method getDriver (line 21) | protected function getDriver(array $paths = []): FileDriver FILE: tests/Tests/ORM/Mapping/TableMappingTest.php class TableMappingTest (line 12) | final class TableMappingTest extends TestCase method testDeprecationOnIndexesPropertyIsTriggered (line 16) | #[IgnoreDeprecations] method testDeprecationOnUniqueConstraintsPropertyIsTriggered (line 24) | #[IgnoreDeprecations] FILE: tests/Tests/ORM/Mapping/ToManyAssociationMappingTest.php class ToManyAssociationMappingTest (line 16) | final class ToManyAssociationMappingTest extends TestCase method testItSurvivesSerialization (line 18) | public function testItSurvivesSerialization(): void class MyToManyAssociationMapping (line 37) | class MyToManyAssociationMapping extends AssociationMapping implements T... FILE: tests/Tests/ORM/Mapping/TypedEnumFieldMapperTest.php class TypedEnumFieldMapperTest (line 13) | class TypedEnumFieldMapperTest extends OrmTestCase method defaultTypedFieldMapper (line 15) | private static function defaultTypedFieldMapper(): DefaultTypedFieldMa... method testNotBackedEnumThrows (line 20) | public function testNotBackedEnumThrows(): void FILE: tests/Tests/ORM/Mapping/TypedFieldMapper/CustomIntAsStringTypedFieldMapper.php class CustomIntAsStringTypedFieldMapper (line 12) | final class CustomIntAsStringTypedFieldMapper implements TypedFieldMapper method validateAndComplete (line 17) | public function validateAndComplete(array $mapping, ReflectionProperty... FILE: tests/Tests/ORM/Mapping/TypedFieldMapperTest.php class TypedFieldMapperTest (line 21) | #[Group('GH10313')] method defaultTypedFieldMapper (line 24) | private static function defaultTypedFieldMapper(): DefaultTypedFieldMa... method customTypedFieldMapper (line 29) | private static function customTypedFieldMapper(): CustomIntAsStringTyp... method chainTypedFieldMapper (line 34) | private static function chainTypedFieldMapper(): ChainTypedFieldMapper method dataFieldToMappedField (line 50) | public static function dataFieldToMappedField(): Generator method testValidateAndComplete (line 80) | #[DataProvider('dataFieldToMappedField')] FILE: tests/Tests/ORM/Mapping/XmlMappingDriverTest.php class XmlMappingDriverTest (line 39) | class XmlMappingDriverTest extends MappingDriverTestCase method loadDriver (line 41) | protected function loadDriver(): MappingDriver method testClassTableInheritanceDiscriminatorMap (line 50) | public function testClassTableInheritanceDiscriminatorMap(): void method testFailingSecondLevelCacheAssociation (line 68) | public function testFailingSecondLevelCacheAssociation(): void method testIdentifierWithAssociationKey (line 78) | public function testIdentifierWithAssociationKey(): void method testEmbeddableMapping (line 95) | public function testEmbeddableMapping(): void method testEmbeddedMappingsWithUseColumnPrefix (line 102) | #[Group('DDC-3293')] method testEmbeddedMappingsWithFalseUseColumnPrefix (line 120) | #[Group('DDC-3293')] method testEmbeddedMapping (line 137) | public function testEmbeddedMapping(): void method testItMentionsFilenameAndEntityNameOnInvalidMapping (line 154) | #[Group('DDC-1468')] method testValidateXmlSchema (line 162) | #[Group('DDC-2429')] method dataValidSchema (line 179) | public static function dataValidSchema(): array method testValidateIncorrectXmlSchema (line 207) | #[DataProvider('dataInvalidSchema')] method dataInvalidSchema (line 222) | public static function dataInvalidSchema(): array method testOneToManyDefaultOrderByAsc (line 248) | #[Group('GH-7141')] method testManyToManyDefaultOrderByAsc (line 263) | public function testManyToManyDefaultOrderByAsc(): void method testInvalidEntityOrMappedSuperClassShouldMentionParentClasses (line 277) | #[Group('DDC-889')] method testClassNameInFieldOrId (line 286) | public function testClassNameInFieldOrId(): void method testDisablingXmlValidationIsPossible (line 303) | public function testDisablingXmlValidationIsPossible(): void method testXmlValidationEnabled (line 314) | public function testXmlValidationEnabled(): void method testXmlValidationDisabled (line 331) | public function testXmlValidationDisabled(): void class CTI (line 348) | class CTI class CTIFoo (line 354) | class CTIFoo extends CTI class CTIBar (line 357) | class CTIBar extends CTI class CTIBaz (line 360) | class CTIBaz extends CTI class XMLSLC (line 364) | class XMLSLC class XMLSLCFoo (line 370) | class XMLSLCFoo FILE: tests/Tests/ORM/ORMInvalidArgumentExceptionTest.php class ORMInvalidArgumentExceptionTest (line 16) | #[CoversClass(ORMInvalidArgumentException::class)] method invalidEntityNames (line 20) | public static function invalidEntityNames(): array method testNewEntitiesFoundThroughRelationships (line 31) | #[DataProvider('newEntitiesFoundThroughRelationshipsErrorMessages')] method newEntitiesFoundThroughRelationshipsErrorMessages (line 40) | public static function newEntitiesFoundThroughRelationshipsErrorMessag... FILE: tests/Tests/ORM/ORMSetupTest.php class ORMSetupTest (line 28) | class ORMSetupTest extends TestCase method testAttributeConfiguration (line 32) | #[IgnoreDeprecations] method testAttributeConfig (line 47) | public function testAttributeConfig(): void method testXMLConfiguration (line 55) | #[IgnoreDeprecations] method testDisablingXmlValidationIsPossible (line 68) | public function testDisablingXmlValidationIsPossible(): void method testCacheNamespaceShouldBeGeneratedForApcuWhenUsingLegacyConstructor (line 75) | #[RequiresPhpExtension('apcu')] method testCacheNamespaceShouldBeGeneratedForApcu (line 93) | #[RequiresPhpExtension('apcu')] method testConfigureProxyDir (line 107) | #[Group('DDC-1350')] method testConfigureCache (line 115) | #[Group('DDC-1350')] method testConfigureCacheCustomInstance (line 126) | #[Group('DDC-3190')] class AnnotatedDummy (line 138) | class AnnotatedDummy method namespacedAttributeMethod (line 140) | #[MappingNamespace\PrePersist] FILE: tests/Tests/ORM/Performance/SecondLevelCacheTest.php class SecondLevelCacheTest (line 23) | #[Group('DDC-2183')] method setUp (line 27) | protected function setUp(): void method testFindEntityWithoutCache (line 34) | public function testFindEntityWithoutCache(): void method testFindEntityWithCache (line 42) | public function testFindEntityWithCache(): void method testFindAllEntityWithoutCache (line 52) | public function testFindAllEntityWithoutCache(): void method testFindAllEntityWithCache (line 60) | public function testFindAllEntityWithCache(): void method testFindEntityOneToManyWithoutCache (line 70) | public function testFindEntityOneToManyWithoutCache(): void method testFindEntityOneToManyWithCache (line 78) | public function testFindEntityOneToManyWithCache(): void method testQueryEntityWithoutCache (line 88) | public function testQueryEntityWithoutCache(): void method testQueryEntityWithCache (line 96) | public function testQueryEntityWithCache(): void method queryEntity (line 106) | private function queryEntity(EntityManagerInterface $em, string $label... method findEntityOneToMany (line 137) | public function findEntityOneToMany(EntityManagerInterface $em, string... method findEntity (line 194) | private function findEntity(EntityManagerInterface $em, $label): void method findAllEntity (line 229) | private function findAllEntity(EntityManagerInterface $em, string $lab... FILE: tests/Tests/ORM/PersistentCollectionTest.php class PersistentCollectionTest (line 31) | class PersistentCollectionTest extends OrmTestCase method setUp (line 38) | protected function setUp(): void method setUpPersistentCollection (line 66) | public function setUpPersistentCollection(): void method testCanBePutInLazyLoadingMode (line 74) | public function testCanBePutInLazyLoadingMode(): void method testCurrentInitializesCollection (line 85) | public function testCurrentInitializesCollection(): void method testKeyInitializesCollection (line 94) | public function testKeyInitializesCollection(): void method testNextInitializesCollection (line 103) | public function testNextInitializesCollection(): void method testNonObjects (line 109) | #[Group('DDC-3382')] method testRemovingElementsAlsoRemovesKeys (line 129) | #[Group('6110')] method testClearWillAlsoClearKeys (line 141) | #[Group('6110')] method testClearWillAlsoResetKeyPositions (line 149) | #[Group('6110')] method testWillKeepNewItemsInDirtyCollectionAfterInitialization (line 161) | #[Group('6613')] method testWillDeDuplicateNewItemsThatWerePreviouslyPersistedInDirtyCollectionAfterInitialization (line 194) | #[Group('6613')] method testWillNotMarkCollectionAsDirtyAfterInitializationIfNoElementsWereAdded (line 236) | #[Group('6613')] method testModifyUOWForDeferredImplicitOwnerOnClear (line 276) | public function testModifyUOWForDeferredImplicitOwnerOnClear(): void method testItCanBeSerializedAndUnserializedBack (line 285) | public function testItCanBeSerializedAndUnserializedBack(): void FILE: tests/Tests/ORM/Persisters/BasicEntityPersisterCompositeTypeParametersTest.php class BasicEntityPersisterCompositeTypeParametersTest (line 15) | class BasicEntityPersisterCompositeTypeParametersTest extends OrmTestCase method setUp (line 20) | protected function setUp(): void method testExpandParametersWillExpandCompositeEntityKeys (line 33) | public function testExpandParametersWillExpandCompositeEntityKeys(): void method testExpandCriteriaParametersWillExpandCompositeEntityKeys (line 44) | public function testExpandCriteriaParametersWillExpandCompositeEntityK... FILE: tests/Tests/ORM/Persisters/BasicEntityPersisterCompositeTypeSqlTest.php class BasicEntityPersisterCompositeTypeSqlTest (line 16) | class BasicEntityPersisterCompositeTypeSqlTest extends OrmTestCase method setUp (line 22) | protected function setUp(): void method testSelectConditionStatementEq (line 35) | public function testSelectConditionStatementEq(): void method testSelectConditionStatementEqNull (line 41) | public function testSelectConditionStatementEqNull(): void method testSelectConditionStatementNeqNull (line 47) | public function testSelectConditionStatementNeqNull(): void method testSelectConditionStatementIn (line 53) | public function testSelectConditionStatementIn(): void FILE: tests/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php class BasicEntityPersisterTypeValueSqlTest (line 29) | class BasicEntityPersisterTypeValueSqlTest extends OrmTestCase method setUp (line 34) | protected function setUp(): void method testGetInsertSQLUsesTypeValuesSQL (line 55) | public function testGetInsertSQLUsesTypeValuesSQL(): void method testUpdateUsesTypeValuesSQL (line 63) | public function testUpdateUsesTypeValuesSQL(): void method testGetSelectConditionSQLUsesTypeValuesSQL (line 105) | public function testGetSelectConditionSQLUsesTypeValuesSQL(): void method testStripNonAlphanumericCharactersFromSelectColumnListSQL (line 113) | #[Group('DDC-1719')] method testSelectConditionStatementIsNull (line 122) | #[Group('DDC-2073')] method testSelectConditionStatementEqNull (line 130) | public function testSelectConditionStatementEqNull(): void method testSelectConditionStatementNeqNull (line 137) | public function testSelectConditionStatementNeqNull(): void method testSelectConditionStatementWithMultipleValuesContainingNull (line 149) | #[Group('DDC-3056')] method testCountCondition (line 179) | public function testCountCondition(): void method testCountEntities (line 193) | public function testCountEntities(): void method testDeleteManyToManyUsesTypeValuesSQL (line 198) | public function testDeleteManyToManyUsesTypeValuesSQL(): void FILE: tests/Tests/ORM/Persisters/BinaryIdPersisterTest.php class BinaryIdPersisterTest (line 24) | final class BinaryIdPersisterTest extends OrmTestCase method testOneToManyWithEagerFetchMode (line 28) | public function testOneToManyWithEagerFetchMode(): void method createDummyBlogData (line 44) | private function createDummyBlogData( method createEntityManager (line 65) | private function createEntityManager(): EntityManager method getClassLocator (line 96) | private function getClassLocator(): array|ClassLocator FILE: tests/Tests/ORM/Persisters/Exception/UnrecognizedFieldTest.php class UnrecognizedFieldTest (line 11) | class UnrecognizedFieldTest extends TestCase method testByFullyQualifiedName (line 13) | public function testByFullyQualifiedName(): void FILE: tests/Tests/ORM/Persisters/ManyToManyPersisterTest.php class ManyToManyPersisterTest (line 18) | #[CoversClass(ManyToManyPersister::class)] method testDeleteManyToManyCollection (line 21) | #[Group('GH-6991')] FILE: tests/Tests/ORM/Proxy/ProxyFactoryTest.php class ProxyFactoryTest (line 40) | class ProxyFactoryTest extends OrmTestCase method setUp (line 48) | protected function setUp(): void method testReferenceProxyDelegatesLoadingToThePersister (line 69) | public function testReferenceProxyDelegatesLoadingToThePersister(): void method testSkipMappedSuperClassesOnGeneration (line 90) | public function testSkipMappedSuperClassesOnGeneration(): void method testSkipEmbeddableClassesOnGeneration (line 102) | #[Group('6625')] method testSkipAbstractClassesOnGeneration (line 115) | #[Group('DDC-1771')] method testFailedProxyLoadingDoesNotMarkTheProxyAsInitialized (line 127) | #[Group('DDC-2432')] method assertUninitializedLazyObject (line 152) | private static function assertUninitializedLazyObject(object $proxy): ... method testFailedProxyCloningDoesNotMarkTheProxyAsInitialized (line 164) | #[Group('DDC-2432')] method testProxyClonesParentFields (line 190) | public function testProxyClonesParentFields(): void method testProxyFactoryAcceptsNullProxyArgsWhenNativeLazyObjectsAreEnabled (line 234) | #[RequiresPhp('8.4')] method testProxyFactoryTriggersDeprecationWhenNativeLazyObjectsAreDisabled (line 252) | #[RequiresPhp('8.4')] method testProxyFactoryDoesNotTriggerDeprecationWhenNativeLazyObjectsAreDisabled (line 269) | #[RequiresPhp('< 8.4')] method testProxyFactoryThrowsIfLazyGhostsAreUnavailable (line 284) | public function testProxyFactoryThrowsIfLazyGhostsAreUnavailable(): void class AbstractClass (line 304) | abstract class AbstractClass FILE: tests/Tests/ORM/Query/CustomTreeWalkersJoinTest.php class CustomTreeWalkersJoinTest (line 17) | class CustomTreeWalkersJoinTest extends OrmTestCase method setUp (line 21) | protected function setUp(): void method assertSqlGeneration (line 26) | public function assertSqlGeneration(string $dqlToBeTested, string $sql... method testAddsJoin (line 36) | public function testAddsJoin(): void method testDoesNotAddJoin (line 44) | public function testDoesNotAddJoin(): void FILE: tests/Tests/ORM/Query/CustomTreeWalkersTest.php class CustomTreeWalkersTest (line 34) | class CustomTreeWalkersTest extends OrmTestCase method setUp (line 38) | protected function setUp(): void method generateSql (line 47) | public function generateSql(string $dqlToBeTested, array $treeWalkers,... method assertSqlGeneration (line 64) | public function assertSqlGeneration( method testSupportsQueriesWithoutWhere (line 73) | public function testSupportsQueriesWithoutWhere(): void method testSupportsQueriesWithMultipleConditionalExpressions (line 82) | public function testSupportsQueriesWithMultipleConditionalExpressions(... method testSupportsQueriesWithSimpleConditionalExpression (line 91) | public function testSupportsQueriesWithSimpleConditionalExpression(): ... method testSetUnknownQueryComponentThrowsException (line 100) | public function testSetUnknownQueryComponentThrowsException(): void method testSupportsSeveralHintsQueries (line 112) | public function testSupportsSeveralHintsQueries(): void class AddUnknownQueryComponentWalker (line 122) | class AddUnknownQueryComponentWalker extends SqlOutputWalker method createSqlForFinalizer (line 124) | protected function createSqlForFinalizer(SelectStatement $selectStatem... class CustomTreeWalker (line 132) | class CustomTreeWalker extends TreeWalkerAdapter method walkSelectStatement (line 134) | public function walkSelectStatement(SelectStatement $selectStatement):... FILE: tests/Tests/ORM/Query/DeleteSqlGenerationTest.php class DeleteSqlGenerationTest (line 20) | class DeleteSqlGenerationTest extends OrmTestCase method setUp (line 24) | protected function setUp(): void method assertSqlGeneration (line 29) | public function assertSqlGeneration(string $dqlToBeTested, string $sql... method testSupportsDeleteWithoutWhereAndAlias (line 38) | #[Group('6939')] method testSupportsDeleteWithoutWhereAndFrom (line 47) | public function testSupportsDeleteWithoutWhereAndFrom(): void method testSupportsDeleteWithoutWhere (line 55) | public function testSupportsDeleteWithoutWhere(): void method testSupportsWhereClause (line 63) | public function testSupportsWhereClause(): void method testSupportsWhereOrExpressions (line 71) | public function testSupportsWhereOrExpressions(): void method testSupportsWhereNestedConditionalExpressions (line 79) | public function testSupportsWhereNestedConditionalExpressions(): void method testIsCaseAgnostic (line 92) | public function testIsCaseAgnostic(): void method testSupportsAndCondition (line 100) | public function testSupportsAndCondition(): void method testSupportsWhereNot (line 108) | public function testSupportsWhereNot(): void method testSupportsWhereNotWithParentheses (line 116) | public function testSupportsWhereNotWithParentheses(): void method testSupportsWhereNotWithAndExpression (line 124) | public function testSupportsWhereNotWithAndExpression(): void method testSupportsGreaterThanComparisonClause (line 134) | public function testSupportsGreaterThanComparisonClause(): void method testSupportsGreaterThanOrEqualToComparisonClause (line 143) | public function testSupportsGreaterThanOrEqualToComparisonClause(): void method testSupportsLessThanComparisonClause (line 151) | public function testSupportsLessThanComparisonClause(): void method testSupportsLessThanOrEqualToComparisonClause (line 159) | public function testSupportsLessThanOrEqualToComparisonClause(): void method testSupportsNotEqualToComparisonClause (line 167) | public function testSupportsNotEqualToComparisonClause(): void method testSupportsNotEqualToComparisonClauseExpressedWithExclamationMark (line 175) | public function testSupportsNotEqualToComparisonClauseExpressedWithExc... method testSupportsNotBetweenClause (line 183) | public function testSupportsNotBetweenClause(): void method testSupportsBetweenClauseUsedWithAndClause (line 191) | public function testSupportsBetweenClauseUsedWithAndClause(): void method testSupportsNotLikeClause (line 199) | public function testSupportsNotLikeClause(): void method testSupportsLikeClauseWithEscapeExpression (line 208) | public function testSupportsLikeClauseWithEscapeExpression(): void method testSupportsIsNullClause (line 216) | public function testSupportsIsNullClause(): void method testSupportsIsNotNullClause (line 225) | public function testSupportsIsNotNullClause(): void method testSupportsAtomExpressionAsClause (line 233) | public function testSupportsAtomExpressionAsClause(): void method testSupportsParameterizedAtomExpression (line 241) | public function testSupportsParameterizedAtomExpression(): void method testSupportsInClause (line 249) | public function testSupportsInClause(): void method testSupportsNotInClause (line 257) | public function testSupportsNotInClause(): void method testSubselectTableAliasReferencing (line 265) | #[Group('DDC-980')] FILE: tests/Tests/ORM/Query/ExprTest.php class ExprTest (line 33) | class ExprTest extends OrmTestCase method setUp (line 39) | protected function setUp(): void method testAvgExpr (line 45) | public function testAvgExpr(): void method testMaxExpr (line 50) | public function testMaxExpr(): void method testMinExpr (line 55) | public function testMinExpr(): void method testCountExpr (line 60) | public function testCountExpr(): void method testCountDistinctExpr (line 65) | public function testCountDistinctExpr(): void method testCountDistinctExprMulti (line 70) | public function testCountDistinctExprMulti(): void method testExistsExpr (line 75) | public function testExistsExpr(): void method testAllExpr (line 83) | public function testAllExpr(): void method testSomeExpr (line 91) | public function testSomeExpr(): void method testAnyExpr (line 99) | public function testAnyExpr(): void method testNotExpr (line 107) | public function testNotExpr(): void method testAndExpr (line 115) | public function testAndExpr(): void method testIntelligentParenthesisPreventionAndExpr (line 120) | public function testIntelligentParenthesisPreventionAndExpr(): void method testOrExpr (line 128) | public function testOrExpr(): void method testAbsExpr (line 133) | public function testAbsExpr(): void method testProdExpr (line 138) | public function testProdExpr(): void method testDiffExpr (line 143) | public function testDiffExpr(): void method testSumExpr (line 148) | public function testSumExpr(): void method testQuotientExpr (line 153) | public function testQuotientExpr(): void method testScopeInArithmeticExpr (line 158) | public function testScopeInArithmeticExpr(): void method testSquareRootExpr (line 164) | public function testSquareRootExpr(): void method testEqualExpr (line 169) | public function testEqualExpr(): void method testLikeExpr (line 174) | public function testLikeExpr(): void method testNotLikeExpr (line 179) | public function testNotLikeExpr(): void method testConcatExpr (line 184) | public function testConcatExpr(): void method testSubstringExpr (line 190) | public function testSubstringExpr(): void method testModExpr (line 195) | public function testModExpr(): void method testSubstringExprAcceptsTwoArguments (line 200) | #[Group('regression')] method testLowerExpr (line 207) | public function testLowerExpr(): void method testUpperExpr (line 212) | public function testUpperExpr(): void method testLengthExpr (line 217) | public function testLengthExpr(): void method testGreaterThanExpr (line 222) | public function testGreaterThanExpr(): void method testLessThanExpr (line 227) | public function testLessThanExpr(): void method testStringLiteralExpr (line 232) | public function testStringLiteralExpr(): void method testNumericLiteralExpr (line 237) | public function testNumericLiteralExpr(): void method testLiteralExprProperlyQuotesStrings (line 242) | #[Group('regression')] method testGreaterThanOrEqualToExpr (line 249) | public function testGreaterThanOrEqualToExpr(): void method testLessThanOrEqualTo (line 254) | public function testLessThanOrEqualTo(): void method testBetweenExpr (line 259) | public function testBetweenExpr(): void method testTrimExpr (line 264) | public function testTrimExpr(): void method testIsNullExpr (line 269) | public function testIsNullExpr(): void method testIsNotNullExpr (line 274) | public function testIsNotNullExpr(): void method testIsInstanceOfExpr (line 279) | public function testIsInstanceOfExpr(): void method testIsMemberOfExpr (line 284) | public function testIsMemberOfExpr(): void method provideIterableValue (line 289) | public static function provideIterableValue(): Generator method provideLiteralIterableValue (line 299) | public static function provideLiteralIterableValue(): Generator method testInExpr (line 309) | #[DataProvider('provideIterableValue')] method testInLiteralExpr (line 315) | #[DataProvider('provideLiteralIterableValue')] method testNotInExpr (line 321) | #[DataProvider('provideIterableValue')] method testNotInLiteralExpr (line 327) | #[DataProvider('provideLiteralIterableValue')] method testAndxOrxExpr (line 333) | public function testAndxOrxExpr(): void method testOrxExpr (line 346) | public function testOrxExpr(): void method testOrderByCountExpr (line 355) | public function testOrderByCountExpr(): void method testOrderByOrder (line 363) | public function testOrderByOrder(): void method testOrderByAsc (line 369) | public function testOrderByAsc(): void method testAddThrowsException (line 375) | public function testAddThrowsException(): void method testAddThrowsExceptionOnInvalidType (line 382) | #[DataProvider('provideInvalidTypesForAdd')] method provideInvalidTypesForAdd (line 391) | public static function provideInvalidTypesForAdd(): Generator method testBooleanLiteral (line 398) | #[Group('DDC-1683')] method testExpressionGetter (line 405) | #[Group('DDC-1686')] method testAddEmpty (line 465) | public function testAddEmpty(): void method testAddNull (line 473) | public function testAddNull(): void FILE: tests/Tests/ORM/Query/FilterCollectionTest.php class FilterCollectionTest (line 16) | class FilterCollectionTest extends OrmTestCase method setUp (line 20) | protected function setUp(): void method testEnable (line 26) | public function testEnable(): void method testSuspend (line 56) | public function testSuspend(): void method testRestoreFailure (line 74) | public function testRestoreFailure(): void method testHasFilter (line 82) | public function testHasFilter(): void method testIsEnabled (line 90) | public function testIsEnabled(): void method testIsSuspended (line 111) | public function testIsSuspended(): void method testGetFilterInvalidArgument (line 136) | public function testGetFilterInvalidArgument(): void method testGetFilter (line 143) | public function testGetFilter(): void method testHashing (line 156) | public function testHashing(): void class MyFilter (line 199) | class MyFilter extends SQLFilter method addFilterConstraint (line 201) | public function addFilterConstraint(ClassMetadata $targetEntity, strin... FILE: tests/Tests/ORM/Query/LanguageRecognitionTest.php class LanguageRecognitionTest (line 26) | class LanguageRecognitionTest extends OrmTestCase method setUp (line 33) | protected function setUp(): void method assertValidDQL (line 38) | public function assertValidDQL(string $dql): void method assertInvalidDQL (line 44) | public function assertInvalidDQL(string $dql): void method parseDql (line 51) | public function parseDql(string $dql, array $hints = []): ParserResult method testEmptyQueryString (line 69) | public function testEmptyQueryString(): void method testPlainFromClauseWithAlias (line 74) | public function testPlainFromClauseWithAlias(): void method testSelectSingleComponentWithAsterisk (line 79) | public function testSelectSingleComponentWithAsterisk(): void method testRejectsInvalidDQL (line 84) | #[DataProvider('invalidDQL')] method invalidDQL (line 100) | public static function invalidDQL(): array method testSelectSingleComponentWithMultipleColumns (line 128) | public function testSelectSingleComponentWithMultipleColumns(): void method testSelectMultipleComponentsUsingMultipleFrom (line 133) | public function testSelectMultipleComponentsUsingMultipleFrom(): void method testSelectMultipleComponentsWithAsterisk (line 138) | public function testSelectMultipleComponentsWithAsterisk(): void method testSelectDistinctIsSupported (line 143) | public function testSelectDistinctIsSupported(): void method testAggregateFunctionInSelect (line 148) | public function testAggregateFunctionInSelect(): void method testMultipleParenthesisInSelect (line 153) | public function testMultipleParenthesisInSelect(): void method testDuplicatedAliasInAggregateFunction (line 158) | public function testDuplicatedAliasInAggregateFunction(): void method testAggregateFunctionWithDistinctInSelect (line 163) | public function testAggregateFunctionWithDistinctInSelect(): void method testFunctionalExpressionsSupportedInWherePart (line 168) | public function testFunctionalExpressionsSupportedInWherePart(): void method testTrimFalsyString (line 173) | public function testTrimFalsyString(): void method testArithmeticExpressionsSupportedInWherePart (line 178) | public function testArithmeticExpressionsSupportedInWherePart(): void method testInExpressionSupportedInWherePart (line 183) | public function testInExpressionSupportedInWherePart(): void method testInExpressionWithoutSpacesSupportedInWherePart (line 188) | public function testInExpressionWithoutSpacesSupportedInWherePart(): void method testNotInExpressionSupportedInWherePart (line 193) | public function testNotInExpressionSupportedInWherePart(): void method testInExpressionWithSingleValuedAssociationPathExpression (line 198) | public function testInExpressionWithSingleValuedAssociationPathExpress... method testInvalidInExpressionWithCollectionValuedAssociationPathExpression (line 203) | public function testInvalidInExpressionWithCollectionValuedAssociation... method testInstanceOfExpressionSupportedInWherePart (line 208) | public function testInstanceOfExpressionSupportedInWherePart(): void method testInstanceOfExpressionWithInputParamSupportedInWherePart (line 213) | public function testInstanceOfExpressionWithInputParamSupportedInWhere... method testNotInstanceOfExpressionSupportedInWherePart (line 218) | public function testNotInstanceOfExpressionSupportedInWherePart(): void method testExistsExpressionSupportedInWherePart (line 223) | public function testExistsExpressionSupportedInWherePart(): void method testNotExistsExpressionSupportedInWherePart (line 228) | public function testNotExistsExpressionSupportedInWherePart(): void method testAggregateFunctionInHavingClause (line 233) | public function testAggregateFunctionInHavingClause(): void method testLeftJoin (line 239) | public function testLeftJoin(): void method testJoin (line 244) | public function testJoin(): void method testInnerJoin (line 249) | public function testInnerJoin(): void method testMultipleLeftJoin (line 254) | public function testMultipleLeftJoin(): void method testMultipleInnerJoin (line 259) | public function testMultipleInnerJoin(): void method testMixingOfJoins (line 264) | public function testMixingOfJoins(): void method testJoinClassPathUsingON (line 269) | public function testJoinClassPathUsingON(): void method testJoinClassPathUsingWITH (line 274) | #[IgnoreDeprecations] method testJoinClassPathUsingWHERE (line 281) | #[Group('DDC-3701')] method testDDC3701WHEREIsNotWITH (line 287) | #[Group('DDC-3701')] method testOrderBySingleColumn (line 293) | public function testOrderBySingleColumn(): void method testOrderBySingleColumnAscending (line 298) | public function testOrderBySingleColumnAscending(): void method testOrderBySingleColumnDescending (line 303) | public function testOrderBySingleColumnDescending(): void method testOrderByMultipleColumns (line 308) | public function testOrderByMultipleColumns(): void method testSubselectInInExpression (line 313) | public function testSubselectInInExpression(): void method testSubselectInSelectPart (line 318) | public function testSubselectInSelectPart(): void method testArithmeticExpressionInSelectPart (line 323) | public function testArithmeticExpressionInSelectPart(): void method testArithmeticExpressionInSubselectPart (line 328) | public function testArithmeticExpressionInSubselectPart(): void method testArithmeticExpressionWithParenthesisInSubselectPart (line 333) | public function testArithmeticExpressionWithParenthesisInSubselectPart... method testSelectLiteralInSubselect (line 338) | #[Group('DDC-1079')] method testConstantValueInSelect (line 345) | #[Group('DDC-1077')] method testDuplicateAliasInSubselectPart (line 351) | public function testDuplicateAliasInSubselectPart(): void method testPositionalInputParameter (line 356) | public function testPositionalInputParameter(): void method testNamedInputParameter (line 361) | public function testNamedInputParameter(): void method testJoinConditionOverrideNotSupported (line 366) | public function testJoinConditionOverrideNotSupported(): void method testIndexByClauseWithOneComponent (line 371) | public function testIndexByClauseWithOneComponent(): void method testIndexBySupportsJoins (line 376) | public function testIndexBySupportsJoins(): void method testIndexBySupportsJoins2 (line 381) | public function testIndexBySupportsJoins2(): void method testBetweenExpressionSupported (line 386) | public function testBetweenExpressionSupported(): void method testNotBetweenExpressionSupported (line 391) | public function testNotBetweenExpressionSupported(): void method testLikeExpression (line 396) | public function testLikeExpression(): void method testNotLikeExpression (line 401) | public function testNotLikeExpression(): void method testLikeExpressionWithCustomEscapeCharacter (line 406) | public function testLikeExpressionWithCustomEscapeCharacter(): void method testFieldComparisonWithoutAlias (line 411) | public function testFieldComparisonWithoutAlias(): void method testDuplicatedAliasDeclaration (line 416) | public function testDuplicatedAliasDeclaration(): void method testImplicitJoinInWhereOnSingleValuedAssociationPathExpression (line 421) | public function testImplicitJoinInWhereOnSingleValuedAssociationPathEx... method testImplicitJoinInWhereOnCollectionValuedPathExpression (line 428) | public function testImplicitJoinInWhereOnCollectionValuedPathExpressio... method testInvalidSyntaxIsRejected (line 434) | public function testInvalidSyntaxIsRejected(): void method testUpdateWorksWithOneField (line 444) | public function testUpdateWorksWithOneField(): void method testUpdateWorksWithMultipleFields (line 449) | public function testUpdateWorksWithMultipleFields(): void method testUpdateSupportsConditions (line 454) | public function testUpdateSupportsConditions(): void method testDeleteAll (line 459) | public function testDeleteAll(): void method testDeleteWithCondition (line 464) | public function testDeleteWithCondition(): void method testImplicitJoinWithCartesianProductAndConditionInWhere (line 473) | public function testImplicitJoinWithCartesianProductAndConditionInWher... method testAllExpressionWithCorrelatedSubquery (line 478) | public function testAllExpressionWithCorrelatedSubquery(): void method testCustomJoinsAndWithKeywordSupported (line 483) | public function testCustomJoinsAndWithKeywordSupported(): void method testAnyExpressionWithCorrelatedSubquery (line 488) | public function testAnyExpressionWithCorrelatedSubquery(): void method testSomeExpressionWithCorrelatedSubquery (line 493) | public function testSomeExpressionWithCorrelatedSubquery(): void method testArithmeticExpressionWithoutParenthesisInWhereClause (line 498) | public function testArithmeticExpressionWithoutParenthesisInWhereClaus... method testMemberOfExpression (line 503) | public function testMemberOfExpression(): void method testSizeFunction (line 509) | public function testSizeFunction(): void method testEmptyCollectionComparisonExpression (line 514) | public function testEmptyCollectionComparisonExpression(): void method testSingleValuedAssociationFieldInWhere (line 519) | public function testSingleValuedAssociationFieldInWhere(): void method testBooleanLiteralInWhere (line 525) | public function testBooleanLiteralInWhere(): void method testSubqueryInSelectExpression (line 530) | public function testSubqueryInSelectExpression(): void method testUsageOfQComponentOutsideSubquery (line 535) | public function testUsageOfQComponentOutsideSubquery(): void method testUnknownAbstractSchemaName (line 540) | public function testUnknownAbstractSchemaName(): void method testCorrectPartialObjectLoad (line 545) | public function testCorrectPartialObjectLoad(): void method testIncorrectPartialObjectLoadBecauseOfMissingIdentifier (line 550) | public function testIncorrectPartialObjectLoadBecauseOfMissingIdentifi... method testScalarExpressionInSelect (line 555) | public function testScalarExpressionInSelect(): void method testInputParameterInSelect (line 560) | public function testInputParameterInSelect(): void method testCustomFunctionsReturningStringInStringPrimary (line 565) | #[Group('DDC-1091')] method testDQLKeywordInJoinIsAllowed (line 573) | #[Group('DDC-505')] method testDQLKeywordInConditionIsAllowed (line 579) | #[Group('DDC-505')] method testInverseSideSingleValuedAssociationPathNotAllowed (line 585) | public function testInverseSideSingleValuedAssociationPathNotAllowed()... method testSelectOnlyNonRootEntityAlias (line 591) | #[Group('DDC-617')] method testInputParameterSingleChar (line 597) | #[Group('DDC-1108')] method testGroupBy (line 603) | #[Group('DDC-1053')] method testGroupByIdentificationVariable (line 609) | #[Group('DDC-1053')] method testGroupByUnknownIdentificationVariable (line 615) | #[Group('DDC-1053')] method testSizeOfForeignKeyOneToManyPrimaryKeyEntity (line 621) | #[Group('DDC-117')] method testSizeOfForeignKeyManyToManyPrimaryKeyEntity (line 627) | #[Group('DDC-117')] method testCaseSupportContainingNullIfExpression (line 633) | public function testCaseSupportContainingNullIfExpression(): void method testCaseSupportContainingCoalesceExpression (line 638) | public function testCaseSupportContainingCoalesceExpression(): void method testHavingSupportIsNullExpression (line 643) | #[Group('DDC-1858')] method testHavingSupportResultVariableInNullComparisonExpression (line 649) | #[Group('DDC-3085')] method testHavingSupportLikeExpression (line 655) | #[Group('DDC-1858')] method testNewLiteralExpression (line 661) | #[Group('DDC-3018')] method testNewLiteralWithSubselectExpression (line 667) | #[Group('DDC-3075')] method testStringPrimaryAcceptsAggregateExpression (line 673) | public function testStringPrimaryAcceptsAggregateExpression(): void class DQLKeywordsModelUser (line 681) | #[Entity] class DQLKeywordsModelGroup (line 693) | #[Entity] class DummyStruct (line 705) | class DummyStruct method __construct (line 707) | public function __construct($id, $arg1, $arg2, $arg3) FILE: tests/Tests/ORM/Query/LexerTest.php class LexerTest (line 13) | class LexerTest extends OrmTestCase method testScannerRecognizesTokens (line 15) | #[DataProvider('provideTokens')] method testScannerRecognizesTerminalString (line 27) | public function testScannerRecognizesTerminalString(): void method testScannerRecognizesDecimalInteger (line 43) | public function testScannerRecognizesDecimalInteger(): void method testScannerRecognizesFloat (line 52) | public function testScannerRecognizesFloat(): void method testScannerRecognizesFloatWithExponent (line 61) | public function testScannerRecognizesFloatWithExponent(): void method testScannerRecognizesFloatWithExponent2 (line 70) | public function testScannerRecognizesFloatWithExponent2(): void method testScannerRecognizesFloatWithNegativeExponent (line 79) | public function testScannerRecognizesFloatWithNegativeExponent(): void method testScannerRecognizesFloatBig (line 88) | public function testScannerRecognizesFloatBig(): void method testScannerRecognizesFloatContainingWhitespace (line 97) | public function testScannerRecognizesFloatContainingWhitespace(): void method testScannerRecognizesStringContainingWhitespace (line 112) | public function testScannerRecognizesStringContainingWhitespace(): void method testScannerRecognizesStringContainingSingleQuotes (line 121) | public function testScannerRecognizesStringContainingSingleQuotes(): void method testScannerRecognizesInputParameter (line 130) | public function testScannerRecognizesInputParameter(): void method testScannerRecognizesNamedInputParameter (line 139) | public function testScannerRecognizesNamedInputParameter(): void method testScannerRecognizesNamedInputParameterStartingWithUnderscore (line 148) | public function testScannerRecognizesNamedInputParameterStartingWithUn... method testScannerTokenizesASimpleQueryCorrectly (line 157) | public function testScannerTokenizesASimpleQueryCorrectly(): void method provideTokens (line 188) | public static function provideTokens(): array FILE: tests/Tests/ORM/Query/NativeQueryTest.php class NativeQueryTest (line 14) | class NativeQueryTest extends OrmTestCase method setUp (line 19) | protected function setUp(): void method testValuesAreNotBeingResolvedForSpecifiedParameterTypes (line 24) | public function testValuesAreNotBeingResolvedForSpecifiedParameterType... FILE: tests/Tests/ORM/Query/ParameterTypeInfererTest.php class ParameterTypeInfererTest (line 20) | class ParameterTypeInfererTest extends OrmTestCase method providerParameterTypeInferer (line 23) | public static function providerParameterTypeInferer(): Generator method testParameterTypeInferer (line 42) | #[DataProvider('providerParameterTypeInferer')] FILE: tests/Tests/ORM/Query/ParserResultTest.php class ParserResultTest (line 14) | class ParserResultTest extends TestCase method setUp (line 21) | protected function setUp(): void method testGetRsm (line 26) | public function testGetRsm(): void method testItThrowsWhenAttemptingToAccessTheExecutorBeforeItIsSet (line 31) | public function testItThrowsWhenAttemptingToAccessTheExecutorBeforeItI... method testSetGetSqlExecutor (line 41) | public function testSetGetSqlExecutor(): void method testGetSqlParameterPosition (line 50) | public function testGetSqlParameterPosition(): void method testGetParameterMappings (line 57) | public function testGetParameterMappings(): void FILE: tests/Tests/ORM/Query/ParserTest.php class ParserTest (line 18) | class ParserTest extends OrmTestCase method testAbstractSchemaNameSupportsFQCN (line 20) | #[Group('DDC-3715')] method testAbstractSchemaNameSupportsClassnamesWithLeadingBackslash (line 28) | #[Group('DDC-3715')] method testAbstractSchemaNameSupportsIdentifier (line 36) | #[Group('DDC-3715')] method testMatch (line 44) | #[DataProvider('validMatches')] method testMatchFailure (line 54) | #[DataProvider('invalidMatches')] method validMatches (line 66) | public static function validMatches(): array method invalidMatches (line 87) | public static function invalidMatches(): array method testNullLookahead (line 106) | #[Group('GH7934')] method createParser (line 118) | private function createParser(string $dql): Parser FILE: tests/Tests/ORM/Query/QueryExpressionVisitorTest.php class QueryExpressionVisitorTest (line 20) | class QueryExpressionVisitorTest extends TestCase method setUp (line 24) | protected function setUp(): void method testWalkComparison (line 29) | #[DataProvider('comparisonData')] method comparisonData (line 45) | public static function comparisonData(): array method testWalkAndCompositeExpression (line 80) | public function testWalkAndCompositeExpression(): void method testWalkOrCompositeExpression (line 94) | public function testWalkOrCompositeExpression(): void method testWalkNotCompositeExpression (line 108) | public function testWalkNotCompositeExpression(): void method testWalkValue (line 126) | public function testWalkValue(): void method testClearParameters (line 131) | public function testClearParameters(): void FILE: tests/Tests/ORM/Query/QueryTest.php class QueryTest (line 45) | class QueryTest extends OrmTestCase method setUp (line 49) | protected function setUp(): void method testGetParameters (line 54) | public function testGetParameters(): void method testGetParametersHasSomeAlready (line 63) | public function testGetParametersHasSomeAlready(): void method testSetParameters (line 74) | public function testSetParameters(): void method testSetLockMode (line 88) | #[DataProvider('provideLockModes')] method provideLockModes (line 103) | public static function provideLockModes(): array method testFree (line 111) | public function testFree(): void method testClone (line 121) | public function testClone(): void method testFluentQueryInterface (line 136) | public function testFluentQueryInterface(): void method testHints (line 156) | #[Group('DDC-968')] method testToIterableWithNoDistinctAndWrongSelectClause (line 169) | public function testToIterableWithNoDistinctAndWrongSelectClause(): void method testToIterableWithNoDistinctAndWithValidSelectClause (line 177) | public function testToIterableWithNoDistinctAndWithValidSelectClause()... method testIterateWithDistinct (line 185) | public function testIterateWithDistinct(): void method testIterateEmptyResult (line 192) | public function testIterateEmptyResult(): void method testCollectionParameters (line 203) | #[Group('DDC-1697')] method testExplicitCollectionParameters (line 223) | #[Group('DDC-1697')] method provideProcessParameterValueIterable (line 244) | public static function provideProcessParameterValueIterable(): Generator method testProcessParameterValueIterable (line 262) | #[DataProvider('provideProcessParameterValueIterable')] method testProcessParameterValueWithIterableEntityShouldNotBeTreatedAsIterable (line 276) | public function testProcessParameterValueWithIterableEntityShouldNotBe... method testProcessParameterValueClassMetadata (line 285) | #[Group('DDC-2224')] method testProcessParameterValueObject (line 295) | public function testProcessParameterValueObject(): void method testProcessParameterValueValueObjectWithDriverChain (line 307) | public function testProcessParameterValueValueObjectWithDriverChain():... method testProcessParameterValueNull (line 320) | public function testProcessParameterValueNull(): void method testProcessParameterValueBackedEnum (line 327) | public function testProcessParameterValueBackedEnum(): void method testProcessParameterValueBackedEnumArray (line 335) | public function testProcessParameterValueBackedEnumArray(): void method testDefaultQueryHints (line 343) | public function testDefaultQueryHints(): void method testResultCacheCaching (line 361) | #[Group('DDC-3714')] method testSetHydrationCacheProfileNull (line 391) | #[Group('DDC-3741')] method testResultCacheEviction (line 399) | #[Group('2947')] method testSelectJoinSubquery (line 435) | #[Group('#6162')] method testSelectFromSubquery (line 445) | #[Group('#6162')] method testGetParameterTypeJuggling (line 455) | #[Group('6699')] method testSetParameterWithNameZeroIsNotOverridden (line 467) | #[Group('6699')] method testSetParameterWithNameZeroDoesNotOverrideAnotherParameter (line 480) | #[Group('6699')] method testSetParameterWithTypeJugglingWorks (line 493) | #[Group('6699')] method testResultCacheProfileCanBeRemovedViaSetter (line 509) | #[Group('6748')] method testValuesAreNotBeingResolvedForSpecifiedParameterTypes (line 521) | #[Group('7527')] method testNonExistentExecutor (line 539) | #[Group('7982')] method testGetParameterColonNormalize (line 548) | #[Group('8106')] method testGetQueryCacheDriverWithDefaults (line 561) | public function testGetQueryCacheDriverWithDefaults(): void method testGetQueryCacheDriverWithCacheExplicitlySet (line 578) | public function testGetQueryCacheDriverWithCacheExplicitlySet(): void method createConnection (line 595) | private function createConnection(Result ...$results): Connection FILE: tests/Tests/ORM/Query/SelectSqlGenerationTest.php class SelectSqlGenerationTest (line 40) | class SelectSqlGenerationTest extends OrmTestCase method setUp (line 45) | protected function setUp(): void method assertSqlGeneration (line 53) | public function assertSqlGeneration( method assertInvalidSqlGeneration (line 85) | public function assertInvalidSqlGeneration( method testJoinWithRangeVariablePutsConditionIntoSqlWhereClause (line 112) | #[Group('DDC-3697')] method testJoinWithRangeVariableAndInheritancePutsConditionIntoSqlWhereClause (line 121) | #[Group('DDC-3697')] method testSupportsSelectForAllFields (line 135) | public function testSupportsSelectForAllFields(): void method testSupportsSelectForOneField (line 143) | public function testSupportsSelectForOneField(): void method testSupportsSelectForOneNestedField (line 151) | public function testSupportsSelectForOneNestedField(): void method testSupportsSelectForAllNestedField (line 159) | public function testSupportsSelectForAllNestedField(): void method testNotExistsExpression (line 167) | public function testNotExistsExpression(): void method testSupportsSelectForMultipleColumnsOfASingleComponent (line 175) | public function testSupportsSelectForMultipleColumnsOfASingleComponent... method testSupportsSelectUsingMultipleFromComponents (line 183) | public function testSupportsSelectUsingMultipleFromComponents(): void method testSupportsJoinOnMultipleComponents (line 191) | public function testSupportsJoinOnMultipleComponents(): void method testSupportsJoinOnMultipleComponentsWithJoinedInheritanceType (line 199) | public function testSupportsJoinOnMultipleComponentsWithJoinedInherita... method testSupportsSelectWithCollectionAssociationJoin (line 217) | public function testSupportsSelectWithCollectionAssociationJoin(): void method testSupportsSelectWithSingleValuedAssociationJoin (line 225) | public function testSupportsSelectWithSingleValuedAssociationJoin(): void method testSelectCorrelatedSubqueryComplexMathematicalExpression (line 233) | public function testSelectCorrelatedSubqueryComplexMathematicalExpress... method testSelectComplexMathematicalExpression (line 241) | public function testSelectComplexMathematicalExpression(): void method testSingleAssociationPathExpressionInSubselect (line 249) | public function testSingleAssociationPathExpressionInSubselect(): void method testConstantValueInSelect (line 260) | #[Group('DDC-1077')] method testSupportsOrderByWithAscAsDefault (line 269) | public function testSupportsOrderByWithAscAsDefault(): void method testSupportsOrderByAsc (line 277) | public function testSupportsOrderByAsc(): void method testSupportsOrderByDesc (line 285) | public function testSupportsOrderByDesc(): void method testSupportsOrderByWithSimpleArithmeticExpression (line 293) | public function testSupportsOrderByWithSimpleArithmeticExpression(): void method testSupportsSelectDistinct (line 301) | public function testSupportsSelectDistinct(): void method testSupportsAggregateFunctionInSelectedFields (line 309) | public function testSupportsAggregateFunctionInSelectedFields(): void method testSupportsAggregateFunctionWithSimpleArithmetic (line 317) | public function testSupportsAggregateFunctionWithSimpleArithmetic(): void method testSupportsAggregateCountFunctionWithSimpleArithmetic (line 325) | #[Group('DDC-3276')] method testSupportsWhereClauseWithPositionalParameter (line 336) | public function testSupportsWhereClauseWithPositionalParameter(): void method testSupportsWhereClauseWithNamedParameter (line 344) | public function testSupportsWhereClauseWithNamedParameter(): void method testSupportsWhereAndClauseWithNamedParameters (line 352) | public function testSupportsWhereAndClauseWithNamedParameters(): void method testSupportsCombinedWhereClauseWithNamedParameter (line 360) | public function testSupportsCombinedWhereClauseWithNamedParameter(): void method testSupportsAggregateFunctionInASelectDistinct (line 368) | public function testSupportsAggregateFunctionInASelectDistinct(): void method testSupportsASqlKeywordInAStringLiteralParam (line 377) | public function testSupportsASqlKeywordInAStringLiteralParam(): void method testSupportsArithmeticExpressionsInWherePart (line 385) | public function testSupportsArithmeticExpressionsInWherePart(): void method testSupportsMultipleEntitiesInFromClause (line 393) | public function testSupportsMultipleEntitiesInFromClause(): void method testSupportsMultipleEntitiesInFromClauseUsingPathExpression (line 401) | public function testSupportsMultipleEntitiesInFromClauseUsingPathExpre... method testSupportsPlainJoinWithoutClause (line 409) | public function testSupportsPlainJoinWithoutClause(): void method testSupportsJoinAndWithClauseRestriction (line 421) | #[Group('DDC-135')] method testJoinOnClauseNotYetSupportedThrowsException (line 434) | #[Group('DDC-135')] method testSupportsMultipleJoins (line 445) | public function testSupportsMultipleJoins(): void method testSupportsTrimFunction (line 453) | public function testSupportsTrimFunction(): void method testSupportsTrimLeadingZeroString (line 463) | #[Group('DDC-2668')] method testSupportsBetweenClauseWithPositionalParameters (line 475) | public function testSupportsBetweenClauseWithPositionalParameters(): void method testSupportsNotBetweenForSizeFunction (line 483) | #[Group('DDC-1802')] method testSupportsFunctionalExpressionsInWherePart (line 492) | public function testSupportsFunctionalExpressionsInWherePart(): void method testSupportsInstanceOfExpressionsInWherePart (line 502) | public function testSupportsInstanceOfExpressionsInWherePart(): void method testSupportsInstanceOfExpressionInWherePartWithMultipleValues (line 510) | public function testSupportsInstanceOfExpressionInWherePartWithMultipl... method testSupportsInstanceOfExpressionsInWherePartPrefixedSlash (line 519) | #[Group('DDC-1194')] method testSupportsInstanceOfExpressionsInWherePartWithUnrelatedClass (line 528) | #[Group('DDC-1194')] method testSupportsInstanceOfExpressionsInWherePartInDeeperLevel (line 537) | public function testSupportsInstanceOfExpressionsInWherePartInDeeperLe... method testSupportsInstanceOfExpressionsInWherePartInDeepestLevel (line 545) | public function testSupportsInstanceOfExpressionsInWherePartInDeepestL... method testSupportsInstanceOfExpressionsUsingInputParameterInWherePart (line 553) | public function testSupportsInstanceOfExpressionsUsingInputParameterIn... method testSupportsSingleValuedInExpressionWithoutSpacesInWherePart (line 564) | public function testSupportsSingleValuedInExpressionWithoutSpacesInWhe... method testSupportsMultipleValuedInExpressionInWherePart (line 572) | public function testSupportsMultipleValuedInExpressionInWherePart(): void method testSupportsNotInExpressionInWherePart (line 580) | public function testSupportsNotInExpressionInWherePart(): void method testSupportsNotInExpressionForModFunction (line 588) | #[Group('DDC-1802')] method testInExpressionWithSingleValuedAssociationPathExpressionInWherePart (line 599) | public function testInExpressionWithSingleValuedAssociationPathExpress... method testInvalidInExpressionWithSingleValuedAssociationPathExpressionOnInverseSide (line 607) | public function testInvalidInExpressionWithSingleValuedAssociationPath... method testInExpressionWithArithmeticExpression (line 616) | public function testInExpressionWithArithmeticExpression(): void method testSupportsConcatFunctionForMysqlAndPostgresql (line 630) | public function testSupportsConcatFunctionForMysqlAndPostgresql(): void method testSupportsExistsExpressionInWherePartWithCorrelatedSubquery (line 654) | public function testSupportsExistsExpressionInWherePartWithCorrelatedS... method testSubqueriesInComparisonExpression (line 662) | #[Group('DDC-593')] method testSupportsMemberOfExpressionOneToMany (line 671) | public function testSupportsMemberOfExpressionOneToMany(): void method testSupportsMemberOfExpressionManyToMany (line 686) | public function testSupportsMemberOfExpressionManyToMany(): void method testSupportsMemberOfExpressionManyToManyParameterArray (line 701) | public function testSupportsMemberOfExpressionManyToManyParameterArray... method testSupportsMemberOfExpressionSelfReferencing (line 717) | public function testSupportsMemberOfExpressionSelfReferencing(): void method testSupportsMemberOfWithSingleValuedAssociation (line 731) | public function testSupportsMemberOfWithSingleValuedAssociation(): void method testSupportsMemberOfWithIdentificationVariable (line 742) | public function testSupportsMemberOfWithIdentificationVariable(): void method testSupportsCurrentDateFunction (line 753) | public function testSupportsCurrentDateFunction(): void method testSupportsCurrentTimeFunction (line 759) | public function testSupportsCurrentTimeFunction(): void method testSupportsCurrentTimestampFunction (line 765) | public function testSupportsCurrentTimestampFunction(): void method testExistsExpressionInWhereCorrelatedSubqueryAssocCondition (line 771) | public function testExistsExpressionInWhereCorrelatedSubqueryAssocCond... method testExistsExpressionWithSimpleSelectReturningScalar (line 786) | public function testExistsExpressionWithSimpleSelectReturningScalar():... method testLimitFromQueryClass (line 801) | public function testLimitFromQueryClass(): void method testLimitAndOffsetFromQueryClass (line 810) | public function testLimitAndOffsetFromQueryClass(): void method testSizeFunction (line 827) | public function testSizeFunction(): void method testSizeFunctionSupportsManyToMany (line 835) | public function testSizeFunctionSupportsManyToMany(): void method testEmptyCollectionComparisonExpression (line 843) | public function testEmptyCollectionComparisonExpression(): void method testNestedExpressions (line 855) | public function testNestedExpressions(): void method testNestedExpressions2 (line 863) | public function testNestedExpressions2(): void method testNestedExpressions3 (line 871) | public function testNestedExpressions3(): void method testOrderByCollectionAssociationSize (line 879) | public function testOrderByCollectionAssociationSize(): void method testOrderBySupportsSingleValuedPathExpressionOwningSide (line 887) | public function testOrderBySupportsSingleValuedPathExpressionOwningSid... method testOrderBySupportsSingleValuedPathExpressionInverseSide (line 895) | public function testOrderBySupportsSingleValuedPathExpressionInverseSi... method testBooleanLiteralInWhereOnSqlite (line 902) | public function testBooleanLiteralInWhereOnSqlite(): void method testBooleanLiteralInWhereOnPostgres (line 916) | public function testBooleanLiteralInWhereOnPostgres(): void method testSingleValuedAssociationFieldInWhere (line 930) | public function testSingleValuedAssociationFieldInWhere(): void method testSingleValuedAssociationNullCheckOnOwningSide (line 938) | public function testSingleValuedAssociationNullCheckOnOwningSide(): void method testSingleValuedAssociationNullCheckOnInverseSide (line 951) | public function testSingleValuedAssociationNullCheckOnInverseSide(): void method testStringFunctionLikeExpression (line 959) | #[Group('DDC-339')] method testStringFunctionNotLikeExpression (line 991) | #[Group('DDC-1802')] method testOrderedCollectionFetchJoined (line 1009) | #[Group('DDC-338')] method testSubselectInSelect (line 1018) | public function testSubselectInSelect(): void method testPessimisticWriteLockQueryHint (line 1026) | #[Group('locking')] method testPessimisticReadLockQueryHintPostgreSql (line 1041) | #[Group('locking')] method testLockModeNoneQueryHint (line 1054) | #[Group('DDC-1693')] method testSupportSelectWithMoreThan10InputParameters (line 1065) | #[Group('DDC-430')] method testPessimisticReadLockQueryHintMySql (line 1074) | #[Group('locking')] method testPessimisticReadLockQueryHintOracle (line 1087) | #[Group('locking')] method testSupportToCustomDQLFunctions (line 1100) | #[Group('DDC-431')] method testMappedSuperclassAssociationJoin (line 1114) | #[Group('DDC-826')] method testGroupBy (line 1123) | #[Group('DDC-1053')] method testGroupByIdentificationVariable (line 1132) | #[Group('DDC-1053')] method testCaseContainingNullIf (line 1141) | public function testCaseContainingNullIf(): void method testCaseContainingCoalesce (line 1149) | public function testCaseContainingCoalesce(): void method testSubSelectDiscriminator (line 1160) | public function testSubSelectDiscriminator(): void method testIdVariableResultVariableReuse (line 1168) | public function testIdVariableResultVariableReuse(): void method testSubSelectAliasesFromOuterQuery (line 1183) | public function testSubSelectAliasesFromOuterQuery(): void method testSubSelectAliasesFromOuterQueryWithSubquery (line 1191) | public function testSubSelectAliasesFromOuterQueryWithSubquery(): void method testSubSelectAliasesFromOuterQueryReuseInWhereClause (line 1199) | public function testSubSelectAliasesFromOuterQueryReuseInWhereClause()... method testSelectForeignKeyPKWithoutFields (line 1207) | #[Group('DDC-1298')] method testGeneralCaseWithSingleWhenClause (line 1216) | public function testGeneralCaseWithSingleWhenClause(): void method testGeneralCaseWithMultipleWhenClause (line 1224) | public function testGeneralCaseWithMultipleWhenClause(): void method testSimpleCaseWithSingleWhenClause (line 1232) | public function testSimpleCaseWithSingleWhenClause(): void method testSimpleCaseWithMultipleWhenClause (line 1240) | public function testSimpleCaseWithMultipleWhenClause(): void method testGeneralCaseWithSingleWhenClauseInSubselect (line 1248) | public function testGeneralCaseWithSingleWhenClauseInSubselect(): void method testGeneralCaseWithMultipleWhenClauseInSubselect (line 1256) | public function testGeneralCaseWithMultipleWhenClauseInSubselect(): void method testSimpleCaseWithSingleWhenClauseInSubselect (line 1264) | public function testSimpleCaseWithSingleWhenClauseInSubselect(): void method testSimpleCaseWithMultipleWhenClauseInSubselect (line 1272) | public function testSimpleCaseWithMultipleWhenClauseInSubselect(): void method testSimpleCaseWithStringPrimary (line 1280) | #[Group('DDC-1696')] method testCaseNegativeValuesInThenExpression (line 1289) | #[Group('DDC-2205')] method testIdentityFunctionWithCompositePrimaryKey (line 1318) | public function testIdentityFunctionWithCompositePrimaryKey(): void method testPartialWithAssociationIdentifier (line 1341) | #[Group('DDC-2519')] method testIdentityFunctionInSelectClause (line 1355) | #[Group('DDC-1339')] method testIdentityFunctionInJoinedSubclass (line 1364) | public function testIdentityFunctionInJoinedSubclass(): void method testIdentityFunctionDoesNotAcceptStateField (line 1379) | #[Group('DDC-1339')] method testInheritanceTypeJoinInRootClassWithDisabledForcePartialLoad (line 1388) | #[Group('DDC-1389')] method testInheritanceTypeJoinInRootClassWithEnabledForcePartialLoad (line 1398) | #[Group('DDC-1389')] method testInheritanceTypeJoinInChildClassWithDisabledForcePartialLoad (line 1408) | #[Group('DDC-1389')] method testInheritanceTypeJoinInChildClassWithEnabledForcePartialLoad (line 1418) | #[Group('DDC-1389')] method testInheritanceTypeJoinInLeafClassWithDisabledForcePartialLoad (line 1428) | #[Group('DDC-1389')] method testInheritanceTypeJoinInLeafClassWithEnabledForcePartialLoad (line 1438) | #[Group('DDC-1389')] method testInheritanceTypeSingleTableInRootClassWithDisabledForcePartialLoad (line 1448) | #[Group('DDC-1389')] method testInheritanceTypeSingleTableInRootClassWithEnabledForcePartialLoad (line 1458) | #[Group('DDC-1389')] method testInheritanceTypeSingleTableInChildClassWithDisabledForcePartialLoad (line 1468) | #[Group('DDC-1389')] method testInheritanceTypeSingleTableInChildClassWithEnabledForcePartialLoad (line 1478) | #[Group('DDC-1389')] method testInheritanceTypeSingleTableInLeafClassWithDisabledForcePartialLoad (line 1488) | #[Group('DDC-1389')] method testInheritanceTypeSingleTableInLeafClassWithEnabledForcePartialLoad (line 1498) | #[Group('DDC-1389')] method testSelfReferenceWithOneToOneDoesNotDuplicateAlias (line 1508) | #[Group('DDC-1161')] method testAliasDoesNotExceedPlatformDefinedLength (line 1517) | #[Group('DDC-1384')] method testIssue331 (line 1526) | #[Group('DDC-331')] method testForeignKeyAsPrimaryKeySubselect (line 1536) | #[Group('DDC-1435')] method testSelectWithArithmeticExpressionBeforeField (line 1545) | #[Group('DDC-1474')] method testGroupByAllFieldsWhenObjectHasForeignKeys (line 1559) | #[Group('DDC-1430')] method testGroupBySupportsResultVariable (line 1573) | #[Group('DDC-1236')] method testGroupBySupportsIdentificationVariable (line 1582) | #[Group('DDC-1236')] method testSupportsBitComparison (line 1591) | #[Group('DDC-1213')] method testParenthesesOnTheLeftHandOfComparison (line 1612) | #[Group('DDC-1539')] method testSupportsParenthesisExpressionInSubSelect (line 1629) | public function testSupportsParenthesisExpressionInSubSelect(): void method testSupportsSubSqlFunction (line 1637) | #[Group('DDC-1557')] method testSupportsNewOperator (line 1666) | #[Group('DDC-1574')] method testWhereFunctionIsNullComparisonExpression (line 1700) | #[Group('DDC-2234')] method testCustomTypeValueSql (line 1739) | public function testCustomTypeValueSql(): void method testCustomTypeValueSqlIgnoresIdentifierColumn (line 1753) | public function testCustomTypeValueSqlIgnoresIdentifierColumn(): void method testCustomTypeValueSqlForAllFields (line 1767) | public function testCustomTypeValueSqlForAllFields(): void method testCustomTypeValueSqlForPartialObject (line 1781) | public function testCustomTypeValueSqlForPartialObject(): void method testMultipleFromAndInheritanceCondition (line 1795) | #[Group('DDC-1529')] method testOrderByClauseSupportsSimpleArithmeticExpression (line 1804) | #[Group('DDC-775')] method testOrderByClauseSupportsFunction (line 1821) | public function testOrderByClauseSupportsFunction(): void method testStripNonAlphanumericCharactersFromAlias (line 1829) | #[Group('DDC-1719')] method testColumnNameWithNumbersAndNonAlphanumericCharacters (line 1848) | #[Group('DDC-2435')] method testQuotedTableDeclaration (line 1867) | #[Group('DDC-1845')] method testQuotedWalkJoinVariableDeclaration (line 1876) | #[Group('DDC-1845')] method testCaseThenParameterArithmeticExpression (line 1912) | #[Group('DDC-2208')] method testCaseThenFunction (line 1931) | #[Group('DDC-2268')] method testSupportsMoreThanTwoParametersInConcatFunction (line 1952) | #[Group('DDC-2268')] method testArithmeticPriority (line 1967) | #[Group('DDC-2188')] method testOrderByClauseShouldReplaceOrderByRelationMapping (line 1986) | #[Group('DDC-2475')] method testHavingSupportIsNullExpression (line 2000) | #[Group('DDC-1858')] method testClassTableInheritanceJoinWithConditionAppliesToBaseTable (line 2014) | #[Group('DDC-2506')] method testSingleTableInheritanceLeftJoinWithCondition (line 2023) | #[Group('DDC-2235')] method testSingleTableInheritanceLeftJoinWithConditionAndWhere (line 2033) | #[Group('DDC-2235')] method testSingleTableInheritanceInnerJoinWithCondition (line 2043) | #[Group('DDC-2235')] method testSingleTableInheritanceLeftJoinNonAssociationWithConditionAndWhere (line 2053) | #[Group('DDC-2235')] method testSingleTableInheritanceJoinCreatesOnCondition (line 2064) | #[Group('DDC-2235')] method testSingleTableInheritanceCreatesOnConditionAndWhere (line 2076) | #[Group('DDC-2235')] method testHavingSupportResultVariableInExpression (line 2090) | #[Group('DDC-1858')] method testHavingSupportResultVariableLikeExpression (line 2099) | #[Group('DDC-1858')] method testHavingSupportResultVariableNullComparisonExpression (line 2108) | #[Group('DDC-3085')] method testHavingSupportResultVariableInAggregateFunction (line 2117) | #[Group('DDC-1858')] method testHavingRegressionUsingVariableWithMathOperatorsExpression (line 2129) | #[DataProvider('mathematicOperatorsProvider')] method mathematicOperatorsProvider (line 2140) | public static function mathematicOperatorsProvider(): array class MyAbsFunction (line 2146) | class MyAbsFunction extends FunctionNode method getSql (line 2151) | public function getSql(SqlWalker $sqlWalker): string method parse (line 2156) | public function parse(Parser $parser): void class DDC1384Model (line 2168) | #[Entity] class DDC1474Entity (line 2179) | #[Entity] method __construct (line 2188) | public function __construct( method getId (line 2194) | public function getId(): int method getValue (line 2199) | public function getValue(): float method setValue (line 2204) | public function setValue(float $value): void FILE: tests/Tests/ORM/Query/SqlExpressionVisitorTest.php class SqlExpressionVisitorTest (line 14) | class SqlExpressionVisitorTest extends TestCase method setUp (line 20) | protected function setUp(): void method testWalkNotCompositeExpression (line 27) | public function testWalkNotCompositeExpression(): void FILE: tests/Tests/ORM/Query/SqlWalkerTest.php class SqlWalkerTest (line 17) | #[CoversClass(SqlWalker::class)] method setUp (line 22) | protected function setUp(): void method testGetSQLTableAlias (line 27) | #[DataProvider('getColumnNamesAndSqlAliases')] method testGetSQLTableAliasIsSameForMultipleCalls (line 33) | #[DataProvider('getColumnNamesAndSqlAliases')] method getColumnNamesAndSqlAliases (line 47) | public static function getColumnNamesAndSqlAliases(): array FILE: tests/Tests/ORM/Query/UpdateSqlGenerationTest.php class UpdateSqlGenerationTest (line 22) | class UpdateSqlGenerationTest extends OrmTestCase method setUp (line 26) | protected function setUp(): void method assertSqlGeneration (line 37) | public function assertSqlGeneration($dqlToBeTested, $sqlToBeConfirmed)... method testSupportsQueriesWithoutWhere (line 46) | public function testSupportsQueriesWithoutWhere(): void method testSupportsMultipleFieldsWithoutWhere (line 54) | public function testSupportsMultipleFieldsWithoutWhere(): void method testSupportsWhereClauses (line 62) | public function testSupportsWhereClauses(): void method testSupportsWhereClausesOnTheUpdatedField (line 70) | public function testSupportsWhereClausesOnTheUpdatedField(): void method testSupportsMultipleWhereClause (line 78) | public function testSupportsMultipleWhereClause(): void method testSupportsInClause (line 86) | public function testSupportsInClause(): void method testSupportsParametrizedInClause (line 94) | public function testSupportsParametrizedInClause(): void method testSupportsNotInClause (line 102) | public function testSupportsNotInClause(): void method testSupportsGreaterThanClause (line 110) | public function testSupportsGreaterThanClause(): void method testSupportsGreaterThanOrEqualToClause (line 118) | public function testSupportsGreaterThanOrEqualToClause(): void method testSupportsLessThanClause (line 126) | public function testSupportsLessThanClause(): void method testSupportsLessThanOrEqualToClause (line 134) | public function testSupportsLessThanOrEqualToClause(): void method testSupportsBetweenClause (line 142) | public function testSupportsBetweenClause(): void method testSingleValuedAssociationFieldInWhere (line 150) | public function testSingleValuedAssociationFieldInWhere(): void method testSingleValuedAssociationFieldInSetClause (line 158) | public function testSingleValuedAssociationFieldInSetClause(): void method testSubselectTableAliasReferencing (line 166) | #[Group('DDC-980')] method testCustomTypeValueSqlCompletelyIgnoredInUpdateStatements (line 175) | public function testCustomTypeValueSqlCompletelyIgnoredInUpdateStateme... method testUpdateWithSubselectAsNewValue (line 183) | public function testUpdateWithSubselectAsNewValue(): void FILE: tests/Tests/ORM/QueryBuilderTest.php class QueryBuilderTest (line 39) | class QueryBuilderTest extends OrmTestCase method setUp (line 45) | protected function setUp(): void method assertValidQueryBuilder (line 50) | protected function assertValidQueryBuilder(QueryBuilder $qb, string $e... method testSelectSetsType (line 58) | public function testSelectSetsType(): void method testDeleteSetsType (line 67) | public function testDeleteSetsType(): void method testDeleteWithLimitNotSupported (line 76) | public function testDeleteWithLimitNotSupported(): void method testUpdateWithLimitNotSupported (line 86) | public function testUpdateWithLimitNotSupported(): void method testUpdateSetsType (line 96) | public function testUpdateSetsType(): void method testSimpleSelect (line 105) | public function testSimpleSelect(): void method testSimpleSelectArray (line 114) | public function testSimpleSelectArray(): void method testSimpleDelete (line 123) | public function testSimpleDelete(): void method testSimpleSelectWithFromIndexBy (line 131) | public function testSimpleSelectWithFromIndexBy(): void method testSimpleSelectWithIndexBy (line 140) | public function testSimpleSelectWithIndexBy(): void method testSimpleUpdate (line 150) | public function testSimpleUpdate(): void method testInnerJoin (line 159) | public function testInnerJoin(): void method testComplexInnerJoin (line 169) | public function testComplexInnerJoin(): void method testComplexInnerJoinWithComparisonCondition (line 182) | public function testComplexInnerJoinWithComparisonCondition(): void method testComplexInnerJoinWithCompositeCondition (line 196) | public function testComplexInnerJoinWithCompositeCondition(): void method testComplexInnerJoinWithFuncCondition (line 213) | public function testComplexInnerJoinWithFuncCondition(): void method testComplexInnerJoinWithIndexBy (line 230) | public function testComplexInnerJoinWithIndexBy(): void method testLeftJoin (line 243) | public function testLeftJoin(): void method testLeftJoinWithIndexBy (line 253) | public function testLeftJoinWithIndexBy(): void method testMultipleFrom (line 263) | public function testMultipleFrom(): void method testMultipleFromWithIndexBy (line 273) | public function testMultipleFromWithIndexBy(): void method testMultipleFromWithJoin (line 284) | public function testMultipleFromWithJoin(): void method testMultipleFromWithMultipleJoin (line 295) | public function testMultipleFromWithMultipleJoin(): void method testWhere (line 308) | public function testWhere(): void method testWhereWithUnexpectedNamedArguments (line 318) | public function testWhereWithUnexpectedNamedArguments(): void method testComplexAndWhere (line 330) | public function testComplexAndWhere(): void method testAndWhere (line 341) | public function testAndWhere(): void method testOrWhere (line 352) | public function testOrWhere(): void method testComplexAndWhereOrWhereNesting (line 363) | public function testComplexAndWhereOrWhereNesting(): void method testAndWhereIn (line 377) | public function testAndWhereIn(): void method testOrWhereIn (line 388) | public function testOrWhereIn(): void method testAndWhereNotIn (line 399) | public function testAndWhereNotIn(): void method testOrWhereNotIn (line 410) | public function testOrWhereNotIn(): void method testGroupBy (line 421) | public function testGroupBy(): void method testHaving (line 432) | public function testHaving(): void method testAndHaving (line 443) | public function testAndHaving(): void method testOrHaving (line 455) | public function testOrHaving(): void method testOrderBy (line 468) | public function testOrderBy(): void method testOrderByWithExpression (line 478) | public function testOrderByWithExpression(): void method testAddOrderBy (line 488) | public function testAddOrderBy(): void method testAddOrderByWithExpression (line 499) | public function testAddOrderByWithExpression(): void method testAddCriteriaWhere (line 510) | public function testAddCriteriaWhere(): void method testAddMultipleSameCriteriaWhere (line 525) | public function testAddMultipleSameCriteriaWhere(): void method testAddCriteriaWhereWithMultipleParametersWithSameField (line 543) | #[Group('DDC-2844')] method testAddCriteriaWhereWithMultipleParametersWithDifferentFields (line 560) | #[Group('DDC-2844')] method testAddCriteriaWhereWithMultipleParametersWithSubpathsAndDifferentProperties (line 577) | #[Group('DDC-2844')] method testAddCriteriaWhereWithMultipleParametersWithSubpathsAndSameProperty (line 594) | #[Group('DDC-2844')] method testAddCriteriaOrder (line 611) | public function testAddCriteriaOrder(): void method testAddCriteriaOrderOnJoinAlias (line 626) | #[Group('DDC-3108')] method testAddCriteriaLimit (line 643) | public function testAddCriteriaLimit(): void method testAddCriteriaUndefinedLimit (line 659) | public function testAddCriteriaUndefinedLimit(): void method testGetQuery (line 675) | public function testGetQuery(): void method testSetParameter (line 685) | public function testSetParameter(): void method testSetParameters (line 701) | public function testSetParameters(): void method testGetParameters (line 717) | public function testGetParameters(): void method testGetParameter (line 732) | public function testGetParameter(): void method testMultipleWhere (line 747) | public function testMultipleWhere(): void method testMultipleAndWhere (line 757) | public function testMultipleAndWhere(): void method testMultipleOrWhere (line 767) | public function testMultipleOrWhere(): void method testComplexWhere (line 777) | public function testComplexWhere(): void method testWhereInWithStringLiterals (line 791) | public function testWhereInWithStringLiterals(): void method testWhereInWithObjectLiterals (line 805) | public function testWhereInWithObjectLiterals(): void method testNegation (line 820) | public function testNegation(): void method testSomeAllAny (line 835) | public function testSomeAllAny(): void method testMultipleIsolatedQueryConstruction (line 847) | public function testMultipleIsolatedQueryConstruction(): void method testGetEntityManager (line 873) | public function testGetEntityManager(): void method testSelectWithFuncExpression (line 879) | public function testSelectWithFuncExpression(): void method testResetDQLPart (line 888) | public function testResetDQLPart(): void method testResetDQLParts (line 904) | public function testResetDQLParts(): void method testResetAllDQLParts (line 918) | public function testResetAllDQLParts(): void method testDeepClone (line 932) | #[Group('DDC-867')] method testAddCriteriaWhereWithJoinAlias (line 950) | #[Group('DDC-3108')] method testAddCriteriaWhereWithDefaultAndJoinAlias (line 968) | #[Group('DDC-3108')] method testAddCriteriaWhereOnJoinAliasWithDuplicateFields (line 986) | #[Group('DDC-3108')] method testParametersAreCloned (line 1006) | #[Group('DDC-1933')] method testGetRootAlias (line 1021) | public function testGetRootAlias(): void method testGetRootAliases (line 1030) | public function testGetRootAliases(): void method testGetRootEntities (line 1039) | public function testGetRootEntities(): void method testGetSeveralRootAliases (line 1048) | public function testGetSeveralRootAliases(): void method testBCAddJoinWithoutRootAlias (line 1059) | #[WithoutErrorHandler] method testEmptyStringLiteral (line 1071) | #[Group('DDC-1211')] method testEmptyNumericLiteral (line 1083) | #[Group('DDC-1211')] method testAddFromString (line 1095) | #[Group('DDC-1227')] method testAddDistinct (line 1105) | #[Group('DDC-1619')] method testDistinctUpdatesState (line 1116) | public function testDistinctUpdatesState(): void method testWhereAppend (line 1128) | #[Group('DDC-2192')] method testSecondLevelCacheQueryBuilderOptions (line 1139) | public function testSecondLevelCacheQueryBuilderOptions(): void method testRebuildsFromParts (line 1178) | #[Group('DDC-2253')] method testGetAllAliasesWithNoJoins (line 1199) | public function testGetAllAliasesWithNoJoins(): void method testGetAllAliasesWithJoins (line 1209) | public function testGetAllAliasesWithJoins(): void method testGetParameterTypeJuggling (line 1221) | #[Group('6699')] method testSetParameterWithNameZeroIsNotOverridden (line 1236) | #[Group('6699')] method testSetParameterWithNameZeroDoesNotOverrideAnotherParameter (line 1253) | #[Group('6699')] method testSetParameterWithTypeJugglingWorks (line 1270) | #[Group('6699')] method testJoin (line 1290) | public function testJoin(): void method testUpdateWithoutAlias (line 1301) | public function testUpdateWithoutAlias(): void method testDeleteWithoutAlias (line 1310) | public function testDeleteWithoutAlias(): void method testCreateNamedParameter (line 1319) | public function testCreateNamedParameter(): void method testCreateNamedParameterCustomPlaceholder (line 1339) | public function testCreateNamedParameterCustomPlaceholder(): void method testType (line 1359) | public function testType(): void method testSingleHint (line 1380) | #[DataProvider('provideHint')] method provideHint (line 1395) | public static function provideHint(): array method testMultipleHints (line 1406) | public function testMultipleHints(): void method testHasHint (line 1434) | public function testHasHint(): void method testGetHint (line 1446) | public function testGetHint(): void method testGetHints (line 1458) | public function testGetHints(): void FILE: tests/Tests/ORM/Repository/DefaultRepositoryFactoryTest.php class DefaultRepositoryFactoryTest (line 21) | #[CoversClass(DefaultRepositoryFactory::class)] method setUp (line 28) | protected function setUp(): void method testCreatesRepositoryFromDefaultRepositoryClass (line 40) | public function testCreatesRepositoryFromDefaultRepositoryClass(): void method testCreatedRepositoriesAreCached (line 53) | public function testCreatedRepositoriesAreCached(): void method testCreatesRepositoryFromCustomClassMetadata (line 66) | public function testCreatesRepositoryFromCustomClassMetadata(): void method testCachesDistinctRepositoriesPerDistinctEntityManager (line 82) | public function testCachesDistinctRepositoriesPerDistinctEntityManager... method buildClassMetadata (line 111) | private function buildClassMetadata(string $className): ClassMetadata&... method createEntityManager (line 122) | private function createEntityManager(): EntityManagerInterface&MockObject FILE: tests/Tests/ORM/Tools/AttachEntityListenersListenerTest.php class AttachEntityListenersListenerTest (line 21) | class AttachEntityListenersListenerTest extends OrmTestCase method setUp (line 29) | protected function setUp(): void method testAttachEntityListeners (line 42) | public function testAttachEntityListeners(): void method testAttachToExistingEntityListeners (line 70) | public function testAttachToExistingEntityListeners(): void method testDuplicateEntityListenerException (line 106) | public function testDuplicateEntityListenerException(): void method testAttachWithoutSpecifyingAnEventName (line 125) | public function testAttachWithoutSpecifyingAnEventName(): void class AttachEntityListenersListenerTestFooEntity (line 150) | #[Entity] class AttachEntityListenersListenerTestBarEntity (line 160) | #[Entity] class AttachEntityListenersListenerTestListener (line 171) | class AttachEntityListenersListenerTestListener method prePersist (line 176) | public function prePersist(): void method postLoadHandler (line 181) | public function postLoadHandler(): void method postPersist (line 186) | public function postPersist(): void class AttachEntityListenersListenerTestListener2 (line 192) | class AttachEntityListenersListenerTestListener2 method prePersist (line 197) | public function prePersist(): void method postPersistHandler (line 202) | public function postPersistHandler(): void FILE: tests/Tests/ORM/Tools/Console/Command/ClearCacheCollectionRegionCommandTest.php class ClearCacheCollectionRegionCommandTest (line 16) | #[Group('DDC-2183')] method setUp (line 25) | protected function setUp(): void method testClearAllRegion (line 37) | public function testClearAllRegion(): void method testClearByOwnerEntityClassName (line 53) | public function testClearByOwnerEntityClassName(): void method testClearCacheEntryName (line 73) | public function testClearCacheEntryName(): void method testFlushRegionName (line 96) | public function testFlushRegionName(): void FILE: tests/Tests/ORM/Tools/Console/Command/ClearCacheEntityRegionCommandTest.php class ClearCacheEntityRegionCommandTest (line 19) | #[Group('DDC-2183')] method setUp (line 28) | protected function setUp(): void method testClearAllRegion (line 40) | public function testClearAllRegion(): void method testClearByEntityClassName (line 56) | public function testClearByEntityClassName(): void method testClearCacheEntryName (line 75) | public function testClearCacheEntryName(): void method testFlushRegionName (line 95) | public function testFlushRegionName(): void FILE: tests/Tests/ORM/Tools/Console/Command/ClearCacheQueryRegionCommandTest.php class ClearCacheQueryRegionCommandTest (line 15) | #[Group('DDC-2183')] method setUp (line 24) | protected function setUp(): void method testClearAllRegion (line 36) | public function testClearAllRegion(): void method testClearDefaultRegionName (line 52) | public function testClearDefaultRegionName(): void method testClearByRegionName (line 71) | public function testClearByRegionName(): void method testFlushRegionName (line 90) | public function testFlushRegionName(): void FILE: tests/Tests/ORM/Tools/Console/Command/Debug/DebugEntityListenersDoctrineCommandTest.php class DebugEntityListenersDoctrineCommandTest (line 28) | class DebugEntityListenersDoctrineCommandTest extends TestCase method setUp (line 34) | protected function setUp(): void method testExecute (line 44) | public function testExecute(): void method testExecuteWithEvent (line 70) | public function testExecuteWithEvent(): void method testExecuteWithMissingEvent (line 93) | public function testExecuteWithMissingEvent(): void method testComplete (line 113) | #[TestWith([['console'], 1, [self::class]])] method getMockManagerRegistry (line 128) | private function getMockManagerRegistry(): ManagerRegistry FILE: tests/Tests/ORM/Tools/Console/Command/Debug/DebugEventManagerDoctrineCommandTest.php class DebugEventManagerDoctrineCommandTest (line 26) | class DebugEventManagerDoctrineCommandTest extends TestCase method setUp (line 32) | protected function setUp(): void method testExecute (line 42) | public function testExecute(): void method testExecuteWithEvent (line 68) | public function testExecuteWithEvent(): void method testExecuteWithMissingEvent (line 91) | public function testExecuteWithMissingEvent(): void method testComplete (line 111) | #[TestWith([['console'], 1, ['preUpdate', 'postPersist']])] method getMockManagerRegistry (line 125) | private function getMockManagerRegistry(): ManagerRegistry FILE: tests/Tests/ORM/Tools/Console/Command/Debug/Fixtures/BarListener.php class BarListener (line 7) | class BarListener method __invoke (line 9) | public function __invoke(): void FILE: tests/Tests/ORM/Tools/Console/Command/Debug/Fixtures/BazListener.php class BazListener (line 7) | class BazListener method postPersist (line 9) | public function postPersist(): void FILE: tests/Tests/ORM/Tools/Console/Command/Debug/Fixtures/FooListener.php class FooListener (line 7) | class FooListener method preUpdate (line 9) | public function preUpdate(): void FILE: tests/Tests/ORM/Tools/Console/Command/InfoCommandTest.php class InfoCommandTest (line 20) | class InfoCommandTest extends OrmFunctionalTestCase method setUp (line 28) | protected function setUp(): void method testListAllClasses (line 40) | public function testListAllClasses(): void method testEmptyEntityClassNames (line 48) | public function testEmptyEntityClassNames(): void method testInvalidEntityClassMetadata (line 82) | public function testInvalidEntityClassMetadata(): void FILE: tests/Tests/ORM/Tools/Console/Command/MappingDescribeCommandTest.php class MappingDescribeCommandTest (line 24) | #[CoversClass(MappingDescribeCommand::class)] method setUp (line 35) | protected function setUp(): void method testShowSpecificFuzzySingle (line 46) | public function testShowSpecificFuzzySingle(): void method testShowSpecificFuzzySingleJson (line 61) | public function testShowSpecificFuzzySingleJson(): void method testShowSpecificFuzzyAmbiguous (line 80) | public function testShowSpecificFuzzyAmbiguous(): void method testShowSpecificNotFound (line 92) | public function testShowSpecificNotFound(): void method testComplete (line 108) | #[DataProvider('provideCompletionSuggestions')] method provideCompletionSuggestions (line 125) | public static function provideCompletionSuggestions(): iterable FILE: tests/Tests/ORM/Tools/Console/Command/RunDqlCommandTest.php class RunDqlCommandTest (line 21) | #[CoversClass(RunDqlCommand::class)] method setUp (line 32) | protected function setUp(): void method testCommandName (line 46) | public function testCommandName(): void method testWillRunQuery (line 51) | public function testWillRunQuery(): void method testWillShowQuery (line 69) | public function testWillShowQuery(): void FILE: tests/Tests/ORM/Tools/Console/Command/SchemaTool/CommandTestCase.php class CommandTestCase (line 14) | abstract class CommandTestCase extends OrmFunctionalTestCase method getCommandTester (line 17) | protected function getCommandTester(string $commandClass, string|null ... FILE: tests/Tests/ORM/Tools/Console/Command/SchemaTool/CreateCommandTest.php class CreateCommandTest (line 10) | class CreateCommandTest extends CommandTestCase method testItPrintsTheSql (line 12) | #[DoesNotPerformAssertions] FILE: tests/Tests/ORM/Tools/Console/Command/SchemaTool/DropCommandTest.php class DropCommandTest (line 11) | final class DropCommandTest extends CommandTestCase method testItPrintsTheSql (line 13) | #[DoesNotPerformAssertions] FILE: tests/Tests/ORM/Tools/Console/Command/SchemaTool/Models/Keyboard.php class Keyboard (line 13) | #[Table(name: 'keyboard')] method __construct (line 27) | public function __construct(int $id, string $name) method id (line 33) | public function id(): int method name (line 38) | public function name(): string FILE: tests/Tests/ORM/Tools/Console/Command/ValidateSchemaCommandTest.php class ValidateSchemaCommandTest (line 23) | #[CoversClass(ValidateSchemaCommand::class)] method setUp (line 32) | protected function setUp(): void method testNotInSync (line 51) | public function testNotInSync(): void method testNotInSyncVerbose (line 65) | public function testNotInSyncVerbose(): void FILE: tests/Tests/ORM/Tools/Console/ConsoleRunnerTest.php class ConsoleRunnerTest (line 18) | #[CoversClass(ConsoleRunner::class)] method testCreateApplicationShouldReturnAnApplicationWithTheCorrectCommands (line 22) | public function testCreateApplicationShouldReturnAnApplicationWithTheC... method testCreateApplicationShouldAppendGivenCommands (line 49) | public function testCreateApplicationShouldAppendGivenCommands(): void FILE: tests/Tests/ORM/Tools/Console/MetadataFilterTest.php class MetadataFilterTest (line 20) | #[CoversClass(MetadataFilter::class)] method setUp (line 25) | protected function setUp(): void method testFilterWithEmptyArray (line 38) | public function testFilterWithEmptyArray(): void method testFilterWithString (line 53) | public function testFilterWithString(): void method testFilterWithString2 (line 86) | public function testFilterWithString2(): void method testFilterWithArray (line 103) | public function testFilterWithArray(): void method testFilterWithRegex (line 123) | public function testFilterWithRegex(): void class MetadataFilterTestEntityAaa (line 149) | #[Entity] class MetadataFilterTestEntityBbb (line 158) | #[Entity] class MetadataFilterTestEntityCcc (line 167) | #[Entity] class MetadataFilterTestEntityFoo (line 176) | #[Entity] class MetadataFilterTestEntityBar (line 185) | #[Entity] class MetadataFilterTestEntityFooBar (line 194) | #[Entity] FILE: tests/Tests/ORM/Tools/DebugTest.php class DebugTest (line 22) | class DebugTest extends OrmTestCase method testExportObject (line 24) | public function testExportObject(): void method testExportObjectWithReference (line 34) | public function testExportObjectWithReference(): void method testExportArray (line 47) | public function testExportArray(): void method testExportDateTime (line 56) | public function testExportDateTime(): void method testExportDateTimeImmutable (line 65) | public function testExportDateTimeImmutable(): void method testExportDateTimeZone (line 74) | public function testExportDateTimeZone(): void method testExportArrayTraversable (line 83) | public function testExportArrayTraversable(): void method testExportParentAttributes (line 97) | #[DataProvider('provideAttributesCases')] method testCollectionsAreCastIntoArrays (line 115) | public function testCollectionsAreCastIntoArrays(): void method provideAttributesCases (line 126) | public static function provideAttributesCases(): iterable FILE: tests/Tests/ORM/Tools/Pagination/CountOutputWalkerTest.php class CountOutputWalkerTest (line 11) | class CountOutputWalkerTest extends PaginationTestCase method testCountQuery (line 13) | public function testCountQuery(): void method testCountQueryMixedResultsWithName (line 27) | public function testCountQueryMixedResultsWithName(): void method testCountQueryGroupBy (line 41) | public function testCountQueryGroupBy(): void method testCountQueryHaving (line 55) | public function testCountQueryHaving(): void method testCountQueryOrderBySqlServer (line 69) | public function testCountQueryOrderBySqlServer(): void FILE: tests/Tests/ORM/Tools/Pagination/CountWalkerTest.php class CountWalkerTest (line 12) | #[Group('DDC-1613')] method testCountQuery (line 15) | public function testCountQuery(): void method testCountQueryWithoutDistinctUsesCountStar (line 30) | public function testCountQueryWithoutDistinctUsesCountStar(): void method testCountQueryMixedResultsWithName (line 44) | public function testCountQueryMixedResultsWithName(): void method testCountQueryKeepsGroupBy (line 59) | public function testCountQueryKeepsGroupBy(): void method testCountQueryRemovesOrderBy (line 74) | public function testCountQueryRemovesOrderBy(): void method testCountQueryRemovesLimits (line 89) | public function testCountQueryRemovesLimits(): void method testCountQueryHavingException (line 104) | public function testCountQueryHavingException(): void method testCountQueryWithArbitraryJoin (line 121) | public function testCountQueryWithArbitraryJoin(): void FILE: tests/Tests/ORM/Tools/Pagination/LimitSubqueryOutputWalkerTest.php class LimitSubqueryOutputWalkerTest (line 15) | final class LimitSubqueryOutputWalkerTest extends PaginationTestCase method testSubqueryClonedCompletely (line 17) | public function testSubqueryClonedCompletely(): void method testLimitSubquery (line 35) | public function testLimitSubquery(): void method testLimitSubqueryWithSortPg (line 43) | public function testLimitSubqueryWithSortPg(): void method testLimitSubqueryWithScalarSortPg (line 53) | public function testLimitSubqueryWithScalarSortPg(): void method testLimitSubqueryWithMixedSortPg (line 63) | public function testLimitSubqueryWithMixedSortPg(): void method testLimitSubqueryWithHiddenScalarSortPg (line 73) | public function testLimitSubqueryWithHiddenScalarSortPg(): void method testLimitSubqueryPg (line 83) | public function testLimitSubqueryPg(): void method testLimitSubqueryWithSortOracle (line 90) | public function testLimitSubqueryWithSortOracle(): void method testLimitSubqueryWithScalarSortOracle (line 100) | public function testLimitSubqueryWithScalarSortOracle(): void method testLimitSubqueryWithMixedSortOracle (line 110) | public function testLimitSubqueryWithMixedSortOracle(): void method testLimitSubqueryOracle (line 120) | public function testLimitSubqueryOracle(): void method testCountQueryMixedResultsWithName (line 130) | public function testCountQueryMixedResultsWithName(): void method testCountQueryWithArithmeticOrderByCondition (line 138) | #[Group('DDC-3336')] method testCountQueryWithComplexScalarOrderByItemWithoutJoin (line 149) | public function testCountQueryWithComplexScalarOrderByItemWithoutJoin(... method testCountQueryWithComplexScalarOrderByItemJoinedWithoutPartial (line 159) | public function testCountQueryWithComplexScalarOrderByItemJoinedWithou... method testCountQueryWithComplexScalarOrderByItemJoinedWithPartial (line 169) | public function testCountQueryWithComplexScalarOrderByItemJoinedWithPa... method testCountQueryWithComplexScalarOrderByItemOracle (line 186) | public function testCountQueryWithComplexScalarOrderByItemOracle(): void method testLimitSubqueryWithHiddenSelectionInOrderBy (line 196) | #[Group('DDC-3434')] method testLimitSubqueryWithColumnWithSortDirectionInName (line 205) | public function testLimitSubqueryWithColumnWithSortDirectionInName(): ... method testLimitSubqueryWithOrderByInnerJoined (line 215) | public function testLimitSubqueryWithOrderByInnerJoined(): void method testLimitSubqueryWithOrderByAndSubSelectInWhereClauseMySql (line 223) | public function testLimitSubqueryWithOrderByAndSubSelectInWhereClauseM... method testLimitSubqueryWithOrderByAndSubSelectInWhereClausePgSql (line 233) | public function testLimitSubqueryWithOrderByAndSubSelectInWhereClauseP... method testLimitSubqueryOrderByFieldFromMappedSuperclass (line 246) | public function testLimitSubqueryOrderByFieldFromMappedSuperclass(): void method testLimitSubqueryOrderBySubSelectOrderByExpression (line 259) | public function testLimitSubqueryOrderBySubSelectOrderByExpression(): ... method testLimitSubqueryOrderBySubSelectOrderByExpressionPg (line 272) | public function testLimitSubqueryOrderBySubSelectOrderByExpressionPg()... method testLimitSubqueryOrderBySubSelectOrderByExpressionOracle (line 285) | public function testLimitSubqueryOrderBySubSelectOrderByExpressionOrac... method testParsingQueryWithDifferentLimitOffsetValuesTakesOnlyOneCacheEntry (line 295) | public function testParsingQueryWithDifferentLimitOffsetValuesTakesOnl... method createQuery (line 317) | private function createQuery(string $dql): Query method assertQuerySql (line 327) | private function assertQuerySql(string $expectedSql, string $dql): void FILE: tests/Tests/ORM/Tools/Pagination/LimitSubqueryWalkerTest.php class LimitSubqueryWalkerTest (line 12) | #[Group('DDC-1613')] method testLimitSubquery (line 15) | public function testLimitSubquery(): void method testHintCanDisableDistinct (line 29) | public function testHintCanDisableDistinct(): void method testLimitSubqueryWithSort (line 44) | public function testLimitSubqueryWithSort(): void method testLimitSubqueryWithSortFunction (line 58) | public function testLimitSubqueryWithSortFunction(): void method testCountQueryMixedResultsWithName (line 72) | public function testCountQueryMixedResultsWithName(): void method testAggQueryMixedResultsWithNameAndSort (line 86) | public function testAggQueryMixedResultsWithNameAndSort(): void method testAggQueryMultipleMixedResultsWithSort (line 100) | public function testAggQueryMultipleMixedResultsWithSort(): void method testLimitSubqueryWithSortOnAssociation (line 114) | #[Group('DDC-2890')] method testLimitSubqueryWithArbitraryJoin (line 132) | public function testLimitSubqueryWithArbitraryJoin(): void method testLimitSubqueryWithSortWithArbitraryJoin (line 146) | public function testLimitSubqueryWithSortWithArbitraryJoin(): void FILE: tests/Tests/ORM/Tools/Pagination/PaginationTestCase.php class PaginationTestCase (line 23) | abstract class PaginationTestCase extends OrmTestCase method setUp (line 28) | protected function setUp(): void class MyBlogPost (line 35) | #[Entity] class MyAuthor (line 57) | #[Entity] class MyCategory (line 67) | #[Entity] class BlogPost (line 78) | #[Entity] class Author (line 96) | #[Entity] class Person (line 110) | #[Entity] class Category (line 128) | #[Entity] class Group (line 139) | #[Table(name: 'groups')] class User (line 154) | #[Entity] class Avatar (line 175) | #[Entity] class Identified (line 206) | #[MappedSuperclass] method getId (line 214) | public function getId(): int class Banner (line 220) | #[Entity] FILE: tests/Tests/ORM/Tools/Pagination/PaginatorTest.php class PaginatorTest (line 23) | class PaginatorTest extends OrmTestCase method setUp (line 29) | protected function setUp(): void method testExtraParametersAreStrippedWhenWalkerRemovingOriginalSelectElementsIsUsed (line 55) | public function testExtraParametersAreStrippedWhenWalkerRemovingOrigin... method testPaginatorNotCaringAboutExtraParametersWithoutOutputWalkers (line 98) | public function testPaginatorNotCaringAboutExtraParametersWithoutOutpu... method testgetIteratorDoesCareAboutExtraParametersWithoutOutputWalkersWhenResultIsNotEmpty (line 108) | public function testgetIteratorDoesCareAboutExtraParametersWithoutOutp... method createPaginatorWithExtraParametersWithoutOutputWalkers (line 119) | private function createPaginatorWithExtraParametersWithoutOutputWalker... FILE: tests/Tests/ORM/Tools/Pagination/RootTypeWalkerTest.php class RootTypeWalkerTest (line 16) | class RootTypeWalkerTest extends PaginationTestCase method setUp (line 18) | protected function setUp(): void method testResolveTypeMapping (line 27) | #[DataProvider('exampleQueries')] method exampleQueries (line 37) | public static function exampleQueries(): Generator FILE: tests/Tests/ORM/Tools/Pagination/WhereInWalkerTest.php class WhereInWalkerTest (line 14) | #[Group('DDC-1613')] method testDqlQueryTransformation (line 17) | #[DataProvider('exampleQueries')] method exampleQueries (line 31) | public static function exampleQueries(): Generator FILE: tests/Tests/ORM/Tools/ResolveTargetEntityListenerTest.php class ResolveTargetEntityListenerTest (line 25) | class ResolveTargetEntityListenerTest extends OrmTestCase method setUp (line 33) | protected function setUp(): void method testResolveTargetEntityListenerCanResolveTargetEntity (line 41) | #[Group('DDC-1544')] method testResolveTargetEntityListenerCanRetrieveTargetEntityByInterfaceName (line 60) | #[Group('DDC-3385')] method testAssertTableColumnsAreNotAddedInManyToMany (line 74) | #[Group('DDC-2109')] method testDoesResolveTargetEntitiesInDQLAlsoWithInterfaces (line 89) | #[CoversNothing] type ResolveTarget (line 109) | interface ResolveTarget method getId (line 111) | public function getId(): int; type Target (line 114) | interface Target extends ResolveTarget class ResolveTargetEntity (line 118) | #[Entity] method getId (line 141) | public function getId(): int class TargetEntity (line 147) | #[Entity] method getId (line 155) | public function getId(): int FILE: tests/Tests/ORM/Tools/SchemaToolTest.php class SchemaToolTest (line 63) | class SchemaToolTest extends OrmTestCase method testAddUniqueIndexForUniqueFieldAttribute (line 65) | public function testAddUniqueIndexForUniqueFieldAttribute(): void method testAttributeOptionsArgument (line 86) | public function testAttributeOptionsArgument(): void method testPassColumnDefinitionToJoinColumn (line 104) | #[Group('DDC-200')] method testPassColumnOptionsToJoinColumn (line 126) | #[Group('6830')] method testPostGenerateEvents (line 162) | #[Group('DDC-283')] method testNullDefaultNotAddedToPlatformOptions (line 190) | public function testNullDefaultNotAddedToPlatformOptions(): void method testEnumTypeAddedToCustomSchemaOptions (line 201) | public function testEnumTypeAddedToCustomSchemaOptions(): void method testSchemaHasProperIndexesFromUniqueConstraintAttribute (line 215) | #[Group('DDC-3671')] method testRemoveUniqueIndexOverruledByPrimaryKey (line 234) | public function testRemoveUniqueIndexOverruledByPrimaryKey(): void method testSetDiscriminatorColumnWithoutLength (line 258) | public function testSetDiscriminatorColumnWithoutLength(): void method testSetDiscriminatorColumnWithEnumType (line 278) | public function testSetDiscriminatorColumnWithEnumType(): void method testDerivedCompositeKey (line 310) | public function testDerivedCompositeKey(): void method testIndexesBasedOnFields (line 373) | public function testIndexesBasedOnFields(): void method testIncorrectIndexesBasedOnFields (line 387) | public function testIncorrectIndexesBasedOnFields(): void method testIncorrectUniqueConstraintsBasedOnFields (line 403) | public function testIncorrectUniqueConstraintsBasedOnFields(): void method testConfigurationSchemaIgnoredEntity (line 419) | #[Group('schema-configuration')] method testLoadUniqueConstraintWithoutName (line 445) | #[Group('GH-11314')] method testQuotedIdentifiers (line 471) | public function testQuotedIdentifiers(): void method getIndexedColumns (line 507) | private static function getIndexedColumns(DbalIndex $index): array method columnIsIndexed (line 516) | private static function columnIsIndexed(DbalTable $table, string $colu... class TestEntityWithAttributeOptionsArgument (line 528) | #[Table(options: ['foo' => 'bar', 'baz' => ['key' => 'val']])] class GenerateSchemaEventListener (line 540) | class GenerateSchemaEventListener method postGenerateSchemaTable (line 548) | public function postGenerateSchemaTable(GenerateSchemaTableEventArgs $... method postGenerateSchema (line 553) | public function postGenerateSchema(GenerateSchemaEventArgs $eventArgs)... class UniqueConstraintAttributeModel (line 559) | #[Table(name: 'unique_constraint_attribute_table')] class FirstEntity (line 572) | #[Table(name: 'first_entity')] class SecondEntity (line 591) | #[Table(name: 'second_entity')] class GH6830Board (line 605) | #[Entity] class GH6830Category (line 619) | #[Entity] class IndexByFieldEntity (line 632) | #[Table(name: 'field_index')] class GH11314Entity (line 656) | #[Entity] class IncorrectIndexByFieldEntity (line 671) | class IncorrectIndexByFieldEntity method loadMetadata (line 685) | public static function loadMetadata(ClassMetadata $metadata): void class IncorrectUniqueConstraintByFieldEntity (line 710) | class IncorrectUniqueConstraintByFieldEntity method loadMetadata (line 724) | public static function loadMetadata(ClassMetadata $metadata): void class QuotedEntity (line 749) | #[Entity] FILE: tests/Tests/ORM/Tools/SchemaValidatorTest.php class SchemaValidatorTest (line 34) | class SchemaValidatorTest extends OrmTestCase method setUp (line 40) | protected function setUp(): void method testCmsModelSet (line 46) | #[DataProvider('modelSetProvider')] method modelSetProvider (line 56) | public static function modelSetProvider(): array method testInvalidManyToManyJoinColumnSchema (line 68) | #[Group('DDC-1439')] method testInvalidToOneJoinColumnSchema (line 85) | #[Group('DDC-1439')] method testValidOneToOneAsIdentifierSchema (line 102) | #[Group('DDC-1587')] method testInvalidTripleAssociationAsKeyMapping (line 113) | #[Group('DDC-1649')] method testInvalidBiDirectionalRelationMappingMissingInversedByAttribute (line 128) | #[Group('DDC-3274')] method testInvalidBiDirectionalRelationMappingMissingMappedByAttribute (line 144) | #[Group('9536')] method testInvalidOrderByInvalidField (line 161) | #[Group('DDC-3322')] method testInvalidOrderByCollectionValuedAssociation (line 176) | #[Group('DDC-3322')] method testInvalidOrderByAssociationInverseSide (line 191) | #[Group('DDC-3322')] method testMappedSuperclassNotPresentInDiscriminator (line 206) | public function testMappedSuperclassNotPresentInDiscriminator(): void method testAbstractChildClassNotPresentInDiscriminator (line 214) | public function testAbstractChildClassNotPresentInDiscriminator(): void method testInvalidAssociationTowardsMappedSuperclass (line 222) | public function testInvalidAssociationTowardsMappedSuperclass(): void method testBigIntProperty (line 233) | public function testBigIntProperty(): void class MappedSuperclassEntity (line 244) | #[MappedSuperclass] class ParentEntity (line 249) | #[Entity] class ChildEntity (line 260) | #[Entity] class InvalidEntity1 (line 265) | #[Entity] class InvalidEntity2 (line 286) | #[Entity] class DDC1587ValidEntity1 (line 304) | #[Table(name: 'agent')] class DDC1587ValidEntity2 (line 321) | #[Table] class DDC1649One (line 334) | #[Entity] class DDC1649Two (line 344) | #[Entity] class DDC1649Three (line 353) | #[Entity] class DDC3274One (line 362) | #[Entity] class DDC3274Two (line 375) | #[Entity] class Issue9536Target (line 383) | #[Entity] class Issue9536Owner (line 396) | #[Entity] class DDC3322ValidEntity1 (line 409) | #[Entity] class DDC3322ValidEntity2 (line 449) | #[Entity] class DDC3322One (line 470) | #[Entity] class DDC3322Two (line 489) | #[Entity] class DDC3322Three (line 508) | #[Entity] class EmbeddableWithAssociation (line 526) | #[Embeddable] class Issue9095Parent (line 533) | #[Entity] class Issue9095AbstractChild (line 544) | #[Entity] class Issue9095Child (line 549) | #[Entity] class InvalidMappedSuperClass (line 554) | #[MappedSuperclass] FILE: tests/Tests/ORM/Tools/TestAsset/ChildClass.php class ChildClass (line 7) | final class ChildClass extends ParentClass FILE: tests/Tests/ORM/Tools/TestAsset/ChildWithSameAttributesClass.php class ChildWithSameAttributesClass (line 7) | final class ChildWithSameAttributesClass extends ParentClass FILE: tests/Tests/ORM/Tools/TestAsset/ParentClass.php class ParentClass (line 7) | abstract class ParentClass FILE: tests/Tests/ORM/UnitOfWorkTest.php class UnitOfWorkTest (line 52) | class UnitOfWorkTest extends OrmTestCase method setUp (line 71) | protected function setUp(): void method testRegisterRemovedOnNewEntityIsIgnored (line 101) | public function testRegisterRemovedOnNewEntityIsIgnored(): void method testSavingSingleEntityWithIdentityColumnForcesInsert (line 112) | public function testSavingSingleEntityWithIdentityColumnForcesInsert()... method testMultipleInsertsAreBatchedInThePersister (line 147) | #[Group('#11977')] method testCascadedIdentityColumnInsert (line 170) | public function testCascadedIdentityColumnInsert(): void method testGetEntityStateOnVersionedEntityWithAssignedIdentifier (line 203) | public function testGetEntityStateOnVersionedEntityWithAssignedIdentif... method testGetEntityStateWithAssignedIdentity (line 214) | public function testGetEntityStateWithAssignedIdentity(): void method testNoUndefinedIndexNoticeOnScheduleForUpdateWithoutChanges (line 240) | public function testNoUndefinedIndexNoticeOnScheduleForUpdateWithoutCh... method testRejectsPersistenceOfObjectsWithInvalidAssociationValue (line 264) | #[DataProvider('invalidAssociationValuesDataProvider')] method testRejectsChangeSetComputationForObjectsWithInvalidAssociationValue (line 285) | #[DataProvider('invalidAssociationValuesDataProvider')] method testRemovedAndRePersistedEntitiesAreInTheIdentityMapAndAreNotGarbageCollected (line 320) | #[Group('DDC-3619')] method invalidAssociationValuesDataProvider (line 348) | public static function invalidAssociationValuesDataProvider(): array method testAddToIdentityMapValidIdentifiers (line 360) | #[DataProvider('entitiesWithValidIdentifiersProvider')] method entitiesWithValidIdentifiersProvider (line 370) | public static function entitiesWithValidIdentifiersProvider(): array method testRegisteringAManagedInstanceRequiresANonEmptyIdentifier (line 408) | public function testRegisteringAManagedInstanceRequiresANonEmptyIdenti... method testAddToIdentityMapInvalidIdentifiers (line 416) | #[DataProvider('entitiesWithInvalidIdentifiersProvider')] method entitiesWithInvalidIdentifiersProvider (line 425) | public static function entitiesWithInvalidIdentifiersProvider(): array method testNewAssociatedEntityPersistenceOfNewEntitiesThroughCascadedAssociationsFirst (line 447) | #[Group('DDC-2922')] method testNewAssociatedEntityPersistenceOfNewEntitiesThroughNonCascadedAssociationsFirst (line 483) | #[Group('DDC-2922')] method testPreviousDetectedIllegalNewNonCascadedEntitiesAreCleanedUpOnSubsequentCommits (line 533) | #[Group('DDC-2922')] method testCommitThrowOptimisticLockExceptionWhenConnectionCommitFails (line 568) | #[Group('#7946')] // Throw OptimisticLockException when connection::co... method testItThrowsWhenLookingUpIdentifierForUnknownEntity (line 609) | public function testItThrowsWhenLookingUpIdentifierForUnknownEntity():... method testRemovedEntityIsRemovedFromManyToManyCollection (line 615) | public function testRemovedEntityIsRemovedFromManyToManyCollection(): ... method testRemovedEntityIsRemovedFromOneToManyCollection (line 644) | public function testRemovedEntityIsRemovedFromOneToManyCollection(): void method testItThrowsWhenApplicationProvidedIdsCollide (line 671) | public function testItThrowsWhenApplicationProvidedIdsCollide(): void method testItPreservesTheOriginalExceptionOnRollbackFailure (line 690) | public function testItPreservesTheOriginalExceptionOnRollbackFailure()... class VersionedAssignedIdentifierEntity (line 733) | #[Entity] class EntityWithStringIdentifier (line 745) | #[Entity] class EntityWithBooleanIdentifier (line 753) | #[Entity] class EntityWithCompositeStringIdentifier (line 761) | #[Entity] class EntityWithRandomlyGeneratedField (line 773) | #[Entity] method __construct (line 783) | public function __construct() class CascadePersistedEntity (line 790) | #[Entity] method __construct (line 798) | public function __construct() class EntityWithCascadingAssociation (line 804) | #[Entity] method __construct (line 815) | public function __construct() class EntityWithNonCascadingAssociation (line 821) | #[Entity] method __construct (line 832) | public function __construct() FILE: tests/Tests/ORM/Utility/HierarchyDiscriminatorResolverTest.php class HierarchyDiscriminatorResolverTest (line 12) | class HierarchyDiscriminatorResolverTest extends TestCase method testResolveDiscriminatorsForClass (line 14) | public function testResolveDiscriminatorsForClass(): void method testResolveDiscriminatorsForClassWithNoSubclasses (line 42) | public function testResolveDiscriminatorsForClassWithNoSubclasses(): void FILE: tests/Tests/ORM/Utility/IdentifierFlattenerEnumIdTest.php class IdentifierFlattenerEnumIdTest (line 19) | #[CoversClass(IdentifierFlattener::class)] method setUp (line 22) | protected function setUp(): void method testFlattenIdentifierWithEnumId (line 32) | #[Group('utilities')] method testFlattenIdentifierWithCompositeEnumId (line 59) | #[Group('utilities')] FILE: tests/Tests/ORM/Utility/IdentifierFlattenerTest.php class IdentifierFlattenerTest (line 19) | #[CoversClass(IdentifierFlattener::class)] method setUp (line 27) | protected function setUp(): void method testFlattenIdentifierWithOneToOneId (line 44) | #[Group('utilities')] method testFlattenIdentifierWithMutlipleIds (line 86) | #[Group('utilities')] FILE: tests/Tests/OrmFunctionalTestCase.php class OrmFunctionalTestCase (line 201) | abstract class OrmFunctionalTestCase extends OrmTestCase method createSchemaForModels (line 490) | final protected function createSchemaForModels(string ...$models): void method getUpdateSchemaSqlForModels (line 503) | final protected function getUpdateSchemaSqlForModels(string ...$models... method getSchemaForModels (line 509) | final protected function getSchemaForModels(string ...$models): Schema method getMetadataForModels (line 519) | private function getMetadataForModels(array $models): array method useModelSet (line 529) | protected function useModelSet(string $setName): void method tearDown (line 537) | protected function tearDown(): void method setUpEntitySchema (line 820) | protected function setUpEntitySchema(array $classNames): void method setUp (line 843) | protected function setUp(): void method getEntityManager (line 892) | protected function getEntityManager( method createSchemaManager (line 995) | final protected function createSchemaManager(): AbstractSchemaManager method onNotSuccessfulTest (line 1001) | protected function onNotSuccessfulTest(Throwable $e): never method assertSQLEquals (line 1036) | public function assertSQLEquals(string $expectedSql, string $actualSql... method setUpDBALTypes (line 1048) | protected function setUpDBALTypes(): void method isQueryLogAvailable (line 1057) | final protected function isQueryLogAvailable(): bool method getQueryLog (line 1062) | final protected function getQueryLog(): QueryLog method assertQueryCount (line 1076) | final protected function assertQueryCount(int $expectedCount, string $... method getLastLoggedQuery (line 1082) | final protected function getLastLoggedQuery(int $index = 0): array method dropTableIfExists (line 1102) | protected function dropTableIfExists(string $name): void method dropAndCreateTable (line 1117) | protected function dropAndCreateTable(Table $table): void method isUninitializedObject (line 1132) | final protected function isUninitializedObject(object $entity): bool method initializeObject (line 1137) | final protected function initializeObject(object $entity): void FILE: tests/Tests/OrmTestCase.php class OrmTestCase (line 34) | abstract class OrmTestCase extends TestCase method createAttributeDriver (line 61) | protected function createAttributeDriver(array $paths = []): Attribute... method getTestEntityManager (line 74) | protected function getTestEntityManager(): EntityManagerMock method createTestEntityManagerWithConnection (line 79) | protected function createTestEntityManagerWithConnection(Connection $c... method createTestEntityManagerWithPlatform (line 84) | protected function createTestEntityManagerWithPlatform(AbstractPlatfor... method buildTestEntityManagerWithPlatform (line 91) | private function buildTestEntityManagerWithPlatform(Connection $connec... method enableSecondLevelCache (line 119) | protected function enableSecondLevelCache(bool $log = true): void method getSharedMetadataCacheImpl (line 125) | private static function getSharedMetadataCacheImpl(): CacheItemPoolInt... method getSharedQueryCache (line 131) | private static function getSharedQueryCache(): CacheItemPoolInterface method getSharedSecondLevelCache (line 137) | protected function getSharedSecondLevelCache(): CacheItemPoolInterface method createConnectionMock (line 143) | private function createConnectionMock(AbstractPlatform $platform): Con... method createDriverMock (line 154) | private function createDriverMock(AbstractPlatform $platform): Driver FILE: tests/Tests/Proxy/AutoloaderTest.php class AutoloaderTest (line 20) | class AutoloaderTest extends TestCase method dataResolveFile (line 23) | public static function dataResolveFile(): iterable method testResolveFile (line 34) | #[DataProvider('dataResolveFile')] method testAutoload (line 46) | #[IgnoreDeprecations] FILE: tests/Tests/TestUtil.php class TestUtil (line 35) | class TestUtil method getConnection (line 59) | public static function getConnection(DbalConfiguration|null $config = ... method getPrivilegedConnection (line 84) | public static function getPrivilegedConnection(): DbalExtensions\Conne... method configureProxies (line 92) | public static function configureProxies(Configuration $configuration):... method initializeDatabase (line 113) | private static function initializeDatabase(): void method addDbEventSubscribers (line 153) | private static function addDbEventSubscribers(Connection $conn): void method getPrivilegedConnectionParameters (line 168) | private static function getPrivilegedConnectionParameters(): array method getTestConnectionParameters (line 181) | private static function getTestConnectionParameters(): array method mapConnectionParameters (line 197) | private static function mapConnectionParameters(array $configuration, ...