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 PropertyIndexchild(String name)Objectget()com.marklogic.client.io.FormatgetFormat()com.marklogic.client.query.StructuredQueryBuilder.OperatorgetOperator()StringgetRangeIndexType()QueryTypegetType()PropertyIndexwithFormat(com.marklogic.client.io.Format format)PropertyIndexwithOperator(com.marklogic.client.query.StructuredQueryBuilder.Operator operator)PropertyIndexwithProperty(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()
-
-