transactional
hibernate transaction, commit not valid without active transaction
first of all, sorry if my english is so bad, i am new in using hibernate so there is some question that i want to ask to all of senior.[详细]
2023-04-12 08:22 分类:问答org.postgresql.util.PSQLException: Large Objects may not be used in auto-commit mode
I am using Spring , JPA, Hibernate, Postgresql. I can upload/insert a file to the database. But I got the error when tried to access the file.[详细]
2023-04-08 20:36 分类:问答Spring @Transaction not starting transactions
I am using Spring 3 with Hibernate 3. I am trying to configure Spring declarative transaction, but no matter what I try, Spring transaction is not getting started.[详细]
2023-04-08 00:55 分类:问答JPA synch/commit error of a POJO DTO even if I do not want to save it
Due to lack of key words to capture this scenario, let me just proceed to describe it. The classes have been simplified.[详细]
2023-04-05 04:01 分类:问答Transactions in Spring / Hibernate / appfuse
As a follow up to the question here:Spring 2.0 Annotations and ant We were able to get the annotations working (@Transactional), and also tried manually coding a Transaction.[详细]
2023-03-29 17:18 分类:问答Transactional Replication on a table carrying incompatible data type
I am trying to implement a transactional replication in 2008. Both the publisher and subscriber are in 2008 version.So far so good.[详细]
2023-03-27 18:22 分类:问答Spring @Transactional how to attach different method to same transaction
I have a problem with the transactional configuration subclassing. I have a class A that has this method:[详细]
2023-03-25 07:19 分类:问答Spring Framework - Unit testing design
I\'m writing to try and initiate a bit of a discussion regarding Spring Unit testing and in particular Transactional unit tests.[详细]
2023-03-19 04:26 分类:问答What does Transactional Backup Interval mean in the Backup Plan Wizard for Team Foundation Server?
I\'m in the process of setting up a backup plan for a Team Foundation Server. I downloaded Power Tools for TFS and I\'m using the Backup Plan Wizard that was included in that pack. I am now at the ste[详细]
2023-03-18 18:45 分类:问答Nested @Transactional
Is it possible to nest @Transactional annotated methods in sp开发者_如何学Pythonring? Consider something like this:[详细]
2023-03-18 05:39 分类:问答