class HoldMapperEvents(_EventsHold.HoldEvents, MapperEvents):
Undocumented
Inherited from HoldEvents
:
Class Method | _listen |
Undocumented |
Class Variable | _dispatch_target |
Undocumented |
Inherited from MapperEvents
:
Class Method | _accept_with |
Undocumented |
Class Method | _clear |
Undocumented |
Class Method | _listen |
Undocumented |
Class Method | _new_mapper_instance |
Undocumented |
Method | after_configured |
Called after a series of mappers have been configured. |
Method | after_delete |
Receive an object instance after a DELETE statement has been emitted corresponding to that instance. |
Method | after_insert |
Receive an object instance after an INSERT statement is emitted corresponding to that instance. |
Method | after_update |
Receive an object instance after an UPDATE statement is emitted corresponding to that instance. |
Method | before_configured |
Called before a series of mappers have been configured. |
Method | before_delete |
Receive an object instance before a DELETE statement is emitted corresponding to that instance. |
Method | before_insert |
Receive an object instance before an INSERT statement is emitted corresponding to that instance. |
Method | before_mapper_configured |
Called right before a specific mapper is to be configured. |
Method | before_update |
Receive an object instance before an UPDATE statement is emitted corresponding to that instance. |
Method | instrument_class |
Receive a class when the mapper is first constructed, before instrumentation is applied to the mapped class. |
Method | mapper_configured |
Called when a specific mapper has completed its own configuration within the scope of the .configure_mappers call. |
Class Variable | _target_class_doc |
Undocumented |
Inherited from Events
(via MapperEvents
):
Class Method | _remove |
Undocumented |
Static Method | _set_dispatch |
Undocumented |