jopa
jopa copied to clipboard
Properly implement persistence context scopes
Currently, JOPA uses a mix of TRANSACTIONAL and EXTENDED persistence scope strategies.
Both scopes should be separated and implemented properly according to JPA spec, which is vague in certain aspects but the general idea is there.