Skip to content

Instantly share code, notes, and snippets.

@freekman
Created April 8, 2015 07:06
Show Gist options
  • Save freekman/f82b0e03f88a36d7b81b to your computer and use it in GitHub Desktop.
Save freekman/f82b0e03f88a36d7b81b to your computer and use it in GitHub Desktop.
ConnectiuonProvider
public class ConnectionProvider implements Provider<Connection> {
@Override
public Connection get() {
return ConnectionFilter.connectionThreadLocal.get();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment