목차

jOOQ

jOOQ With Spring

Query Logging

Type Converting

Spring AOP 사용시 성능 저하

For some reason, the method couldMatchJoinPointsInType of org.aspectj.weaver.internal.tools.PointcutExpressionImpl return true when using a pointcut with execution, and because of this every method of DefaultDSLContext is checked to see if the pointcut can be applied to the methods.
Using within instead of execution solves the problem.

참조