# File lib/mongo_mapper/plugins/keys.rb, line 285
      def persisted?
        !new? && !destroyed?
      end