Download List

Project Description

pBeans is a persistence layer for Java. By
default, JavaBean properties are seamlessly mapped
into table fields based on their compile-time
types. It also provides automatic table creation
and schema evolution. It explicitly supports
MySQL, PostgreSQL, and MS SQL Server.

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.

2007-04-25 12:13
2.0.2

A rollback parameter was added to methods that end
a transaction. A couple significant bugs were
fixed.
Tags: Major bugfixes

2007-03-29 06:29
2.0.1

This release fixes some concurrency bugs.
Tags: Major bugfixes

2007-03-26 03:41
2.0

This version requires Java 5+. Annotations have been introduced in favor of the old _StoreInfo mechanism. Transaction support has been implemented. Auto-increment IDs are now supported with MySQL. Several other features and bugfixes were implemented.
Tags: Major feature enhancements

2004-05-28 01:24
1.3

This release added explicit support for HSQLDB.
Tags: Minor feature enhancements

2004-04-19 05:59
1.2.2

This release fixed a delete bug and has improved API
documentation.
Tags: Major bugfixes

Project Resources