Package | Description |
---|---|
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 | Method and Description |
---|---|
<C> PojoQueryBuilder<C> |
PojoQueryBuilder.containerQueryBuilder(java.lang.String pojoProperty,
java.lang.Class<C> clazz)
Use this method to provide a query builder that can query a nested object within your pojo.
|
PojoQueryBuilder<T> |
PojoRepository.getQueryBuilder()
Get a PojoQueryBuilder for the type managed by this PojoRepository.
|
Copyright © 2013-2018 MarkLogic Corporation.