Revision ac8e0f87
Stub out the saveSystemMetadata() method with transaction support using the Spring TransactionTemplate and TransactionManager. This is supposed to work in concert with the JdbcTemplate because they are both configured to use the same DataSource.
Add helper methods: updateSystemMetadata(), extractSystemMetadataAttrs(), getSysMetaUpdateStatement(), getSysMetaAttrValues(), and getSysMetaAttrTypes(). These are all used to construct the update SQL and values used in the jdbcTemplate.update() call.
Need to flesh out the extractSystemMetadataAttrs() to pull data from the given system metadata document.
Files
- added
- modified
- copied
- renamed
- deleted