The SimpleORM JDBC Interface which moves data between a JDBC accessed database and an SDataSet.

This package is dependent on the dataset packages which are used to store the data and meta data.

See the ../../../../webSite/whitepaper.html for a more details.

The website is www.SimpleORM.org which contains current information. (A local copy is at ../../../../webSite/index.html).

Note that most non public declarations have package scope, not private scope. This includes instance variables. Further, the simpleorm jar is not sealed. This means that if you do need to hack SimpleORM you can generally create a new class within the simpleorm.core package with appropriate static methods, and thus not need to change the SimpleORM classes themselves. Of course this is not supported, and make sure you let us know what you did so that we can incorporate the changes into the main package.