adding converters to fix CommonTypesPersistenceSpec with RestGraphDatabase
4 files changed
tree: 0c9e65619cf6b66a32d4785cdaefaee5d4dfd610
  1. .idea/
  2. gradle/
  3. grails-datastore-appengine/
  4. grails-datastore-cassandra/
  5. grails-datastore-core/
  6. grails-datastore-dynamodb/
  7. grails-datastore-gemfire/
  8. grails-datastore-gorm/
  9. grails-datastore-gorm-dynamodb/
  10. grails-datastore-gorm-gemfire/
  11. grails-datastore-gorm-hibernate/
  12. grails-datastore-gorm-jcr/
  13. grails-datastore-gorm-jpa/
  14. grails-datastore-gorm-mongo/
  15. grails-datastore-gorm-neo4j/
  16. grails-datastore-gorm-plugin-support/
  17. grails-datastore-gorm-redis/
  18. grails-datastore-gorm-riak/
  19. grails-datastore-gorm-simpledb/
  20. grails-datastore-gorm-tck/
  21. grails-datastore-gorm-test/
  22. grails-datastore-jcr/
  23. grails-datastore-jpa/
  24. grails-datastore-mongo/
  25. grails-datastore-redis/
  26. grails-datastore-riak/
  27. grails-datastore-simple/
  28. grails-datastore-simpledb/
  29. grails-datastore-web/
  30. grails-documentation-core/
  31. grails-documentation-dynamodb/
  32. grails-documentation-mongo/
  33. grails-documentation-neo4j/
  34. grails-documentation-redis/
  35. grails-documentation-riak/
  36. grails-documentation-simpledb/
  37. grails-plugins/
  38. src/
  39. .gitignore
  40. build.gradle
  41. clover.gradle
  42. clover.license
  43. gradle.properties
  44. gradlew
  45. gradlew.bat
  46. grails-data-mapping.iml
  47. grails-data-mapping.ipr
  48. nosql-core.iml
  49. README.md
  50. settings.gradle
README.md

Grails Datastore API

[Grails][Grails] is a framework used to build web applications with the [Groovy][Groovy] programming language. This project provides the plumbings for the GORM API both for Hibernate and for new implementations of GORM ontop of NoSQL datastores. [Grails]: http://grails.org/ [Groovy]: http://groovy.codehaus.org/

Getting Started

For further information on the project see the comprehensive [developer guide][Developer Guide]. [Developer Guide]: http://springsource.github.com/grails-data-mapping/

License

Grails and Groovy are licensed under the terms of the [Apache License, Version 2.0][Apache License, Version 2.0]. [Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html