Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-45 249537cd2 -> 2f32b7ed6


# IGNITE-330 Added README.txt.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e1922576
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e1922576
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e1922576

Branch: refs/heads/ignite-45
Commit: e192257677cbedda9890f9f64ebb5139799963f8
Parents: 249537c
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Sun Mar 22 18:06:20 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Sun Mar 22 18:06:20 2015 +0700

----------------------------------------------------------------------
 examples/schema-import/README.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e1922576/examples/schema-import/README.txt
----------------------------------------------------------------------
diff --git a/examples/schema-import/README.txt 
b/examples/schema-import/README.txt
new file mode 100644
index 0000000..5000d2a
--- /dev/null
+++ b/examples/schema-import/README.txt
@@ -0,0 +1,15 @@
+Apache Ignite Schema Import Utility
+===================================
+
+Ignite ships with CacheJdbcPojoStore, which is out-of-the-box JDBC
+implementation of the IgniteCacheStore interface, and automatically
+handles all the write-through and read-through logic.
+
+Ignite also ships with its own database schema mapping wizard which provides 
automatic
+support for integrating with persistence stores. This utility automatically 
connects to
+the underlying database and generates all the required XML OR-mapping 
configuration
+and Java domain model POJOs.
+
+For information on how to get started with Apache Ignite Schema Import Utility 
please visit:
+
+    http://apacheignite.readme.io/v1.0/docs/automatic-persistence

Reply via email to