注释类型 MockStaticEntityMethods
@Deprecated @Retention(RUNTIME) @Target(TYPE) public @interface MockStaticEntityMethods
已过时。as of Spring 4.3, in favor of a custom aspect for such purposesAnnotation to indicate a test class for whose@Testmethods static methods on JPA-annotated@Entityclasses should be mocked.See
AnnotationDrivenStaticEntityMockingControlfor details.- 作者:
- Rod Johnson, Sam Brannen