Release: 2.0.31 | Release Date: June 18, 2024

SQLAlchemy 2.0 Documentation - 私家版日本語訳ドキュメント

SQLAlchemy 2.0 Documentation - 私家版日本語訳ドキュメント

Home

SQLAlchemy ORM

  • ORM Quick Start
  • ORM Mapped Class Configuration
  • Relationship Configuration
  • ORM Querying Guide
  • Using the Session
  • Events and Internals¶
    • ORM Events
    • ORM Internals
    • ORM Exceptions
  • ORM Extensions
  • ORM Examples

Home

  • Previous: Session API
  • Next: ORM Events
  • Up: Home
    • SQLAlchemy ORM
  • On this page:
    • Events and Internals

Events and Internals¶

SQLAlchemy ORMおよびCoreは、一般的にイベントフックを使用して拡張されます。 Events で、イベントシステム全般の使用方法を確認してください。

  • ORM Events
    • Session Events
    • Mapper Events
    • Instance Events
    • Attribute Events
    • Query Events
    • Instrumentation Events
  • ORM Internals
    • AttributeState
    • CascadeOptions
    • ClassManager
    • ColumnProperty
    • Composite
    • CompositeProperty
    • AttributeEventToken
    • IdentityMap
    • InspectionAttr
    • InspectionAttrInfo
    • InstanceState
    • InstrumentedAttribute
    • LoaderCallableStatus
    • Mapped
    • MappedColumn
    • MapperProperty
    • MappedSQLExpression
    • InspectionAttrExtensionType
    • NotExtension
    • merge_result()
    • merge_frozen_result()
    • PropComparator
    • Relationship
    • RelationshipDirection
    • RelationshipProperty
    • SQLORMExpression
    • Synonym
    • SynonymProperty
    • QueryContext
    • QueryableAttribute
    • UOWTransaction
  • ORM Exceptions
    • ConcurrentModificationError
    • DetachedInstanceError
    • FlushError
    • LoaderStrategyException
    • NO_STATE
    • ObjectDeletedError
    • ObjectDereferencedError
    • StaleDataError
    • UnmappedClassError
    • UnmappedColumnError
    • UnmappedError
    • UnmappedInstanceError
Previous: Session API Next: ORM Events
© Copyright 2007-2024, the SQLAlchemy authors and contributors.

flambé! the dragon and The Alchemist image designs created and generously donated by Rotem Yaari.

Created using Sphinx 7.2.6. Documentation last generated: Sat Aug 17 14:19:19 2024 JST