Class DynamoDbQueryMethod
java.lang.Object
org.springframework.data.repository.query.QueryMethod
io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryMethod
- Since:
- 1.0.0
- Author:
- Matej Nedic
-
Constructor Summary
ConstructorsConstructorDescriptionDynamoDbQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends DynamoDbPersistentEntity<?>, DynamoDbPersistentProperty> mappingContext) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected Parameters<?, ?> createParameters(ParametersSource parametersSource) Class<?> protected MappingContext<? extends DynamoDbPersistentEntity<?>, DynamoDbPersistentProperty> @Nullable Query@Nullable Updatebooleanbooleanbooleanbooleanbooleanvoidverify(Method method, RepositoryMetadata metadata) Methods inherited from class QueryMethod
getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isScrollQuery, isSearchQuery, isSliceQuery, isStreamQuery, toString
-
Constructor Details
-
DynamoDbQueryMethod
public DynamoDbQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends DynamoDbPersistentEntity<?>, DynamoDbPersistentProperty> mappingContext)
-
-
Method Details
-
verify
-
createParameters
- Overrides:
createParametersin classQueryMethod
-
hasAnnotatedQuery
public boolean hasAnnotatedQuery() -
getQueryAnnotation
-
getUpdateAnnotation
-
allowsScan
public boolean allowsScan() -
isUpdateQuery
public boolean isUpdateQuery() -
isCountQuery
public boolean isCountQuery() -
isExistsQuery
public boolean isExistsQuery() -
isPartiQlQuery
public boolean isPartiQlQuery() -
getDeclaredReturnType
-
getMappingContext
protected MappingContext<? extends DynamoDbPersistentEntity<?>, DynamoDbPersistentProperty> getMappingContext()
-