blaze-persistence
blaze-persistence copied to clipboard
Make sure multiple persistence units can be used with Spring integration.
Right now, it's not possible to use multiple persistence units with our Spring integration.
We need to add qualifier member to @EnableEntityViews and make sure repositories work with proper EntityViewManager per EntityManagerFactory.
Related to https://github.com/Blazebit/blaze-persistence/issues/1601