File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
main/java/org/springframework/data/jpa/repository
test/java/org/springframework/data/jpa/repository Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 3737import org .springframework .data .jpa .domain .Specification ;
3838import org .springframework .data .jpa .domain .UpdateSpecification ;
3939import org .springframework .data .repository .query .FluentQuery ;
40+ import org .springframework .lang .Nullable ;
4041
4142/**
4243 * Interface to allow execution of {@link Specification}s based on the JPA criteria API.
Original file line number Diff line number Diff line change 4747import org .assertj .core .api .SoftAssertions ;
4848import org .hibernate .LazyInitializationException ;
4949import org .junit .jupiter .api .BeforeEach ;
50- import org .junit .jupiter .api .Disabled ;
5150import org .junit .jupiter .api .Test ;
5251import org .junit .jupiter .api .extension .ExtendWith ;
5352
You can’t perform that action at this time.
0 commit comments