# File lib/dm-core/adapters/abstract_adapter.rb, line 171 def new_query(repository, model, options = {}) Query.new(repository, model, options) end