Class PropertyIndex
- java.lang.Object
-
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
-
public class PropertyIndex extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyIndex(Object index, QueryType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyIndex
child(String name)
Object
get()
com.marklogic.client.io.Format
getFormat()
com.marklogic.client.query.StructuredQueryBuilder.Operator
getOperator()
String
getRangeIndexType()
QueryType
getType()
PropertyIndex
withFormat(com.marklogic.client.io.Format format)
PropertyIndex
withOperator(com.marklogic.client.query.StructuredQueryBuilder.Operator operator)
PropertyIndex
withProperty(MarkLogicPersistentProperty property)
-
-
-
Method Detail
-
get
public Object get()
-
getFormat
public com.marklogic.client.io.Format getFormat()
-
getType
public QueryType getType()
-
withProperty
public PropertyIndex withProperty(MarkLogicPersistentProperty property)
-
child
public PropertyIndex child(String name)
-
withOperator
public PropertyIndex withOperator(com.marklogic.client.query.StructuredQueryBuilder.Operator operator)
-
withFormat
public PropertyIndex withFormat(com.marklogic.client.io.Format format)
-
getOperator
public com.marklogic.client.query.StructuredQueryBuilder.Operator getOperator()
-
getRangeIndexType
public String getRangeIndexType()
-
-