0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 10 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deleted as it was a temporary placeholder file More... almost 23 years ago
This is a script for compiling the billutil classes and creating their jar file. Note that the jar file is only created if the compile succeeds. Both javac and jar must be in the path for the script to work. More... almost 23 years ago
Initial revision More... almost 23 years ago
Exception class for persistence validation specific exceptions. Stores a Vector of errors that were found when validating an entity. Each element of the vector is a string detailing the error encountered. More... almost 23 years ago
Updated save method to call super.save More... almost 23 years ago
Added validation and required element logic More... almost 23 years ago
Added required element logic More... almost 23 years ago
Updated setElementValue to set the entity's state to modified More... almost 23 years ago
Fixed bad print in getNextSequence method More... almost 23 years ago
Added ET_OID logic to the retrieve method More... almost 23 years ago
Factory for Config entities. The factory contains data and access methods specific to a Config persistence implementation. This includes logic to retrieve "sequence" numbers. More... almost 23 years ago
This class is used to define an entity and to manipulate the entity in the persistent store. This class uses a Configuration object as it's persistent store. More... almost 23 years ago
Updated save method to correctly handle file name changes More... almost 23 years ago
Updated addFrameClosing to create a ConConfiguration object when necessary. Popup menu was not working in Windows, update mousePressed method so it would work. More... almost 23 years ago
Updated alternate creator to populate core variables when no file name is passed More... almost 23 years ago
Updated createXXXSQL methods, save, retrieve, and retrieval creator to throw PersistExceptions More... almost 23 years ago
Updated retrieval creator, retrieve, and save to throw PersistExceptions More... almost 23 years ago
Updated setValue method that takes an Object parameter to actually update the value More... almost 23 years ago
Updated save method to handle OIDs better and added the buildWhereClause method to support multi-element keys More... almost 23 years ago
Changed sequence numbers from an int to a long More... almost 23 years ago
Added equals method More... almost 23 years ago
Added containsElelement, setKeyElement, getElementValue, setElementValue, and setElementValues. Updated to support multi-element keys rather than just OID keys. More... almost 23 years ago
Defines the elements that may up the key of an entity. More... almost 23 years ago
Persistent element of OID (object ID) type. More... almost 23 years ago
This was just a placeholder file More... almost 23 years ago
Persistent element of String type. More... almost 23 years ago
Exception class for persistence processing specific exceptions. More... almost 23 years ago
Persistent element of integer type. More... almost 23 years ago
This class is used to define an entity and to manipulate the entity in the persistent store. Currently it only works with a RDBMS, in which case an entity represents a row in a table. More... almost 23 years ago
Factory for RDBMS entities. The factory contains data and access methods specific to a RDBMS persistence implementation. This includes logic to retrieve "sequence" numbers. More... almost 23 years ago