Uses of Class
com.querydsl.couchbase.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 com.querydsl.couchbase.document
Classes in com.querydsl.couchbase.document with type parameters of type AbstractCouchbaseQueryDSLModifier and TypeClassDescriptionclass
AbstractCouchbaseQueryDSL<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