Uploaded image for project: 'DeltaSpike'
  1. DeltaSpike
  2. DELTASPIKE-1005

@Transactional and @TransactionScoped support for @Repository

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.1
    • Data-Module
    • None

    Description

      currently it isn't possible to use

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

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

      Attachments

        Issue Links

          Activity

            People

              gpetracek Gerhard Petracek
              gpetracek Gerhard Petracek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: