Package org.springframework.boot.test.autoconfigure.orm.jpa
package org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration for Data JPA tests.
-
ClassDescription
Auto-configuration imports
for typical Data JPA tests.Annotation that can be applied to a test class to enable auto-configuration of aTestEntityManager
.Annotation for a JPA test that focuses only on JPA components.Alternative toEntityManager
for use in JPA tests.Auto-configuration forTestEntityManager
.