1) Accelerated ORM for Java 8 is an open source ORM solution called Speedment that keeps all data fully in-memory for extreme speed and uses reactive programming.
2) Speedment aims to improve developer productivity by allowing applications to work with relational databases as if they were object-oriented while avoiding the slowdowns of traditional ORMs.
3) Speedment's API is designed around Java 8 features like streams and uses code generation so developers can focus on their problem domain rather than database details.