ExceptionHandler
, org.springframework.data.repository.query.RepositoryQuery
public class PartTreeDynamoDBQuery<T,ID> extends AbstractDynamoDBQuery<T,ID> implements org.springframework.data.repository.query.RepositoryQuery
dynamoDBOperations
Constructor | Description |
---|---|
PartTreeDynamoDBQuery(DynamoDBOperations dynamoDBOperations,
DynamoDBQueryMethod<T,ID> method) |
Modifier and Type | Method | Description |
---|---|---|
protected DynamoDBCountQueryCreator<T,ID> |
createCountQueryCreator(org.springframework.data.repository.query.ParametersParameterAccessor accessor,
boolean pageQuery) |
|
protected DynamoDBQueryCreator<T,ID> |
createQueryCreator(org.springframework.data.repository.query.ParametersParameterAccessor accessor) |
|
Query<Long> |
doCreateCountQuery(Object[] values,
boolean pageQuery) |
|
Query<T> |
doCreateQuery(Object[] values) |
|
protected Integer |
getResultsRestrictionIfApplicable() |
|
protected boolean |
isCountQuery() |
|
protected boolean |
isDeleteQuery() |
|
protected boolean |
isExistsQuery() |
|
protected boolean |
isSingleEntityResultsRestriction() |
doCreateCountQueryWithPermissions, doCreateQueryWithPermissions, execute, getExecution, getQueryMethod
repackageToException
public PartTreeDynamoDBQuery(DynamoDBOperations dynamoDBOperations, DynamoDBQueryMethod<T,ID> method)
protected DynamoDBQueryCreator<T,ID> createQueryCreator(org.springframework.data.repository.query.ParametersParameterAccessor accessor)
protected DynamoDBCountQueryCreator<T,ID> createCountQueryCreator(org.springframework.data.repository.query.ParametersParameterAccessor accessor, boolean pageQuery)
public Query<T> doCreateQuery(Object[] values)
doCreateQuery
in class AbstractDynamoDBQuery<T,ID>
public Query<Long> doCreateCountQuery(Object[] values, boolean pageQuery)
doCreateCountQuery
in class AbstractDynamoDBQuery<T,ID>
protected boolean isCountQuery()
isCountQuery
in class AbstractDynamoDBQuery<T,ID>
protected boolean isExistsQuery()
isExistsQuery
in class AbstractDynamoDBQuery<T,ID>
protected boolean isDeleteQuery()
isDeleteQuery
in class AbstractDynamoDBQuery<T,ID>
protected Integer getResultsRestrictionIfApplicable()
getResultsRestrictionIfApplicable
in class AbstractDynamoDBQuery<T,ID>
protected boolean isSingleEntityResultsRestriction()
isSingleEntityResultsRestriction
in class AbstractDynamoDBQuery<T,ID>
Copyright © 2018. All rights reserved.