File tree 3 files changed +2
-110
lines changed
src/main/java/org/springframework/data/couchbase
3 files changed +2
-110
lines changed Original file line number Diff line number Diff line change 51
51
import org .springframework .data .mapping .Association ;
52
52
import org .springframework .data .mapping .AssociationHandler ;
53
53
import org .springframework .data .mapping .MappingException ;
54
+ import org .springframework .data .mapping .Parameter ;
54
55
import org .springframework .data .mapping .PersistentEntity ;
55
56
import org .springframework .data .mapping .PersistentPropertyAccessor ;
56
- import org .springframework .data .mapping .PreferredConstructor .Parameter ;
57
57
import org .springframework .data .mapping .PropertyHandler ;
58
58
import org .springframework .data .mapping .callback .EntityCallbacks ;
59
59
import org .springframework .data .mapping .context .MappingContext ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
19
19
import org .reactivestreams .Publisher ;
20
20
import org .springframework .core .convert .converter .Converter ;
21
+ import org .springframework .data .convert .DtoInstantiatingConverter ;
21
22
import org .springframework .data .couchbase .core .CouchbaseOperations ;
22
23
import org .springframework .data .couchbase .core .ReactiveCouchbaseOperations ;
23
24
import org .springframework .data .couchbase .core .convert .CouchbaseConverter ;
You can’t perform that action at this time.
0 commit comments