【单选题】
Spring中Before通知的目标对象要实现的接口是()。
A、MethodBeforeAdvice
B、ThrowsAdvice
C、AfterReturningAdvice
D、MethodInterceptor
A、MethodBeforeAdvice
B、ThrowsAdvice
C、AfterReturningAdvice
D、MethodInterceptor
A、是根据对象来找,对象中有的属性都作为条件,包括主键,根据对象来动态的查询 B、是根据对象来找,对象中有的属性都作为条件,不包括主键,根据对象来动态的查询 C、是根据SQL语句来找 D、是根据HQL来找