Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.2
-
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
- is related to
-
DELTASPIKE-1005 @Transactional and @TransactionScoped support for @Repository
- Closed