Skip to content

Example with declarative management of transactions for Spring Tx or Java EE #91

@cardil

Description

@cardil

Spring Tx and Java EE implements declarative management of transactions via aspects and interceptors respectively.

Spring:

@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()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions