Mulitple persistence Unit with Guice

If you want to use Guice with multiple persistence Unit. Then its not much difficult task to do it, Guice's official wiki document says it all refer. But I feel it has missed out most important part from it i.e. to expose dependencies, if those dependencies need to be used outside the scope of give PrivateModule. Note : I have created a complete working sample with multiple persistent unit refer - https://github. [Read More]