Class VaultQueryCreator
java.lang.Object
org.springframework.data.repository.query.parser.AbstractQueryCreator<KeyValueQuery<VaultQuery>, VaultQuery>
org.springframework.vault.repository.query.VaultQueryCreator
-
Constructor Summary
ConstructorsConstructorDescriptionVaultQueryCreator
(PartTree tree, ParameterAccessor parameters, MappingContext<VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected VaultQuery
and
(Part part, VaultQuery base, Iterator<Object> parameters) protected KeyValueQuery
<VaultQuery> complete
(@Nullable VaultQuery vaultQuery, Sort sort) protected VaultQuery
protected VaultQuery
or
(VaultQuery vaultQuery, VaultQuery other) Methods inherited from class AbstractQueryCreator
createQuery, createQuery
-
Constructor Details
-
VaultQueryCreator
public VaultQueryCreator(PartTree tree, ParameterAccessor parameters, MappingContext<VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext) - Parameters:
tree
- must not be null.parameters
- must not be null.mappingContext
- must not be null.
-
-
Method Details
-
create
- Specified by:
create
in classAbstractQueryCreator<KeyValueQuery<VaultQuery>, VaultQuery>
-
and
- Specified by:
and
in classAbstractQueryCreator<KeyValueQuery<VaultQuery>, VaultQuery>
-
or
- Specified by:
or
in classAbstractQueryCreator<KeyValueQuery<VaultQuery>, VaultQuery>
-
complete
- Specified by:
complete
in classAbstractQueryCreator<KeyValueQuery<VaultQuery>, VaultQuery>
-