File tree 2 files changed +1
-1
lines changed
main/java/org/springframework/data/jpa/repository
test/java/org/springframework/data/jpa/repository
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
import org .springframework .data .jpa .domain .Specification ;
38
38
import org .springframework .data .jpa .domain .UpdateSpecification ;
39
39
import org .springframework .data .repository .query .FluentQuery ;
40
+ import org .springframework .lang .Nullable ;
40
41
41
42
/**
42
43
* Interface to allow execution of {@link Specification}s based on the JPA criteria API.
Original file line number Diff line number Diff line change 47
47
import org .assertj .core .api .SoftAssertions ;
48
48
import org .hibernate .LazyInitializationException ;
49
49
import org .junit .jupiter .api .BeforeEach ;
50
- import org .junit .jupiter .api .Disabled ;
51
50
import org .junit .jupiter .api .Test ;
52
51
import org .junit .jupiter .api .extension .ExtendWith ;
53
52
You can’t perform that action at this time.
0 commit comments