Skip to content
jarekratajski edited this page Nov 26, 2016 · 11 revisions

Welcome

Airomem is Java persistence framework based on Prevayler. The most important features are:

  • speed,
  • simplicity. This is achieved because there is no Database. There is only persistence.

Airomem direct

You can try very simple persistence framework now. It is called Airomem-direct. You only need 2 Annotations - and there is no API. No EntityManager ...etc - just objects from Your domain that will be stored.

Read more

Quick start

Sample (old)

FAQ

Features

Clone this wiki locally