GitHub user f7753 opened a pull request: https://github.com/apache/ignite/pull/839
IGNITE-3391 add param tableName for queryEntity Currently the SQL table name is always the same as class name. In some cases user may want to override this and use different name in queries. `tableName ` property is added to `QueryEntity`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/f7753/ignite tableName Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/839.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 #839 ---- commit b585a6a40063b5f07e5566f08b76438e7bc6dd96 Author: f7753 <mabiao...@gmail.com> Date: 2016-06-29T06:39:02Z IGNITE-3391 add tableName for QueryEntity commit ae90c494610b86ed4d5dc055c449da72fb130d4a Author: f7753 <mabiao...@gmail.com> Date: 2016-06-29T06:46:23Z IGNITE-3391 modified the L207 ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---