-1

I have a webflux application that I use JPA repository and hibernate in it, But I need reactive transaction management too , for this I need to add spring data r2dbc to application. Is there any way to do this?

1 Answers1

0

You can use (Spring Data) JPA and (Spring Data) R2DBC in one application, but they don't really interoperate, so you can't have a repository or template that uses JPA and R2DBC.

Jens Schauder
  • 77,657
  • 34
  • 181
  • 348