I want to add Transactional support for my service class. If I add javax.transaction.Transactional annotation to Class which contains both read write methods how it behave?
By doing that for read methods in that class, does is make execution slow. Or does spring-boot ignore it for read methods?