neutron/neutron/objects/db
Ihar Hrachyshka 0fce7de103 objects: introduce count() API to count matching objects
This is used in several places in current database code. The default
implementation relies on counting get_objects results, but for
NeutronDbObject based objects, we rely on .count API from SQLAlchemy.

Change-Id: I43fa371588ee5f0e5fd75cabc20f8f6fffed61bf
Partially-Implements: blueprint adopt-oslo-versioned-objects-for-db
2016-08-03 16:59:50 +02:00
..
__init__.py Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
api.py objects: introduce count() API to count matching objects 2016-08-03 16:59:50 +02:00