File tree 1 file changed +4
-2
lines changed
src/main/java/org/springframework/data/couchbase/core/convert
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 40
40
import org .springframework .data .convert .PropertyValueConverterRegistrar ;
41
41
import org .springframework .data .convert .SimplePropertyValueConversions ;
42
42
import org .springframework .data .couchbase .core .mapping .CouchbasePersistentProperty ;
43
+ import org .springframework .data .couchbase .core .mapping .CouchbaseSimpleTypes ;
43
44
import org .springframework .data .mapping .PersistentProperty ;
44
45
import org .springframework .data .mapping .model .SimpleTypeHolder ;
45
46
import org .springframework .util .Assert ;
54
55
* @author Oliver Gierke
55
56
* @author Mark Paluch
56
57
* @author Subhashni Balakrishnan
57
- * @Michael Reiche
58
+ * @author Michael Reiche
59
+ * @author Tigran Babloyan
58
60
* @see org.springframework.data.convert.CustomConversions
59
61
* @see SimpleTypeHolder
60
62
* @since 2.0
@@ -74,7 +76,7 @@ public class CouchbaseCustomConversions extends org.springframework.data.convert
74
76
converters .addAll (OtherConverters .getConvertersToRegister ());
75
77
76
78
STORE_CONVERTERS = Collections .unmodifiableList (converters );
77
- STORE_CONVERSIONS = StoreConversions .of (SimpleTypeHolder . DEFAULT , STORE_CONVERTERS );
79
+ STORE_CONVERSIONS = StoreConversions .of (CouchbaseSimpleTypes . DOCUMENT_TYPES , STORE_CONVERTERS );
78
80
}
79
81
80
82
/**
You can’t perform that action at this time.
0 commit comments