File tree Expand file tree Collapse file tree 3 files changed +2
-98
lines changed
src/main/java/org/springframework/data/ldap/repository Expand file tree Collapse file tree 3 files changed +2
-98
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
18
18
import org .springframework .core .convert .converter .Converter ;
19
19
import org .springframework .dao .EmptyResultDataAccessException ;
20
+ import org .springframework .data .convert .DtoInstantiatingConverter ;
20
21
import org .springframework .data .mapping .PersistentEntity ;
21
22
import org .springframework .data .mapping .PersistentProperty ;
22
23
import org .springframework .data .mapping .context .MappingContext ;
Original file line number Diff line number Diff line change 27
27
import java .util .stream .Stream ;
28
28
29
29
import org .springframework .dao .IncorrectResultSizeDataAccessException ;
30
+ import org .springframework .data .convert .DtoInstantiatingConverter ;
30
31
import org .springframework .data .domain .Example ;
31
32
import org .springframework .data .domain .Page ;
32
33
import org .springframework .data .domain .Pageable ;
33
34
import org .springframework .data .domain .Sort ;
34
- import org .springframework .data .ldap .repository .query .DtoInstantiatingConverter ;
35
35
import org .springframework .data .mapping .PersistentEntity ;
36
36
import org .springframework .data .mapping .PersistentProperty ;
37
37
import org .springframework .data .mapping .context .MappingContext ;
You can’t perform that action at this time.
0 commit comments