Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2011-10-26 | 433 Bytes | |
jspa-persistence-2.4.0-sources.jar | 2011-10-26 | 84.5 kB | |
jspa-persistence-2.4.0.jar | 2011-10-26 | 93.5 kB | |
jspa-persistence-2.3.6_20101201.jar.sha1 | 2010-12-01 | 40 Bytes | |
jspa-persistence-2.3.6_20101201-sources.jar | 2010-12-01 | 84.4 kB | |
jspa-persistence-2.3.6_20101201.jar | 2010-12-01 | 93.2 kB | |
JSPA_EXAMPLES.zip | 2009-09-20 | 22.6 kB | |
dao.htm | 2009-09-19 | 366.9 kB | |
jspa-persistence-2.3.2-SNAPSHOT-sources.jar | 2009-09-19 | 83.6 kB | |
jspa-persistence-2.3.2-SNAPSHOT.jar | 2009-09-19 | 91.2 kB | |
Totals: 10 Items | 920.4 kB | 0 |
VERSION 2.4 Release notes. 1. Add CLOB support using @Lob annotation - Adding the standard PJA @Lob annotation you can specifies that a String persistent property or field should be persisted as a CLOB to a database-supported large object type. - The Lob annotation may be used in conjunction with the Basic @IN annotation. In this release @Lob is supporting just character type. (binary type is not supported yet.)