API Overview

With the current Persistence Manager API, you can :

  • Manage the object life cycle (insert, update, delete, retrieve).
  • Search single object or collections with criteria.
  • Manage version (check int, check out, create a new version, show history).
  • Lock objects.

You can see the JavaDoc to get a complete API overview.

We plan to add other features in a future release.