You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2015/10/18 00:55:05 UTC

[jira] [Created] (DELTASPIKE-1005) @Transactional and @TransactionScoped support for @Repository

Gerhard Petracek created DELTASPIKE-1005:
--------------------------------------------

             Summary: @Transactional and @TransactionScoped support for @Repository
                 Key: DELTASPIKE-1005
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1005
             Project: DeltaSpike
          Issue Type: New Feature
          Components: Data-Module
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek


currently it isn't possible to use

{code}
@Transactional
@Repository
public interface MyRepository extends EntityRepository<MyEntity, String> {
}
{code}

and therefore such a repository can't use e.g. @TransactionScoped entity-managers without a transactional-bean which acts as a "wrapper".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)