summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/orm/interfaces.py')
-rw-r--r--lib/sqlalchemy/orm/interfaces.py19
1 files changed, 1 insertions, 18 deletions
diff --git a/lib/sqlalchemy/orm/interfaces.py b/lib/sqlalchemy/orm/interfaces.py
index 579101f0d..412fabc23 100644
--- a/lib/sqlalchemy/orm/interfaces.py
+++ b/lib/sqlalchemy/orm/interfaces.py
@@ -498,24 +498,7 @@ class MapperProperty(object):
"""
pass
- def register_dependencies(self, *args, **kwargs):
- """Called by the ``Mapper`` in response to the UnitOfWork
- calling the ``Mapper``'s register_dependencies operation.
- Establishes a topological dependency between two mappers
- which will affect the order in which mappers persist data.
-
- """
-
- pass
-
- def register_processors(self, *args, **kwargs):
- """Called by the ``Mapper`` in response to the UnitOfWork
- calling the ``Mapper``'s register_processors operation.
- Establishes a processor object between two mappers which
- will link data and state between parent/child objects.
-
- """
-
+ def get_flush_actions(self, uowtransaction, records, state):
pass
def is_primary(self):