- changed to use the DBAdapter uniform interface for all apperance of "sysdate" and uniqueid generation from sequence MetaCatUtil: - reads from metacat.properties the dbadapter class implemented the interface and creates an instance of that class (in static public variable named dbAdapter) for use. So all the classes in the application can access the dbadapter obj by: MetaCatUtil.dbAdapter
- changed to use the DBAdapter uniform interface for all apperance of "sysdate"
and uniqueid generation from sequence
MetaCatUtil:
- reads from metacat.properties the dbadapter class implemented the interface
and creates an instance of that class (in static public variable named dbAdapter) for use.
So all the classes in the application can access the dbadapter obj by:
MetaCatUtil.dbAdapter