Class MarkLogicQueryMethod
- java.lang.Object
-
- org.springframework.data.repository.query.QueryMethod
-
- io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicQueryMethod
-
public class MarkLogicQueryMethod extends org.springframework.data.repository.query.QueryMethod
-
-
Constructor Summary
Constructors Constructor Description MarkLogicQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory projectionFactory, org.springframework.data.mapping.context.MappingContext<? extends MarkLogicPersistentEntity<?>,MarkLogicPersistentProperty> mappingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.marklogic.client.io.Format
getFormat()
org.springframework.data.mapping.context.MappingContext<? extends MarkLogicPersistentEntity<?>,MarkLogicPersistentProperty>
getMappingContext()
boolean
hasAnnotatedQuery()
boolean
isFacetedQuery()
boolean
isStreamingQuery()
-
Methods inherited from class org.springframework.data.repository.query.QueryMethod
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toString
-
-
-
-
Constructor Detail
-
MarkLogicQueryMethod
public MarkLogicQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory projectionFactory, org.springframework.data.mapping.context.MappingContext<? extends MarkLogicPersistentEntity<?>,MarkLogicPersistentProperty> mappingContext)
-
-
Method Detail
-
isStreamingQuery
public boolean isStreamingQuery()
-
isFacetedQuery
public boolean isFacetedQuery()
-
getFormat
public com.marklogic.client.io.Format getFormat()
-
hasAnnotatedQuery
public boolean hasAnnotatedQuery()
-
getMappingContext
public org.springframework.data.mapping.context.MappingContext<? extends MarkLogicPersistentEntity<?>,MarkLogicPersistentProperty> getMappingContext()
-
-