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)

Reply via email to