Injecting config properties into an EntityManager is not possible.
Open
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
When instantiating a `JpaPersistModule` it is possible to set a properties object at configuration time (`new JpaPersistModule("persistenceUnit").properties(propertiesMap);`), but impossible to wire those properties in through the injector which is very un-guice like.
Contributor guide
Assessment
This issue has not been assessed yet.