Package | Description |
---|---|
com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting
documents in the database for the REST server.
|
com.marklogic.client.pojo |
The goal of this package (sometimes referred to as "the pojo facade" is to simplify working
with custom Plain Old Java Objects (pojos) without hassling with persistence details.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentPage
Allows iteration over documents in the page as
DocumentRecord instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
PojoPage<T>
Enables pagination over objects retrieved from the server and deserialized by
PojoRepository read and search methods.
|
Copyright © 2013-2021 MarkLogic Corporation.