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.
| Tags | Database Database Engines/Servers Software Development Libraries Java Libraries |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: A rollback parameter was added to methods that end a transaction. A couple significant bugs were fixed.


Release Notes: This release fixes some concurrency bugs.


Release Notes: 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.


Release Notes: This release added explicit support for HSQLDB.


Release Notes: This release fixed a delete bug and has improved API documentation.