spring-transactions
@Transactional method calling another method without @Transactional anotation?
I\'ve seen a method in a Service class that was marked as @Tr开发者_如何学运维ansactional, but it was also calling some other methods in that same class which were not marked as @Transactional.[详细]
2023-03-10 06:46 分类:问答The matching wildcard is strict, but no declaration can be found for element 'tx:annotation-driven'
I am trying to configure JSF+Spring+hibernate and I\'m tying to run a test but when I use this \"tx:annotation-driven\" on my application-context.xml file, I get this error:[详细]
2023-03-06 20:09 分类:问答STS + gwt + spring-config files + tx:annotation namespace
I have been stuck at this for a while. I have been developi开发者_如何学Pythonng a gwt + spring backend java project. My project is structure with a GWT project and another java project for spring ser[详细]
2023-03-05 13:55 分类:问答When to use transactions in Spring with Hibernate?
Upgrading my project I\'m thinking here about transactions. Well, the thing is I\'m not quite sure when should I use the transactions for my Hibernate queries in Spring.[详细]
2023-03-05 12:34 分类:问答Using transaction in Spring 3.0 in Spring + JPA + Hibernate
I currently using Spring + JPA + hibernate in a project. Then i decide my design pattern in model dan DAO implementation.[详细]
2023-03-05 00:09 分类:问答Prevent Dozer from triggering Hibernate lazy loading
I am using Spring transactions so the transaction is still active when POJO to DTO conversion occurs.[详细]
2023-02-22 18:13 分类:问答Transaction like programming in Java
I want to achieve transaction like functionality in java. I want to do `n\' operations like- one operation to update database, one to insert in a queue, one operation to update another data structure[详细]
2023-02-20 01:41 分类:问答Hibernate and Spring - load operations do the trich, update/delete operations don't
I\'ve been following this tutorial: http://www.scribd.com/doc/25244173/Java-Struts-Spring-Hibernate-Tutorial[详细]
2023-02-16 15:27 分类:问答setting isolation level in spring annotation-based transactions
I use in my project annotation-based transaction management (I annotate some methods with @Transactional). I would like t开发者_运维问答o set the isolation level globally (not by putting it as an argu[详细]
2023-02-15 02:18 分类:问答Hibernate transaction manager configurations in Spring
In my project I use Hibernate with programmatic transaction demarcation. Every time in my Service methods i write something similar to this.[详细]
2023-02-14 05:57 分类:问答