Skip to content

Instantly share code, notes, and snippets.

@soapplied
Last active December 18, 2015 21:49
Show Gist options
  • Save soapplied/5850281 to your computer and use it in GitHub Desktop.
Save soapplied/5850281 to your computer and use it in GitHub Desktop.
@Override
public void executeQuery() {
logger.info("executeQuery()... "+getQuery());
super.executeQuery();
logger.info("executeQuery()... completed: "+getFetchedRowCount());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment