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 |
---|---|
static PojoQueryBuilder.Operator |
PojoQueryBuilder.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static PojoQueryBuilder.Operator[] |
PojoQueryBuilder.Operator.values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryDefinition |
PojoQueryBuilder.range(java.lang.String pojoProperty,
PojoQueryBuilder.Operator operator,
java.lang.Object... values)
Query a Path Range Index configured in the
database for a pojo property.
|
StructuredQueryDefinition |
PojoQueryBuilder.range(java.lang.String pojoProperty,
java.lang.String[] options, PojoQueryBuilder.Operator operator,
java.lang.Object... values)
Query a Path Range Index configured in the
database for a pojo property.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.