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 java.io.Serializable> |
PojoRepository is the central class for the Pojo Facade.
|
Enum | Description |
---|---|
PojoQueryBuilder.Operator |
Copied directly from
StructuredQueryBuilder.Operator . |
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-2020 MarkLogic Corporation.