PHP Class Doctrine\OXM\OXMException

Inheritance: extends Exceptio\Exception
Datei anzeigen Open project: doctrine/oxm Class Usage Examples

Public Methods

Method Description
canOnlyPersistRootClasses ( $className )
cannotPersistMappedSuperclass ( $className )
entityManagerClosed ( )
entityMissingAssignedId ( $entity )
fileMappingDriversRequireConfiguredDirectoryPath ( )
invalidFindByCall ( $entityName, $fieldName, $method )
mappingCacheNotConfigured ( )
mappingNotFound ( $className, $fieldName )
missingMappingDriverImpl ( )
notSupported ( )
typeExists ( $name )
typeNotFound ( $name )
unknownEntityNamespace ( $entityNamespaceAlias )
unknownType ( $name )
unrecognizedField ( $field )
xmlEntityNotFound ( $className, $identifier )

Method Details

canOnlyPersistRootClasses() public static method

public static canOnlyPersistRootClasses ( $className )

cannotPersistMappedSuperclass() public static method

public static cannotPersistMappedSuperclass ( $className )

entityManagerClosed() public static method

public static entityManagerClosed ( )

entityMissingAssignedId() public static method

public static entityMissingAssignedId ( $entity )

fileMappingDriversRequireConfiguredDirectoryPath() public static method

invalidFindByCall() public static method

public static invalidFindByCall ( $entityName, $fieldName, $method )

mappingCacheNotConfigured() public static method

public static mappingCacheNotConfigured ( )

mappingNotFound() public static method

public static mappingNotFound ( $className, $fieldName )

missingMappingDriverImpl() public static method

public static missingMappingDriverImpl ( )

notSupported() public static method

public static notSupported ( )

typeExists() public static method

public static typeExists ( $name )

typeNotFound() public static method

public static typeNotFound ( $name )

unknownEntityNamespace() public static method

public static unknownEntityNamespace ( $entityNamespaceAlias )

unknownType() public static method

public static unknownType ( $name )

unrecognizedField() public static method

public static unrecognizedField ( $field )

xmlEntityNotFound() public static method

public static xmlEntityNotFound ( $className, $identifier )