Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 723 Bytes

README.textile

File metadata and controls

18 lines (11 loc) · 723 Bytes

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.