inheritance « Transaction « Spring Q&A





1. Spring JPA test not respecting inherited TransactionConfiguration rollback    forum.springsource.org

Spring JPA test not respecting inherited TransactionConfiguration rollback hi, I have set up a base test class for my integration tests using the Spring annotations as below. This is so I ...

2. Name Match for Transaction Doesn't Match Inherited Methods    forum.springsource.org

Name Match for Transaction Doesn't Match Inherited Methods Is it possible to apply transactions to methods declared on a superclass? For example: Code: class SuperFoo { public void asdf() {} } ...

3. Concise proxies, declarative transactions and inheritance    forum.springsource.org

Concise proxies, declarative transactions and inheritance Hi everybody! I've looked at chapter 6.7 Concise proxy definitions and worked the suggestions into my config - works like a charm with a lot ...

4. Weird problem with declarative transaction and inheritance    forum.springsource.org

Weird problem with declarative transaction and inheritance Hi, I have a very bizarre problem using Spring 2.0 built-in declarative transactionality. I have a base object that gives the typical CRUD functionality. ...

5. @Transactional doesn't work on inherited methods    forum.springsource.org

Hi all, I have to state an odd behaviour: I have a DAO interface : Code: public interface UserDAO { public User save(User user); } In my application I have to ...

6. @Repository and @Transactional in inheritance hierarchy    forum.springsource.org

Sure. Code:

7. Inheriting tasklet transaction-manager attribute    forum.springsource.org

Inheriting tasklet transaction-manager attribute I am trying to enable my batch job steps to use or not use a transaction manager. In other words a batch job may have steps that ...