# File lib/orm_adapter/adapters/data_mapper.rb, line 16
      def get!(id)
        klass.get!(id)
      end