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 SelectedModeselected()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 SelectedModeCombinedQueryDefinitionBuilder. getSelected()static SelectedModeSelectedMode. 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 CombinedQueryDefinitionCombinedQueryDefinition. extracts(List<String> extracts, SelectedMode mode)Specify which properties of a document will be included/excluded from the results.CombinedQueryDefinitionCombinedQueryDefinitionBuilder. extracts(List<String> extracts, SelectedMode mode) 
 -