public class VaultQueryCreator extends org.springframework.data.repository.query.parser.AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<VaultQuery>,VaultQuery>
Id
property. A query consists of
chained Predicate
s that are evaluated for each Id value.Constructor and Description |
---|
VaultQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
org.springframework.data.mapping.context.MappingContext<VaultPersistentEntity<?>,VaultPersistentProperty> mappingContext)
|
Modifier and Type | Method and Description |
---|---|
protected VaultQuery |
and(org.springframework.data.repository.query.parser.Part part,
VaultQuery base,
Iterator<Object> parameters) |
protected org.springframework.data.keyvalue.core.query.KeyValueQuery<VaultQuery> |
complete(VaultQuery vaultQuery,
org.springframework.data.domain.Sort sort) |
protected VaultQuery |
create(org.springframework.data.repository.query.parser.Part part,
Iterator<Object> parameters) |
protected VaultQuery |
or(VaultQuery vaultQuery,
VaultQuery other) |
public VaultQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, org.springframework.data.repository.query.ParameterAccessor parameters, org.springframework.data.mapping.context.MappingContext<VaultPersistentEntity<?>,VaultPersistentProperty> mappingContext)
tree
- must not be null.parameters
- must not be null.mappingContext
- must not be null.protected VaultQuery create(org.springframework.data.repository.query.parser.Part part, Iterator<Object> parameters)
create
in class org.springframework.data.repository.query.parser.AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<VaultQuery>,VaultQuery>
protected VaultQuery and(org.springframework.data.repository.query.parser.Part part, VaultQuery base, Iterator<Object> parameters)
and
in class org.springframework.data.repository.query.parser.AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<VaultQuery>,VaultQuery>
protected VaultQuery or(VaultQuery vaultQuery, VaultQuery other)
or
in class org.springframework.data.repository.query.parser.AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<VaultQuery>,VaultQuery>
protected org.springframework.data.keyvalue.core.query.KeyValueQuery<VaultQuery> complete(VaultQuery vaultQuery, org.springframework.data.domain.Sort sort)
complete
in class org.springframework.data.repository.query.parser.AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<VaultQuery>,VaultQuery>
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.