Skip to content

Missing @Transactional on SimpleJpaRepository.delete(spec)Β #3499

@gbrehmer

Description

@gbrehmer

Is there a reason that this delete method variant has no predefined @Transactional marker?

Currently this breaks support (or needs additional boilerplate code) for the best practice of adding @Transactional(readOnly=true) at repository class level

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions