Uses of Class
org.springframework.data.couchbase.querydsl.document.AbstractCouchbaseQueryDSL
Packages that use AbstractCouchbaseQueryDSL
Package
Description
This package contains the Couchbase implementations to support the Spring Data repository abstraction.
-
Uses of AbstractCouchbaseQueryDSL in org.springframework.data.couchbase.querydsl.document
Classes in org.springframework.data.couchbase.querydsl.document with type parameters of type AbstractCouchbaseQueryDSLModifier and TypeClassDescriptionclassAbstractCouchbaseQueryDSL<Q extends AbstractCouchbaseQueryDSL<Q>>renamed from AbstractCouchbaseQuery to AbstractCouchbaseQueryDSL to avoid confusion with the AbstractCouchbaseQuery that is in the package com.querydsl.couchbase -
Uses of AbstractCouchbaseQueryDSL in org.springframework.data.couchbase.repository.support