Butterfly Persistence is a simple, no nonsense Java persistence API. It aims to provide a simple relational persistence API. Its features include automatic/manual connection management, easier JDBC operations via JDBC templates (Spring style), simple object relational mapping, and map reading for dynamic queries. It provides a simple and pragmatic approach to persistence and will either help you, or get out of the way and let you do the job manually.
| Tags | Java dao Database ORM Persistence |
|---|---|
| Licenses | Apache 2.0 |
| Implementation | Java |
Recent releases


Release Notes: This version contains support for automatic connection and transaction scoping. In other words, it is now much easier to make sure that connections are opened and closed correctly and that transactions are committed or rolled back correctly.


Release Notes: This version has been back-ported from JDK 6 to JDK 5.