public class DynamoDBQueryMethod<T,ID>
extends org.springframework.data.repository.query.QueryMethod
Constructor | Description |
---|---|
DynamoDBQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory) |
Modifier and Type | Method | Description |
---|---|---|
DynamoDBEntityInformation<T,ID> |
getEntityInformation() |
|
Class<T> |
getEntityType() |
|
Optional<String> |
getProjectionExpression() |
|
boolean |
isScanCountEnabled() |
|
boolean |
isScanEnabled() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createParameters, getDomainClass, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toString
public 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.QueryMethod
Copyright © 2018. All rights reserved.