[root]/src/au/com/whitesquare/dcaf/persistence/oracle
exception
(1 files, 28 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 37 (100.0%) | 1706 (100.0%) | 46.1 |
Added new feature to enable adding of listeners to all DCAF events for logging or performance purpose's.
19 lines of code changed in:
Updated oracle configurator to support supplying of different jdbc driver
names.
50 lines of code changed in:
Updated the commit actions to both extend a base commit action.
Updated their content to support the new Persistable interface and the
new concept of using PreparedStatements to update the columns.
21 lines of code changed in:
Updated so that inserts and update debug appears on 1 line.
9 lines of code changed in:
Updated oracle configurator to work with new Connection Pool abstractions.
40 lines of code changed in:
Updated imports.
27 lines of code changed in:
Misc Javadoc updates.
6 lines of code changed in:
Now extends the DBLoadManager and has no content.
8 lines of code changed in:
Removed as they are now the same actions as the DB ones in base package.
0 lines of code changed in:
Added support for BOOLEAN search options.
9 lines of code changed in:
Misc whitespace changes.
14 lines of code changed in:
All the base database connection code moved off into the DBConnection
base class.
15 lines of code changed in:
Made changes to use the new base Transaction instead of the specific
OracleTransaction.
7 lines of code changed in:
Made changes to use the new base Transaction instead of the specific
OracleTransaction.
Also implemented useage of new ConnectionVariable to allow definition
of join types more complex than just AND's.
120 lines of code changed in:
Removed much of the code and have used the new base connection
broker as the implementation.
64 lines of code changed in:
Replaced Existing Generic Connection broker with Oracle Specific
connection broker. Will eventually generalise this again as a base class
for other types of connections.
May eventually make this an interface so that external connection management
can be used instead of the custom broker.
720 lines of code changed in:
Created new Configurator for Oracle.
This will manage all the oracle options required to achieve configuring
DCAF for use with Oracle.
35 lines of code changed in:
Now uses the OracleConnectionBroker to manage the database connections
7 lines of code changed in:
Removed obsolete code.
6 lines of code changed in:
Updated import statements.
21 lines of code changed in:
(1 more)