Directory src/au/com/whitesquare/dcaf/

Directory Created:
2003-06-22 20:32
Total Files:
24
Deleted Files:
3
Lines of Code:
5464

[root]/src/au/com/whitesquare/dcaf
                         definition (8 files, 335 lines)
                         exception (6 files, 267 lines)
                         internal (4 files, 197 lines)
                         jmx (2 files, 71 lines)
                         persistence (1 files, 233 lines)
                             base (6 files, 1640 lines)
                             hsql (7 files, 297 lines)
                             mckoi (7 files, 361 lines)
                             mysql (8 files, 340 lines)
                             oracle (7 files, 369 lines)
                                 exception (1 files, 28 lines)
                             pool (5 files, 1573 lines)
                             remote (1 files, 67 lines)
                             sqlserver (4 files, 259 lines)
                         selectitems (10 files, 481 lines)
                         watcher (3 files, 174 lines)
                             statements (6 files, 163 lines)

Lines of Code

src/au/com/whitesquare/dcaf/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
steve 165 (100.0%) 8066 (100.0%) 48.8

Most Recent Commits

steve 2008-07-29 16:36

Updated error message logic inside BindVariable to tell user more details about what they did wrong.

29 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BindVariable.java (+29 -6)
steve 2008-06-26 15:30

bug 40: Fixed PMD issues with new Boolean

10 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseList.java (+10 -7)
steve 2008-06-26 15:25

bug 40: Added readObject to fix FindBugs issue.

13 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseList.java (+13 -2)
steve 2008-04-27 11:50

bug 23: Added support for loading and saving fields exposed from the databse as java.sql.Timestamp.

19 lines of code changed in:

  • src/au/com/whitesquare/dcaf: DBField.java (+19 -4)
steve 2008-02-06 13:19

Added logic to inialise the JMX MBean when the Persistance Manager is initalised.

16 lines of code changed in:

  • src/au/com/whitesquare/dcaf: PersistanceManager.java (+16 -2)
steve 2008-01-16 09:34

Wrapped the entire run method in a try/catch to ensure that there are no object leaks due to un-expected exeptions.

98 lines of code changed in:

  • src/au/com/whitesquare/dcaf: DataChangeManager.java (+98 -85)
steve 2007-11-27 11:06

Added new feature to enable adding of listeners to all DCAF events for logging or performance purpose's.

242 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseListComparator.java (+106 -103), DCAFListener.java (new 17), DCAFListeners.java (new 51), DataChangeListener.java (+9 -3), PersistanceManager.java (+59 -7)
steve 2007-11-08 13:19

DataChangeThread is now set to be a Daemon thread.

12 lines of code changed in:

  • src/au/com/whitesquare/dcaf: DataChangeManager.java (+12 -4)
steve 2007-09-19 01:00

Fixed bug where default action was to do a partial load, when it should be a full load.

7 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseList.java (+7 -4)
steve 2007-08-28 19:58

Added additional logic to enable only scanning the resultset for items if the LoadTotalAvailable flag is enabled.
By default this value is true.

17 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseList.java (+17 -2)
steve 2007-08-24 15:46

Added ability to set a specific SQL Where clause to DCAF.

19 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseList.java (+19 -4)
steve 2007-03-08 08:57

Change for source 5.0 compatibility.

103 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseListComparator.java (+103 -100)
steve 2006-07-23 11:34

Fixed column constraints to work.

14 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BindVariable.java (+14 -2)
steve 2006-07-23 11:27

Exposed the keyfield iterator to allow components to get access to the defined fields.

10 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseSO.java (+10 -3)
steve 2006-07-14 23:42

Added logic for column comparisons. You can now do somthing like col1 > col2.
The available operators are
- COLUMN_CONSTRAINT_EQUAL
- COLUMN_CONSTRAINT_NOT_EQUAL
- COLUMN_CONSTRAINT_GREATER_THAN
- COLUMN_CONSTRAINT_GREATER_THAN_OR_EQUAL
- COLUMN_CONSTRAINT_LESS_THAN
- COLUMN_CONSTRAINT_LESS_THAN_OR_EQUAL

82 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BindVariable.java (+82 -46)
steve 2006-05-15 15:19

When objects are returned from the ObjectCache, their references are reset.

6 lines of code changed in:

  • src/au/com/whitesquare/dcaf: ObjectCache.java (+6 -2)
steve 2006-03-28 23:34

Added logic to auto free the threaded transaction.

14 lines of code changed in:

  • src/au/com/whitesquare/dcaf: PersistanceManager.java (+14 -2)
steve 2006-03-28 23:33

Added logic to support CLOB data types.

60 lines of code changed in:

  • src/au/com/whitesquare/dcaf: DBField.java (+60 -8)
steve 2006-03-28 22:40

Removed transation checking on saving BO and deferred this logic to the isSaving flag.

8 lines of code changed in:

  • src/au/com/whitesquare/dcaf: BaseBO.java (+8 -5)
steve 2006-01-31 08:59

Removed checkElement as isSaving is now managed by the BO's themselves.

16 lines of code changed in:

  • src/au/com/whitesquare/dcaf: Transaction.java (+16 -4)

(109 more)

Generated by StatCVS 0.3