Usage examples for guice-persist-orient
If you can't find answer for your problem in provided examples, please request new sample by creating new issue.
All samples build with guice-persist-orient 4.1.0 (orientdb 3.1).
- Examples for v4.0.0 and orient 3.0.x
- Examples for v3.3.2 and orient 2.2.x
- Examples for v3.2.0 and orient 2.1.x
- Examples for v3.1.1 and orient 2.0.x
Prefer reading samples in the same order because they assume previous samples knowledge.
- Base setup basic configuration concepts with the simplest configuration for document database api
- Object setup configuration for object database api; mapping scheme from objects
- Graph setup configuration for graph api; graph construction; graph specific sql
- Repository setup configuration for using repositories and basic repository method samples
- Repository examples many repository definition examples
- Play framework sample play integration