/orientdb-spring

OrientDB integration with Spring

Primary LanguageJavaApache License 2.0Apache-2.0

OrientDB / Spring integration

About the project

spring-orientdb is an attempt to provide a PlatformTransactionManager for OrientDB useable with the Spring Framework, in particular with @Transactional annotation.

Configuration and usage

For sample configuration and usage see orientdb-spring-samples:
https://github.com/megadix/orientdb-spring-samples

Disclaimer

WARNING: this is my first attempt at the implementation of such a complex beast like a transaction manager, so USE IT AT YOUR OWN RISK!

  • I’m not an expert in Spring internals;
  • I’m not an expert in OrientDB;
  • I just think that Spring & OrientDB are very cool projects that somehow need to work better together.