The Spring framework provides great configurable options and sensitive defaulting when it comes to initialize an EntityManager. The solution is not a silver bullet though but it is open enough to extend the mechanism through post processors.
Configuring the transaction type attribute namely is not as easy as it should be. Depending on whether you [...]