12
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected about 4 years ago.
Dec 27, 2019 — Dec 27, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added a roadmap More... over 21 years ago
Updates to more correctly define the collection/map fields and add more detail
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Minor update to change restrictions on line and file sizes to more realistic values
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Package definition descriptions.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Updates to documentation and coding style
Andy Jefferson
as andy_jefferson
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) :-)
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Updated description - this package is the JCA adapter
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Package definition files for various packages to give people an overview of what happens where
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Addition of getPersistenceManager method, splitting out of the properties file input, and addition of header copyright notice.
Andy Jefferson
as andy_jefferson
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 :-)
Andy Jefferson
as andy_jefferson
More... over 21 years ago
More commenting :-)
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Documenting of a few methods in process of system interrogation
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Extracted table and primary key to base class.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Addition of comments, and updates to indenting etc. No functionality changes
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Updates to 1-1, 1-N
Andy Jefferson
as andy_jefferson
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
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Removal of "sunw" vendor tag - encourage people to be consistent and use "owner-field"/"collection-field" for now.
Andy Jefferson
as andy_jefferson
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
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
New relationships guide added, and referenced in navigation and FAQ.
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
New class containing a few utilities for String manipulation, padding etc.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Addition of new test-case using typical inheritance found in apps, and 1-M relationship
Andy Jefferson
as andy_jefferson
More... over 21 years ago