I'd look for a way to make the database do this - any solution on the Java side will be inherently out-of-date.
Can you do this in a stored procedure? Larry On 6/10/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:
Hi I have a situation where i have a table of about 16,000. rows, which i need to use for mathematical calculation. i want to cache the data and this data should update as soon as the database is updated. Database is updated by external process, so Java program does not know if there is update by some other process. Is it possible to do this requirement using ibatis, any suggestions Ashish
