@Deprecated
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MockStaticEntityMethods
@Test
methods
static methods on JPA-annotated @Entity
classes should be mocked.
See AnnotationDrivenStaticEntityMockingControl
for details.