Download List

Project Description

jPersist is an extremely powerful
object-relational database persistence API that
manages to avoid the need for configuration and
annotation; mapping is automatic (A-O/RM). It uses JDBC, and can work with any relational database and any type of connection resource. It uses information
obtained from the database to handle mapping
between the database and Java objects, so mapping
configuration is not needed, and annotation is not
needed. In fact, there is no configuration needed
at all.

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-03-16 04:28
4.0

This release has a new licensing scheme. It has additional logging, cleans up the source, and fixes a few minor bugs.

2008-12-18 22:36
3.3.1

Minor bugs were fixed. Exception/error handling
was fixed (no more Invocation). Some minor
attributes and tags for forms were added.
Tags: Minor bugfixes

2008-11-22 19:05
3.3

A few bugs were fixed. The code was cleaned and repackaged. The ability to reference URI parts in configuration URLs was added.
Tags: Minor feature enhancements

2008-10-24 02:09
3.2.8

This release fixes a problem under Resin (connection pooling) where closing statements was causing an exception.
Tags: Minor bugfixes

2008-06-24 23:23
3.2.7

A problem that caused the following exception was
fixed: "jpersist.JPersistException: Column
'a.column' not found. at
jpersist.Result.getColumnValue(Result.java:1282)".
Tags: Major bugfixes

Project Resources