Module: Dynamoid::Criteria
- Extended by:
- ActiveSupport::Concern
- Included in:
- Components
- Defined in:
- lib/dynamoid/criteria.rb,
lib/dynamoid/criteria/chain.rb,
lib/dynamoid/criteria/where_conditions.rb,
lib/dynamoid/criteria/key_fields_detector.rb,
lib/dynamoid/criteria/nonexistent_fields_detector.rb
Overview
Allows classes to be queried by where, all, first, and each and return criteria chains.
Defined Under Namespace
Modules: ClassMethods Classes: Chain, KeyFieldsDetector, NonexistentFieldsDetector, WhereConditions