-.. _query_api_toplevel:
.. module:: sqlalchemy.orm
+.. _query_api_toplevel:
+
+=========
Query API
=========
+This section presents the API reference for the ORM :class:`.Query` object. For a walkthrough
+of how to use this object, see :ref:`ormtutorial_toplevel`.
+
The Query Object
-----------------
+================
:class:`~.Query` is produced in terms of a given :class:`~.Session`, using the :meth:`~.Session.query` method::
:members:
ORM-Specific Query Constructs
------------------------------
+=============================
.. autofunction:: sqlalchemy.orm.aliased