foreign-key-to-primary-key criterion, will also use an
operation equivalent to :meth:`~.Query.get` in order to retrieve
the target value from the local identity map
- before querying the database. See :doc:`/orm/loading`
+ before querying the database. See :doc:`/orm/loading_relationships`
for further details on relationship loading.
:param ident: A scalar or tuple value representing
Most supplied options regard changing how column- and
relationship-mapped attributes are loaded. See the sections
- :ref:`deferred` and :doc:`/orm/loading` for reference
+ :ref:`deferred` and :doc:`/orm/loading_relationships` for reference
documentation.
"""
.. seealso::
- :doc:`/orm/loading` - Full documentation on relationship loader
+ :doc:`/orm/loading_relationships` - Full documentation on relationship loader
configuration.
:ref:`dynamic_relationship` - detail on the ``dynamic`` option.