https://github.com/xvik/guice-persist-orient-examples
Examples repository for guice-persist-orient
https://github.com/xvik/guice-persist-orient-examples
example guice java orientdb
Last synced: 6 months ago
JSON representation
Examples repository for guice-persist-orient
- Host: GitHub
- URL: https://github.com/xvik/guice-persist-orient-examples
- Owner: xvik
- License: mit
- Created: 2016-06-09T01:07:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T19:41:37.000Z (over 4 years ago)
- Last Synced: 2025-02-04T21:45:47.962Z (8 months ago)
- Topics: example, guice, java, orientdb
- Language: Java
- Size: 210 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guice-persist-orient examples
[](http://www.opensource.org/licenses/MIT)
[](https://travis-ci.com/xvik/guice-persist-orient-examples)### About
Usage examples for [guice-persist-orient](https://github.com/xvik/guice-persist-orient)
If you can't find answer for your problem in provided examples, please request new sample by
[creating new issue](https://github.com/xvik/guice-persist-orient-examples/issues).All samples build with guice-persist-orient 4.1.0 (orientdb 3.1).
* Examples for [v4.0.0 and orient 3.0.x](https://github.com/xvik/guice-persist-orient-examples/tree/orient-3.0.x)
* Examples for [v3.3.2 and orient 2.2.x](https://github.com/xvik/guice-persist-orient-examples/tree/orient-2.2.x)
* Examples for [v3.2.0 and orient 2.1.x](https://github.com/xvik/guice-persist-orient-examples/tree/orient-2.1.x)
* Examples for [v3.1.1 and orient 2.0.x](https://github.com/xvik/guice-persist-orient-examples/tree/orient-2.0.x)### Setup
Prefer reading samples in the same order because they assume previous samples knowledge.
* [Base setup](setup-base)
basic configuration concepts with the simplest configuration for document database api
* [Object setup](setup-object)
configuration for object database api; mapping scheme from objects
* [Graph setup](setup-graph) configuration for graph api; graph construction; graph specific sql
* [Repository setup](setup-repository) configuration for using repositories and basic repository method samples
* [Repository examples](repository-examples) many repository definition examples### Integration
* [Play framework](https://github.com/xvik/guice-persist-orient-play-example) sample play integration