added a roadmap |
|
More...
|
over 21 years ago
|
Updates to more correctly define the collection/map fields and add more detail |
|
More...
|
over 21 years ago
|
Minor update to change restrictions on line and file sizes to more realistic values |
|
More...
|
over 21 years ago
|
Package definition descriptions. |
|
More...
|
over 21 years ago
|
Updates to documentation and coding style |
|
More...
|
over 21 years ago
|
Updated the string handling in a column so that rather than just hardcoding a default value (when the user doesnt specify the extension length), we allow the user to specify a property to control the default value applied - so for example they could set this property to 255 and not set any extension tags and get all strings as VARCHAR(255) :-) |
|
More...
|
over 21 years ago
|
Updated description - this package is the JCA adapter |
|
More...
|
over 21 years ago
|
Package definition files for various packages to give people an overview of what happens where |
|
More...
|
over 21 years ago
|
More updates to introduce the idea of actually commenting code so people who come along after can understand what IS going on. |
|
More...
|
over 21 years ago
|
Addition of getPersistenceManager method, splitting out of the properties file input, and addition of header copyright notice. |
|
More...
|
over 21 years ago
|
corrected a javadoc |
|
More...
|
over 21 years ago
|
Added a few comments, but then anything is more than existed before :-) |
|
More...
|
over 21 years ago
|
More commenting :-) |
|
More...
|
over 21 years ago
|
Documenting of a few methods in process of system interrogation |
|
More...
|
over 21 years ago
|
Extracted table and primary key to base class. |
|
More...
|
over 21 years ago
|
Addition of comments, and updates to indenting etc. No functionality changes |
|
More...
|
over 21 years ago
|
Helper class - could be used in testing, or by user apps. Provides a way of getting a PersistenceManagerFactory for a particular data store where the definition of the data store is defined by a properties file with a particular name. Can be used to aid situations where there are multiple data stores and each is referenced by an alias. |
|
More...
|
over 21 years ago
|
Updates to XDoclet tags - not actually used but in preparation to using XDoclet on test-cases to generate the jdo files. |
|
More...
|
over 21 years ago
|
Updates to 1-1, 1-N |
|
More...
|
over 21 years ago
|
Added guidelines on use of XDoclet for generation of Meta-Data files for use with JPOX. Needs more details and examples but is a start |
|
More...
|
over 21 years ago
|
Removal of "sunw" vendor tag - encourage people to be consistent and use "owner-field"/"collection-field" for now. |
|
More...
|
over 21 years ago
|
Swapped from "sunw" "element-inverse"/"inverse" Meta-Data to "jpox" "owner-field"/"collection-field" to be consistent in our handling of tags |
|
More...
|
over 21 years ago
|
Further updates ... now checks on the exact types returned from the productInheritance test, and also checks on the state of the supplier after the deletion of the other end of the relationship. |
|
More...
|
over 21 years ago
|
Split the Supplier part out into separate test - now does creation of Supplier (with one Product), query of Supplier, and then deletion. |
|
More...
|
over 21 years ago
|
New relationships guide added, and referenced in navigation and FAQ. |
|
More...
|
over 21 years ago
|
moved replaceAll from Column class to StringUtils |
|
More...
|
over 21 years ago
|
The previous image was 2 bytes short, and so didnt display correctly ... maybe an FTP transfer error. |
|
More...
|
over 21 years ago
|
Fix for BUG [804902]. Check for longest class name used in JPOXMETADATA column UNION and pad all to longest length. |
|
More...
|
over 21 years ago
|
New class containing a few utilities for String manipulation, padding etc. |
|
More...
|
over 21 years ago
|
Addition of new test-case using typical inheritance found in apps, and 1-M relationship |
|
More...
|
over 21 years ago
|