File tree Expand file tree Collapse file tree 3 files changed +2
-102
lines changed
src/main/java/org/springframework/data/ldap/repository Expand file tree Collapse file tree 3 files changed +2
-102
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717
1818import org .springframework .core .convert .converter .Converter ;
1919import org .springframework .dao .EmptyResultDataAccessException ;
20+ import org .springframework .data .convert .DtoInstantiatingConverter ;
2021import org .springframework .data .mapping .PersistentEntity ;
2122import org .springframework .data .mapping .PersistentProperty ;
2223import org .springframework .data .mapping .context .MappingContext ;
Original file line number Diff line number Diff line change 2727import java .util .stream .Stream ;
2828
2929import org .springframework .dao .IncorrectResultSizeDataAccessException ;
30+ import org .springframework .data .convert .DtoInstantiatingConverter ;
3031import org .springframework .data .domain .Example ;
3132import org .springframework .data .domain .Page ;
3233import org .springframework .data .domain .Pageable ;
3334import org .springframework .data .domain .Sort ;
34- import org .springframework .data .ldap .repository .query .DtoInstantiatingConverter ;
3535import org .springframework .data .mapping .PersistentEntity ;
3636import org .springframework .data .mapping .PersistentProperty ;
3737import org .springframework .data .mapping .context .MappingContext ;
You can’t perform that action at this time.
0 commit comments