# File lib/rbatis/rails_integration.rb, line 71
    def new_record?
      return true if not defined?(@new_record)
      @new_record
    end