See: Description
| Interface | Description |
|---|---|
| PojoPage<T> |
Enables pagination over objects retrieved from the server and deserialized by PojoRepository read and search methods.
|
| PojoQueryBuilder<T> |
Specific to pojos yet similar to StructuredQueryBuilder, this class generates structured queries.
|
| PojoQueryDefinition |
A marker interface identifying QueryDefinition types compatible with
PojoRepository.search |
| PojoRepository<T,ID extends Serializable> |
PojoRepository is the central class for the Pojo Facade.
|
| Enum | Description |
|---|---|
| PojoQueryBuilder.Operator |
Copied directly from
StructuredQueryBuilder.Operator. |
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. PojoRepository simplifies create, read, update, and delete (CRUD) operations on custom pojos. PojoQueryBuilder keeps all the powerful queries available via StructuredQueryBuilder while enabling queries across objects persisted using PojoRepository.
Copyright © 2013-2017 MarkLogic Corporation.