Skip to content

Instantly share code, notes, and snippets.

@floverfelt
Created June 11, 2021 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floverfelt/d55a7f9f254f2beb993da9fbf284b5c2 to your computer and use it in GitHub Desktop.
Save floverfelt/d55a7f9f254f2beb993da9fbf284b5c2 to your computer and use it in GitHub Desktop.
RWInstance rwInstance = rwBean.getRWInstance();
RWDetailsFormatter rwDetailsFormatter = rwInstance.getDetailsFormatter();
rwDetailsFormatter.setIncludeBasicDetailsForDataSets(true);
rwDetailsFormatter.setIncludeDocumentDetails(true);
rwDetailsFormatter.setIncludeSQLsforDataSets(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment