class documentation

class HoldMapperEvents(_EventsHold.HoldEvents, MapperEvents):

View In Hierarchy

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