You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/antora/modules/ROOT/pages/couchbase/repository.adoc
+43-20
Original file line number
Diff line number
Diff line change
@@ -33,33 +33,47 @@ An advanced usage is described in <<couchbase.repository.multibucket>>.
33
33
34
34
[[couchbase.repository.configuration.dsl]]
35
35
=== QueryDSL Configuration
36
-
Spring Data Couchbase supports QueryDSL for building type-safe queries. To enable code generation you need to set `spring-data-couchbase` as annotation processor on your project.
36
+
Spring Data Couchbase supports QueryDSL for building type-safe queries. To enable code generation, setting `CouchbaseAnnotationProcessor` as an annotation processor is required.
37
+
Additionally, the runtime needs querydsl-apt to enable QueryDSL on repositories.
37
38
38
39
.Maven Configuration Example
39
40
====
40
41
[source,xml]
41
42
----
43
+
. existing depdendencies including those required for spring-data-couchbase
0 commit comments