MetadataCacheUsesNonPersistentCache
extends CacheException
in package
FinalYes
Exception for cache.
Table of Contents
Methods
- cantUseInOperatorOnCompositeKeys() : ORMException
- entityManagerClosed() : ORMException
- findByRequiresParameter() : ORMException
- fromDriver() : self
- invalidEntityRepository() : ORMException
- invalidFindByInverseAssociation() : ORMException
- invalidHydrationMode() : ORMException
- invalidMagicCall() : ORMException
- invalidOrientation() : ORMException
- invalidResultCacheDriver() : ORMException
- metadataCacheNotConfigured() : ORMException
- metadataCacheUsesNonPersistentCache() : ORMException
- mismatchedEventManager() : ORMException
- missingIdentifierField() : ORMException
- missingMappingDriverImpl() : ORMException
- namedNativeQueryNotFound() : ORMException
- namedQueryNotFound() : ORMException
- nonCacheableEntity() : CacheException
- nonCacheableEntityAssociation() : CacheException
- notSupported() : ORMException
- proxyClassesAlwaysRegenerating() : ORMException
- queryCacheNotConfigured() : ORMException
- queryCacheUsesNonPersistentCache() : ORMException
- unexpectedAssociationValue() : ORMException
- unknownEntityNamespace() : ORMException
- unrecognizedField() : ORMException
- unrecognizedIdentifierFields() : ORMException
- updateReadOnlyCollection() : CacheException
- updateReadOnlyEntity() : CacheException
Methods
cantUseInOperatorOnCompositeKeys()
public
static cantUseInOperatorOnCompositeKeys() : ORMException
Tags
Return values
ORMExceptionentityManagerClosed()
public
static entityManagerClosed() : ORMException
Tags
Return values
ORMExceptionfindByRequiresParameter()
public
static findByRequiresParameter(string $methodName) : ORMException
Parameters
- $methodName : string
Tags
Return values
ORMExceptionfromDriver()
public
static fromDriver(Cache $cache) : self
Parameters
- $cache : Cache
Return values
selfinvalidEntityRepository()
public
static invalidEntityRepository(string $className) : ORMException
Parameters
- $className : string
Tags
Return values
ORMExceptioninvalidFindByInverseAssociation()
public
static invalidFindByInverseAssociation(string $entityName, string $associationFieldName) : ORMException
Parameters
- $entityName : string
- $associationFieldName : string
Tags
Return values
ORMExceptioninvalidHydrationMode()
public
static invalidHydrationMode(string $mode) : ORMException
Parameters
- $mode : string
Tags
Return values
ORMExceptioninvalidMagicCall()
public
static invalidMagicCall(string $entityName, string $fieldName, string $method) : ORMException
Parameters
- $entityName : string
- $fieldName : string
- $method : string
Tags
Return values
ORMExceptioninvalidOrientation()
public
static invalidOrientation(string $className, string $field) : ORMException
Parameters
- $className : string
- $field : string
Tags
Return values
ORMExceptioninvalidResultCacheDriver()
public
static invalidResultCacheDriver() : ORMException
Tags
Return values
ORMExceptionmetadataCacheNotConfigured()
public
static metadataCacheNotConfigured() : ORMException
Tags
Return values
ORMExceptionmetadataCacheUsesNonPersistentCache()
public
static metadataCacheUsesNonPersistentCache(Cache $cache) : ORMException
Parameters
- $cache : Cache
Tags
Return values
ORMExceptionmismatchedEventManager()
public
static mismatchedEventManager() : ORMException
Tags
Return values
ORMExceptionmissingIdentifierField()
public
static missingIdentifierField(string $className, string $fieldName) : ORMException
Parameters
- $className : string
- $fieldName : string
Tags
Return values
ORMExceptionmissingMappingDriverImpl()
public
static missingMappingDriverImpl() : ORMException
Tags
Return values
ORMExceptionnamedNativeQueryNotFound()
public
static namedNativeQueryNotFound(string $nativeQueryName) : ORMException
Parameters
- $nativeQueryName : string
Tags
Return values
ORMExceptionnamedQueryNotFound()
public
static namedQueryNotFound(string $queryName) : ORMException
Parameters
- $queryName : string
Tags
Return values
ORMExceptionnonCacheableEntity()
public
static nonCacheableEntity(string $entityName) : CacheException
Parameters
- $entityName : string
Return values
CacheExceptionnonCacheableEntityAssociation()
public
static nonCacheableEntityAssociation(string $entityName, string $field) : CacheException
Parameters
- $entityName : string
- $field : string
Tags
Return values
CacheExceptionnotSupported()
public
static notSupported() : ORMException
Tags
Return values
ORMExceptionproxyClassesAlwaysRegenerating()
public
static proxyClassesAlwaysRegenerating() : ORMException
Tags
Return values
ORMExceptionqueryCacheNotConfigured()
public
static queryCacheNotConfigured() : ORMException
Tags
Return values
ORMExceptionqueryCacheUsesNonPersistentCache()
public
static queryCacheUsesNonPersistentCache(Cache $cache) : ORMException
Parameters
- $cache : Cache
Tags
Return values
ORMExceptionunexpectedAssociationValue()
public
static unexpectedAssociationValue(string $class, string $association, string $given, string $expected) : ORMException
Parameters
- $class : string
- $association : string
- $given : string
- $expected : string
Tags
Return values
ORMExceptionunknownEntityNamespace()
public
static unknownEntityNamespace(string $entityNamespaceAlias) : ORMException
Parameters
- $entityNamespaceAlias : string
Tags
Return values
ORMExceptionunrecognizedField()
public
static unrecognizedField(string $field) : ORMException
Parameters
- $field : string
Tags
Return values
ORMExceptionunrecognizedIdentifierFields()
public
static unrecognizedIdentifierFields(string $className, array<string|int, string> $fieldNames) : ORMException
Parameters
- $className : string
- $fieldNames : array<string|int, string>
Tags
Return values
ORMExceptionupdateReadOnlyCollection()
public
static updateReadOnlyCollection(string $sourceEntity, string $fieldName) : CacheException
Parameters
- $sourceEntity : string
- $fieldName : string
Return values
CacheExceptionupdateReadOnlyEntity()
public
static updateReadOnlyEntity(string $entityName) : CacheException
Parameters
- $entityName : string