PHP 클래스 Doctrine\OXM\OXMException

상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: doctrine/oxm 1 사용 예제들

공개 메소드들

메소드 설명
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 )

메소드 상세

canOnlyPersistRootClasses() 공개 정적인 메소드

public static canOnlyPersistRootClasses ( $className )

cannotPersistMappedSuperclass() 공개 정적인 메소드

public static cannotPersistMappedSuperclass ( $className )

entityManagerClosed() 공개 정적인 메소드

public static entityManagerClosed ( )

entityMissingAssignedId() 공개 정적인 메소드

public static entityMissingAssignedId ( $entity )

fileMappingDriversRequireConfiguredDirectoryPath() 공개 정적인 메소드

invalidFindByCall() 공개 정적인 메소드

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

mappingCacheNotConfigured() 공개 정적인 메소드

public static mappingCacheNotConfigured ( )

mappingNotFound() 공개 정적인 메소드

public static mappingNotFound ( $className, $fieldName )

missingMappingDriverImpl() 공개 정적인 메소드

public static missingMappingDriverImpl ( )

notSupported() 공개 정적인 메소드

public static notSupported ( )

typeExists() 공개 정적인 메소드

public static typeExists ( $name )

typeNotFound() 공개 정적인 메소드

public static typeNotFound ( $name )

unknownEntityNamespace() 공개 정적인 메소드

public static unknownEntityNamespace ( $entityNamespaceAlias )

unknownType() 공개 정적인 메소드

public static unknownType ( $name )

unrecognizedField() 공개 정적인 메소드

public static unrecognizedField ( $field )

xmlEntityNotFound() 공개 정적인 메소드

public static xmlEntityNotFound ( $className, $identifier )