We have a method decorated as @Transactional, we fetched object from database, then we change the state of object by calling some setter method for instance. This is an attached entity so when this method is executed all changes to the entity are committed back to database.We have a method decorated as @Transactional, w