0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added test of both colunmnNameNotIn(Collection c) and columnNameIsLike(String s) Methods More... over 22 years ago
Added generation of InCollection, NotInCollection and IsLike methods, as well as backing arrays, support methods, etc. More... over 22 years ago
Added handling for both IN collections and NOT IN collections, as well as added handling for LIKE statements More... over 22 years ago
Added the following concepts: More... over 22 years ago
Added find and get methods to SQLBeanTransaction More... over 22 years ago
Adapted the jde-make-program to use ant rather than make. Also set the other jde-make- options accordingly. This so that it doesn't rely on jde-ant.el, which is buggy and which doesn't appear in earlier releases of JDEE. More... over 22 years ago
Adapted the "compile" target so that it gets its sources from a path reference. This, so that the path can then be set up to contain multiple source paths, such as for src and test. More... over 22 years ago
Created. JUnit TestCase class that checks two very simple cases. First, check that an empty SQLBean with no data triggers the correct exception. Second, check that an exceedingly simple SQLBean is rendered correctly. More... over 22 years ago
Created. This is the first pass at a simple utility class with one method that takes a SQLBean and emits a String containing a basic XML document describing the bean. Full-blown object serialization is not attempted; right now it's just for documentation. Also, right now it relies on constructing a DOM and then rendering that as a String. Undoubtedly, it would be simpler and faster to skip the DOM and just assemble the XML string directly from the answers you get back from the bean. That problem isn't at all interesting, however, and not at all flexible. More... over 22 years ago
Made thread safe More... over 22 years ago
Added transaction tests More... over 22 years ago
Filled in skeleton for bootstrapping. Leaving the code for later More... over 22 years ago
Added SQLBeanTransaction interface More... over 22 years ago
Patched so that things compile. I'm currently fixing this. More... over 22 years ago
Added class to play with database More... over 22 years ago
Added class to create table based sequences More... over 22 years ago
Made concrete, since there was no reason for it to be abstract More... over 22 years ago
Added methods for handling *IsLessThan and *isGreaterThan methods More... over 22 years ago
Added handling for *IsLessThan and *isGreaterThan methods More... over 22 years ago
Added *IsLessThan and *isGreaterThan methods for each column More... over 22 years ago
Removing these java files. Now developers must generate thier own. More... over 22 years ago
no message More... over 22 years ago
Altered to make Collections array and added IsIn methods to beans More... over 22 years ago
Changed to handle Collection-based isIn statements More... over 22 years ago
Added Collection methods More... over 22 years ago
Removed Double-set test More... over 22 years ago
Updated with latest methods More... over 22 years ago
Changed Test.java to not use PreparedStatement methods of SQLBeanManager More... over 22 years ago
Removed PreparedStatement arguments from public view More... over 22 years ago
Changed documentation over to SQLBeanPreparedStatement only More... over 22 years ago