Refresh method usage

Hi,

What does refresh method?When should we use it?

transactionsTableCreate.setAfterCommitHandler(entity -> transactionsDs.refresh());

It reloads data by the query specified in the datasource.

1 Like