Uses of Class
io.stargate.sdk.doc.domain.PageableQuery
Packages that use PageableQuery
-
Uses of PageableQuery in io.stargate.sdk.doc
Methods in io.stargate.sdk.doc with parameters of type PageableQueryModifier and TypeMethodDescriptionCollectionClient.findPage(PageableQuery query) Find a page given some search (without marshalling the documents).CollectionClient.findPage(PageableQuery query, RecordMapper<DOC> documentMapper) Find a page and marshall using a mapper.CollectionClient.findPage(PageableQuery query, Class<DOC> beanClass) Find a page given some search.CollectionClient.PageSupplier.findPage(CollectionClient cc, PageableQuery q) Get a pageStargateDocumentRepository.findPage(PageableQuery query) Search document with attributes. -
Uses of PageableQuery in io.stargate.sdk.doc.domain
Methods in io.stargate.sdk.doc.domain that return PageableQueryModifier and TypeMethodDescriptionPageableQueryBuilder.build()Terminal call to build immutable instance ofPageableQuery.