Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-08-05 18:35
5.2.0

Esta versão inclui suporte para conexão automática e escopo de transação. Em outras palavras, é agora muito mais fácil para se certificar de que as conexões são abertas e fechadas corretamente e que as transações são confirmadas ou revertidas corretamente.
Tags: major feature addition
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.

2009-06-04 20:48
5.1.9-beta

Esta versão foi back-portado do JDK 6 e JDK 5.
This version has been back-ported from JDK 6 to JDK 5.

Project Resources