neutron/neutron/objects/db
tonytan4ever 8702eaa0e2 Support object string field filtering on "LIKE" statement
This patch allows objects' get_objects method take in "LIKE" filters.
e.g:
objs = agent.Agent.get_objects(
     self.context,
     resource_versions=obj_utils.StringContains('obj2')
)

Partially-Implements: blueprint adopt-oslo-versioned-objects-for-db
Change-Id: I15a76ce20defbcb5b23a13171f93049e84383e0c
Co-Authored-By: Manjeet Singh Bhatia <manjeet.s.bhatia@intel.com>
2017-07-07 16:15:44 +00:00
..
__init__.py Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
api.py Support object string field filtering on "LIKE" statement 2017-07-07 16:15:44 +00:00