-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Satish havannavar opened SPR-3812 and commented
Hi i am Using following setup
Spring version 2.0.5 jar
[b]Hibernate version:3.2
Hibernate-annotations- version 3.3.0.ga.jar
Hibernate-entityManager version 3.3.1ga.jar
when i am trying to to lock a row using the annotation
@Transactional(isolation = Isolation.SERIALIZABLE) in Manager giving me the error
"Standard JPA does not support custom isolation levels - use a special JpaDialect "
Issue Links:
- Isolation support for JPA with Hibernate EntityManager 4 [SPR-11942] #16559 Isolation support for JPA with Hibernate EntityManager 4
- HibernateJpaDialect does not support setting a specific isolation level per transaction [SPR-5012] #9687 HibernateJpaDialect does not support setting a specific isolation level per transaction
7 votes, 11 watchers
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement