Uses of Class
org.springframework.vault.repository.query.VaultQuery
Package
Description
Query derivation mechanism for Vault specific repositories.
-
Uses of VaultQuery in org.springframework.vault.repository.query
Modifier and TypeMethodDescriptionVaultQuery.and
(VaultQuery other) protected VaultQuery
VaultQueryCreator.and
(Part part, VaultQuery base, Iterator<Object> parameters) protected VaultQuery
VaultQuery.or
(VaultQuery other) protected VaultQuery
VaultQueryCreator.or
(VaultQuery vaultQuery, VaultQuery other) Modifier and TypeMethodDescriptionprotected KeyValueQuery<VaultQuery>
VaultQueryCreator.complete
(VaultQuery vaultQuery, Sort sort) Modifier and TypeMethodDescriptionVaultQuery.and
(VaultQuery other) protected VaultQuery
VaultQueryCreator.and
(Part part, VaultQuery base, Iterator<Object> parameters) protected KeyValueQuery<VaultQuery>
VaultQueryCreator.complete
(VaultQuery vaultQuery, Sort sort) VaultQuery.or
(VaultQuery other) protected VaultQuery
VaultQueryCreator.or
(VaultQuery vaultQuery, VaultQuery other)