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

@Transactional and @TransactionScoped support for @Repository including qualifiers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.2
    • 1.5.3
    • Data-Module
    • None

    Description

      currently it's possible to use e.g.:

      @Transactional
      @Repository
      public interface CustomRepository extends EntityRepository<ConfigEntry, String> {
        //...
      }
      

      but it should be also possible to use e.g.:

      @Transactional(qualifier = MyDb.class)
      @Repository
      public interface CustomRepository extends EntityRepository<ConfigEntry, String> {
        //...
      }
      

      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: