Closed
Description
Juergen Hoeller opened SPR-12333 and commented
Like with #16924 for EclipseLink and #16559 for Hibernate, we should try to provide a best-effort translation of custom isolation levels onto OpenJPA configuration.
JDBCFetchPlan.setIsolation
seems to be the only thing we can do - which only controls the structure of select clauses but that seems to be exactly what OpenJPA intends.
Affects: 4.1.1
Issue Links:
- Isolation support for JPA with Hibernate EntityManager 4 [SPR-11942] #16559 Isolation support for JPA with Hibernate EntityManager 4
- EclipseLinkJpaDialect does not support declarative transaction isolation [SPR-12319] #16924 EclipseLinkJpaDialect does not support declarative transaction isolation