This is an automated email from the ASF dual-hosted git repository.

alfonsonishikawa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git.


    from c464381  Merge pull request #226 from 
podorvanova/revert-gora-271-changes
     new 0aa87d3  Read mapping from gora.mapping (if available) in the Ignite 
Store
     new 925c732  Develop and test Metadata Analyzer of Ignite
     new e063e16  add datatype of the primary key
     new cd5ec39  Merge pull request #228 from mgov88/GORA-665

The 1345 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../gora/ignite/store/IgniteMappingBuilder.java    |  13 ++-
 .../org/apache/gora/ignite/store/IgniteStore.java  |  18 +++-
 .../ignite/store/IgniteStoreMetadataAnalyzer.java  | 110 +++++++++++++++++++++
 .../gora/ignite/store/IgniteTableMetadata.java     |  60 +++++++++++
 .../apache/gora/ignite/utils/IgniteSQLBuilder.java |  39 ++++++++
 .../apache/gora/ignite/store/TestIgniteStore.java  |  25 +++++
 pom.xml                                            |   2 +-
 7 files changed, 256 insertions(+), 11 deletions(-)
 create mode 100644 
gora-ignite/src/main/java/org/apache/gora/ignite/store/IgniteStoreMetadataAnalyzer.java
 create mode 100644 
gora-ignite/src/main/java/org/apache/gora/ignite/store/IgniteTableMetadata.java

Reply via email to