Class | DetachedInstanceError |
An attempt to access unloaded attributes on a mapped instance that is detached. |
Class | FlushError |
A invalid condition was detected during flush(). |
Class | LoaderStrategyException |
A loader strategy for an attribute does not exist. |
Class | ObjectDeletedError |
A refresh operation failed to retrieve the database row corresponding to an object's known primary key identity. |
Class | ObjectDereferencedError |
An operation cannot complete due to an object being garbage collected. |
Class | StaleDataError |
An operation encountered database state that is unaccounted for. |
Class | UnmappedClassError |
An mapping operation was requested for an unknown class. |
Class | UnmappedColumnError |
Mapping operation was requested on an unknown column. |
Class | UnmappedError |
Base for exceptions that involve expected mappings not present. |
Class | UnmappedInstanceError |
An mapping operation was requested for an unknown instance. |
Constant | NO_STATE |
Exception types that may be raised by instrumentation implementations. |
Function | _default_unmapped |
Undocumented |
Function | _safe_cls_name |
Undocumented |