Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 706DE200B59 for ; Mon, 8 Aug 2016 21:15:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6EFCC160A91; Mon, 8 Aug 2016 19:15:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B6074160A77 for ; Mon, 8 Aug 2016 21:15:43 +0200 (CEST) Received: (qmail 38495 invoked by uid 500); 8 Aug 2016 19:15:42 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 38484 invoked by uid 99); 8 Aug 2016 19:15:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 19:15:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6F4F8DFC56; Mon, 8 Aug 2016 19:15:42 +0000 (UTC) From: EdShangGG To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #931: IGNITE-1192 Content-Type: text/plain Date: Mon, 8 Aug 2016 19:15:42 +0000 (UTC) archived-at: Mon, 08 Aug 2016 19:15:44 -0000 GitHub user EdShangGG opened a pull request: https://github.com/apache/ignite/pull/931 IGNITE-1192 You can merge this pull request into a Git repository by running: $ git pull https://github.com/EdShangGG/ignite IGNITE-1192 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/931.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #931 ---- commit 272b685033bdce712d67393a03608c9e783d66cd Author: EdShangGG Date: 2016-08-03T17:17:51Z IGNITE-1192 Provide integration with Spring Data -prototype commit 1b175c5b887b7a0d6e5ef7a83a04fbf9efc69c3c Author: EdShangGG Date: 2016-08-04T15:12:05Z IGNITE-1192 Provide integration with Spring Data -adding sql generation for almost all PartTree.Type commit 9b00d7ba5a00cfc9ee28bd7b9b66da2952615beb Author: EdShangGG Date: 2016-08-05T14:17:01Z IGNITE-1192 Provide integration with Spring Data -adding support of count-query, sort and pageable commit 3dedbc88dc8ff2c7cbbb84dd0e935d2b4ba4eacc Author: EdShangGG Date: 2016-08-05T16:11:54Z IGNITE-1192 Provide integration with Spring Data -adding support for select for fields commit 38b66070eedd69eaceda7543bfbd5ad935dd6cb8 Author: EdShangGG Date: 2016-08-08T14:12:01Z IGNITE-1192 Provide integration with Spring Data -adding support for Cache.Entry commit 3ee689eb75806047ceaf41713c61ec3b5c26575d Author: EdShangGG Date: 2016-08-08T14:21:14Z IGNITE-1192 Provide integration with Spring Data -refactoring commit c8c691d9e94070258c3064e4d8ee47b7a2000e5c Author: EdShangGG Date: 2016-08-08T15:02:19Z IGNITE-1192 Provide integration with Spring Data -adding support for returning several fields in sql fields queries commit 0784d241a09b88149d78373dda2072d71e0051d2 Author: EdShangGG Date: 2016-08-08T17:18:24Z IGNITE-1192 Provide integration with Spring Data -refactoring, adding comments, javadocs commit cff02437ee8ccafa0b03cbd2638defab35f349db Author: EdShangGG Date: 2016-08-08T17:44:46Z IGNITE-1192 Provide integration with Spring Data -adding support for slice of cache entries commit 1665cc498a6ffc02c4c808b98bcdf8a9b0780d23 Author: EdShangGG Date: 2016-08-08T19:13:31Z IGNITE-1192 Provide integration with Spring Data -adding javadoc, tests, clearing pom ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---