An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# guice-persist-orient examples
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://www.opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.com/xvik/guice-persist-orient-examples.svg?branch=master)](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