Module: Cuprum::Collections::Commands::AbstractFindMany
- Included in:
- Basic::Commands::FindMany
- Defined in:
- lib/cuprum/collections/commands/abstract_find_many.rb
Overview
Abstract implementation of the FindMany command.
Subclasses must define the #build_query method, which returns an empty Query instance for that collection.