guice-persist-orient examples

November 26, 2025 ยท View on GitHub

License CI

About

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 5.0.0 (orientdb 3.2).

Setup

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

Integration