doc/book/en/development/entityclasses/index.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 15 Apr 2010 12:46:57 +0200
changeset 5271 94e16453a640
parent 5144 5a09bea07302
permissions -rw-r--r--
[dbapi] fix user handling on dbapi request. Avoid getting None as _user and remove the need for a property.

Data as objects
===============

In this chapter, we will introduce the objects that are used to handle
the logic associated to the data stored in the database.

.. toctree::
   :maxdepth: 1

   data-as-objects
   load-sort
   interfaces
   application-logic