public class DynamoDBQueryMethod<T,ID extends Serializable>
extends org.springframework.data.repository.query.QueryMethod
| Constructor and Description |
|---|
DynamoDBQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBEntityInformation<T,ID> |
getEntityInformation() |
Class<T> |
getEntityType() |
boolean |
isScanCountEnabled() |
boolean |
isScanEnabled() |
createParameters, getDomainClass, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toStringpublic DynamoDBQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
public boolean isScanEnabled()
public boolean isScanCountEnabled()
public DynamoDBEntityInformation<T,ID> getEntityInformation()
getEntityInformation in class org.springframework.data.repository.query.QueryMethodCopyright © 2016. All rights reserved.