Re: [h2] Database updates

2017-02-12 Thread Thomas Mueller Graf
Hi, One option might be to have a background thread updating the database once every few seconds or so, if the dirty flag is set. Regards, Thomas On Sat, Feb 4, 2017 at 12:48 PM, vicenrico wrote: > Hello. I don't know how h2 database works internally, so I would like to >

[h2] Database updates

2017-02-04 Thread vicenrico
Hello. I don't know how h2 database works internally, so I would like to ask a question: In my code I have this: ud3Text.addModifyListener(new ModifyListener() { @Override public void modifyText(ModifyEvent arg0) { if (!ud3Text.isFocusControl()) return;