File tree 2 files changed +2
-2
lines changed
src/main/java/org/springframework/data/neo4j/repository
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
import org .springframework .data .neo4j .core .mapping .CypherGenerator ;
27
27
import org .springframework .data .neo4j .core .mapping .Neo4jMappingContext ;
28
28
import org .springframework .data .repository .query .QueryByExampleExecutor ;
29
- import org .springframework .data .repository . support .PageableExecutionUtils ;
29
+ import org .springframework .data .support .PageableExecutionUtils ;
30
30
31
31
import java .util .List ;
32
32
import java .util .Optional ;
Original file line number Diff line number Diff line change 34
34
import org .springframework .data .neo4j .core .mapping .Neo4jPersistentProperty ;
35
35
import org .springframework .data .neo4j .repository .query .CypherAdapterUtils ;
36
36
import org .springframework .data .repository .PagingAndSortingRepository ;
37
- import org .springframework .data .repository . support .PageableExecutionUtils ;
37
+ import org .springframework .data .support .PageableExecutionUtils ;
38
38
import org .springframework .stereotype .Repository ;
39
39
import org .springframework .transaction .annotation .Transactional ;
40
40
You can’t perform that action at this time.
0 commit comments