Module: Dynamoid::Criteria

Extended by:
ActiveSupport::Concern
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

Classes: Chain