transactional
Hibernate, Spring, @Transactional - surround with try/catch?
Im working on developing a webapplication with Spring 3 and Hibernate 3.6. Ive got some questions to the @Transactional Annotation and the structure of the code.[详细]
2023-02-19 04:49 分类:问答LazyInitializationException due to no session defined in "parent" application context in Hibernate 3 in a moduled Spring application using annotations
I am fairly new to both Hibernate3 and Spring3, and I\'m having an issue related to initializing lazy references of a hibernate object.[详细]
2023-02-16 05:45 分类:问答Spring @Transactional - javax.persistence.TransactionRequiredException
In the following schema Controller -> Service -> DAO I\'m trying to make Service operations @Transactional[详细]
2023-02-15 19:15 分类:问答Groovy SQL + Gorm under same session/transaction
Please go through the simple scenario below, I couldn\'t find a better way to ask the question in textual form:[详细]
2023-02-12 10:19 分类:问答AbstractMethodError on deploy with @Transactional, Spring 2.5 and cglib
Hope you can help with开发者_运维知识库 this. I\'m using the Spring @Transactional annotation to mark a method transactional, and I have the requisite <tx:annotation-driven transaction-manager=\"tx[详细]
2023-02-07 12:23 分类:问答Use Spring @Transactional in Scala
We have a mixed Java and Scala project, which uses Spring transaction management. We are using the Spring aspects to weave the files with @Transactional annotated methods.[详细]
2023-01-29 04:54 分类:问答Is it possible to test the transactionality of a process?
I would like to be able to verify if each unit of work is done in its own transaction, or as part of a single global transaction.[详细]
2023-01-21 20:02 分类:问答HowTo extend Spring Annotation @Transactional
I have to use 3 different transaction managers in my webapp. So I wrote m开发者_开发知识库y own Annotation according to the Spring reference (Section 10.5.6.3 Custom shortcut annotations).[详细]
2023-01-14 18:20 分类:问答junit test case transaction not getting committed - no errors
We have implemented JUnit4 in our application which uses Spring core & JPA with DB2. We need to test a full functionality which retrieves data from one database and merges into another database.[详细]
2023-01-11 17:10 分类:问答Trouble using the Transactional annotation in groovy
Has anyone had any experience with Spring transactions (class-level, with proxy, annotation-driven) not getting started in a Groovy Class? I\'ve been struggling with an unexplained LazyInitialization[详细]
2022-12-28 21:54 分类:问答