File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/org/springframework/data/ldap Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 */
1616package org .springframework .data .ldap .core .mapping ;
1717
18+ import org .springframework .data .core .TypeInformation ;
1819import org .springframework .data .mapping .model .BasicPersistentEntity ;
19- import org .springframework .data .util .TypeInformation ;
2020
2121/**
2222 * {@link LdapPersistentEntity} implementation.
Original file line number Diff line number Diff line change 1515 */
1616package org .springframework .data .ldap .core .mapping ;
1717
18+ import org .springframework .data .core .TypeInformation ;
1819import org .springframework .data .mapping .context .AbstractMappingContext ;
1920import org .springframework .data .mapping .model .Property ;
2021import org .springframework .data .mapping .model .SimpleTypeHolder ;
21- import org .springframework .data .util .TypeInformation ;
2222
2323/**
2424 * Mapping context for {@link LdapPersistentEntity LDAP-specific entities}.
Original file line number Diff line number Diff line change 2222
2323import org .springframework .beans .BeanUtils ;
2424import org .springframework .core .MethodParameter ;
25+ import org .springframework .data .core .TypeInformation ;
2526import org .springframework .data .geo .Distance ;
2627import org .springframework .data .ldap .repository .LdapEncode ;
2728import org .springframework .data .ldap .repository .LdapEncoder ;
2829import org .springframework .data .repository .query .Parameter ;
2930import org .springframework .data .repository .query .Parameters ;
3031import org .springframework .data .repository .query .ParametersSource ;
31- import org .springframework .data .util .TypeInformation ;
3232
3333/**
3434 * Custom extension of {@link Parameters} discovering additional
Original file line number Diff line number Diff line change 2121import org .jspecify .annotations .Nullable ;
2222
2323import org .springframework .core .annotation .AnnotatedElementUtils ;
24+ import org .springframework .data .core .PropertyPath ;
2425import org .springframework .data .domain .Sort ;
25- import org .springframework .data .mapping .PropertyPath ;
2626import org .springframework .data .repository .query .parser .AbstractQueryCreator ;
2727import org .springframework .data .repository .query .parser .Part ;
2828import org .springframework .data .repository .query .parser .PartTree ;
You can’t perform that action at this time.
0 commit comments