class documentation

class AsyncSessionEvents(orm_event.SessionEvents):

View In Hierarchy

Undocumented

Class Method ​_listen Undocumented
Class Variable ​_target​_class​_doc Undocumented

Inherited from SessionEvents:

Class Method ​_accept​_with Undocumented
Method ​_lifecycle​_event Undocumented
Method after​_attach Execute after an instance is attached to a session.
Method after​_begin Execute after a transaction is begun on a connection
Method after​_bulk​_delete Execute after ORM DELETE against a WHERE expression has been invoked.
Method after​_bulk​_update Execute after an ORM UPDATE against a WHERE expression has been invoked.
Method after​_commit Execute after a commit has occurred.
Method after​_flush Execute after flush has completed, but before commit has been called.
Method after​_flush​_postexec Execute after flush has completed, and after the post-exec state occurs.
Method after​_rollback Execute after a real DBAPI rollback has occurred.
Method after​_soft​_rollback Execute after any rollback has occurred, including "soft" rollbacks that don't actually emit at the DBAPI level.
Method after​_transaction​_create Execute when a new .SessionTransaction is created.
Method after​_transaction​_end Execute when the span of a .SessionTransaction ends.
Method before​_attach Execute before an instance is attached to a session.
Method before​_commit Execute before commit is called.
Method before​_flush Execute before flush process has started.
Method deleted​_to​_detached Intercept the "deleted to detached" transition for a specific object.
Method deleted​_to​_persistent Intercept the "deleted to persistent" transition for a specific object.
Method detached​_to​_persistent Intercept the "detached to persistent" transition for a specific object.
Method do​_orm​_execute Intercept statement executions that occur in terms of a .Session.
Method loaded​_as​_persistent Intercept the "loaded as persistent" transition for a specific object.
Method pending​_to​_persistent Intercept the "pending to persistent"" transition for a specific object.
Method pending​_to​_transient Intercept the "pending to transient" transition for a specific object.
Method persistent​_to​_deleted Intercept the "persistent to deleted" transition for a specific object.
Method persistent​_to​_detached Intercept the "persistent to detached" transition for a specific object.
Method persistent​_to​_transient Intercept the "persistent to transient" transition for a specific object.
Method transient​_to​_pending Intercept the "transient to pending" transition for a specific object.

Inherited from Events (via SessionEvents):

Class Method ​_clear Undocumented
Class Method ​_remove Undocumented
Static Method ​_set​_dispatch Undocumented
@classmethod
def _listen(cls, event_key, retval=False):
_target_class_doc: str =