Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
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.
|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Class | Description |
---|---|
PojoRepository |
PojoRepository is the central class for the Pojo Facade.
|
Class | Description |
---|---|
PojoPage |
Enables pagination over objects retrieved from the server and deserialized by
PojoRepository read and search methods.
|
PojoQueryBuilder |
Specific to pojos yet similar to StructuredQueryBuilder, this class generates structured queries.
|
PojoQueryBuilder.Operator |
Copied directly from
StructuredQueryBuilder.Operator . |
PojoQueryDefinition |
A marker interface identifying QueryDefinition types compatible with
PojoRepository.search |
Class | Description |
---|---|
PojoQueryDefinition |
A marker interface identifying QueryDefinition types compatible with
PojoRepository.search |
Copyright © 2013-2019 MarkLogic Corporation.