# File lib/rbatis.rb, line 173
    def all_nil?(record)
      fields.each_value{|f| return false if !f.value(record).nil?}
      return true
    end