So I have something like the following:
public interface MyService {
@PreAuthorize(\"hasPermission(T(Name).OBJ, T(Action).GET)\")
MyObj getObj(Stri
You can use order attribute when configuring @Transactional:
Experiment with lower values to move transaction aspect after the authorization one. Looks like
Table 10.2. settings
7.2.4.7 Advice ordering