Skip to content

Quetion: Is there a reason why R2dbcRepositoryFactoryBean does not extend TransactionalRepositoryFactoryBeanSupport? #1921

@giwonkwon

Description

@giwonkwon

Hi, I'm new to R2DBC.

A question came up while I was using R2DBC Repository.

It seems that the transaction is not being started when calling SimpleR2dbcRepository(Using Interface extends R2dbcRepository) methods directly without an external transaction.
Unlike JDBC and JPA, it seems that R2dbcRepositoryFactoryBean does not use TransactionalRepositoryFactoryBeanSupport, which prevents it from creating a proxy to handle the @Transactional annotation.

I am curious if there is a reason for this behavior.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions