You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Harald Wellmann (JIRA)" <ji...@apache.org> on 2013/10/02 20:55:41 UTC

[jira] [Created] (DELTASPIKE-420) Transactional repositories

Harald Wellmann created DELTASPIKE-420:
------------------------------------------

             Summary: Transactional repositories
                 Key: DELTASPIKE-420
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-420
             Project: DeltaSpike
          Issue Type: New Feature
          Components: Data-Module
    Affects Versions: 0.5
            Reporter: Harald Wellmann
            Priority: Critical


It's nice to get semi-automatic repositories from DeltaSpike Data, but these repositories would be even more fun if they were transactional, not necessarily by default, but at least by simple configuration.

Possible approaches:

1) Add @Transactional to an abstract repository class, i.e. javax.transaction.Transactional in Java EE 7, or org.apache.deltaspike.jpa.api.transaction.Transactional otherwise.

Currently, this does not work due to DELTASPIKE-419.

2) Make it easy to override the @Repository binding or the query handler, to add transactional behaviour.



--
This message was sent by Atlassian JIRA
(v6.1#6144)