Uses of Class
io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
-
Packages that use SelectedMode Package Description io.github.malteseduck.springframework.data.marklogic.repository io.github.malteseduck.springframework.data.marklogic.repository.query -
-
Uses of SelectedMode in io.github.malteseduck.springframework.data.marklogic.repository
Methods in io.github.malteseduck.springframework.data.marklogic.repository that return SelectedMode Modifier and Type Method Description SelectedMode
selected()
Used in conjunction with the extract paths. -
Uses of SelectedMode in io.github.malteseduck.springframework.data.marklogic.repository.query
Methods in io.github.malteseduck.springframework.data.marklogic.repository.query that return SelectedMode Modifier and Type Method Description SelectedMode
CombinedQueryDefinitionBuilder. getSelected()
static SelectedMode
SelectedMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SelectedMode[]
SelectedMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.malteseduck.springframework.data.marklogic.repository.query with parameters of type SelectedMode Modifier and Type Method Description CombinedQueryDefinition
CombinedQueryDefinition. extracts(List<String> extracts, SelectedMode mode)
Specify which properties of a document will be included/excluded from the results.CombinedQueryDefinition
CombinedQueryDefinitionBuilder. extracts(List<String> extracts, SelectedMode mode)
-