|
Description of the Submission |
||
|---|---|---|
This sumbission updates the Torpedo reference implementation support for the Toplink POJO API. The submission provides an alternate implementatio of com.middleware-company.torpedo.auction.toplink.Persistence.java and mapping configuration files. The configuration files sets uses-batch-writing to true, should-bind-all-parameters to true and sets uses-joining to true on the User object. |
||
|
Contact Information |
||
The Middleware Company |
||
|
Configuration |
||
| O-R Mapping System | OracleAS TopLink (POJO) 9.0.4 | |
| Submission Files |
torpedo.xml sessions.xml Persistence.java |
|
| TORPEDO Implementation | TORPEDO reference implementation 7.19.04 | |
| Application Server | OracleAS OC4J 9.0.4 | |
| Database System | Oracle9i database 9.2.0.2 | |
| Operating System | ||
| Configuration Notes | For repeatablility, the application server was restarted prior to running each test. The database was restored prior to running the placeBid and place2Bids tests. | |
|
TORPEDO Operations |
||
The number of database hits required to accomplish the operation is given. Following the link provides raw results, SQL and additional operation specific configuration information and analysis. |
||
| listAuction | 3 hits | |
| listAuctionTwice (as transaction) |
3 hits | |
| listAuctionTwice (not transaction) |
3 hits | |
| listPartialAuction | 2 hits | |
| findAllAuctions | 3 hits | |
| findHighBids | 2 hits | |
| placeBid | 6 hits | |
| place2Bids | 8 hits | |