Annotation Interface AutoConfigureTestEntityManager
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureTestEntityManager
Annotation that can be applied to a test class to enable auto-configuration of a
TestEntityManager
.- Since:
- 1.4.0
- Author:
- Phillip Webb
- See Also: