Skip to content

Instantly share code, notes, and snippets.

@martinsson
Created January 3, 2019 14:56
Show Gist options
  • Save martinsson/e59d8cb1ec9070453429071b5ef11d57 to your computer and use it in GitHub Desktop.
Save martinsson/e59d8cb1ec9070453429071b5ef11d57 to your computer and use it in GitHub Desktop.
Untestable static initialiser
private static Map<String, Object> translationMap;
static {
translationMap = HibernateUtil.executeQuery("Select ...");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment