davidmoten / davidmoten/rxjava-jdbc
Example with declarative management of transactions for Spring Tx or Java EE
Open
enhancement
question
- Dominant language
- Java
- Stars
- 801
- Forks
- 114
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
Spring Tx and Java EE implements declarative management of transactions via aspects and interceptors respectively.
Spring:
```java
@Transactional
public String getUserName(int userId) {
// [..]
}
```
There should be example here on how to implement an aspect or interceptor that manages transaction on method level, and how to integrate is with rxjava-jdbc, without explicitly invoking methods like `dependOn()`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.