Last change
on this file since 28 was
26,
checked in by fmguler, 14 years ago
|
Refs #3 - Ven.save() is transferred to the new package. Save use case is completed. Convert.toDB() converts camel case object names to database names with underscores. Unchecked VenException is thrown by Ven methods. Liquibase changelog (test-db-changelog.xml) is changed to include only a simple object to test save operation. It creates a sample database table and inserts a sample row. On rollback it removes sample data. Using liquibase, Sample.java builds database, tests save operation and rolls back.
QueryGenerator generates insert and update queries for save and generates sequence query to assign ids to new objects. Ven calls query generator and runs the query using spring jdbc template.
Old codebase updated to run at Java 1.4
|
File size:
475 bytes
|
Rev | Line | |
---|
[26] | 1 | build.xml.data.CRC32=31e5c25b |
---|
[11] | 2 | build.xml.script.CRC32=a9b2e5a3 |
---|
[19] | 3 | build.xml.stylesheet.CRC32=28e38971@1.38.1.45 |
---|
[11] | 4 | # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. |
---|
| 5 | # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. |
---|
[26] | 6 | nbproject/build-impl.xml.data.CRC32=31e5c25b |
---|
| 7 | nbproject/build-impl.xml.script.CRC32=68c11675 |
---|
[19] | 8 | nbproject/build-impl.xml.stylesheet.CRC32=78c6a6ee@1.38.1.45 |
---|
Note: See
TracBrowser
for help on using the repository browser.