| Package | Description |
|---|---|
| org.socialsignin.spring.data.dynamodb.repository.query | |
| org.socialsignin.spring.data.dynamodb.repository.support |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBEntityInformation<T,ID> |
DynamoDBQueryMethod.getEntityInformation() |
| Constructor and Description |
|---|
AbstractDynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
DynamoDBEntityInformation<T,ID> entityMetadata,
DynamoDBOperations dynamoDBOperations) |
AbstractDynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameterAccessor,
DynamoDBEntityInformation<T,ID> entityMetadata,
DynamoDBOperations dynamoDBOperations) |
AbstractDynamoDBQueryCriteria(DynamoDBEntityInformation<T,ID> dynamoDBEntityInformation) |
DynamoDBCountQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
DynamoDBEntityInformation<T,ID> entityMetadata,
DynamoDBOperations dynamoDBOperations,
boolean pageQuery) |
DynamoDBCountQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameterAccessor,
DynamoDBEntityInformation<T,ID> entityMetadata,
DynamoDBOperations dynamoDBOperations,
boolean pageQuery) |
DynamoDBEntityWithHashKeyOnlyCriteria(DynamoDBEntityInformation<T,ID> entityInformation) |
DynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
DynamoDBEntityInformation<T,ID> entityMetadata,
DynamoDBOperations dynamoDBOperations) |
DynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameterAccessor,
DynamoDBEntityInformation<T,ID> entityMetadata,
DynamoDBOperations dynamoDBOperations) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID extends Serializable> |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamoDBIdIsHashAndRangeKeyEntityInformationImpl<T,ID extends Serializable>
Encapsulates minimal information needed to load DynamoDB entities that have
both hash and range key, and have a composite id attribute annotated with
Id. |
class |
DynamoDBIdIsHashKeyEntityInformationImpl<T,ID extends Serializable>
Encapsulates minimal information needed to load DynamoDB entities.
|
| Modifier and Type | Field and Description |
|---|---|
protected DynamoDBEntityInformation<T,ID> |
SimpleDynamoDBCrudRepository.entityInformation |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBEntityInformation<T,ID> |
DynamoDBEntityMetadataSupport.getEntityInformation() |
<T,ID extends Serializable> |
DynamoDBRepositoryFactory.getEntityInformation(Class<T> domainClass) |
| Constructor and Description |
|---|
SimpleDynamoDBCrudRepository(DynamoDBEntityInformation<T,ID> entityInformation,
DynamoDBOperations dynamoDBOperations,
EnableScanPermissions enableScanPermissions) |
SimpleDynamoDBPagingAndSortingRepository(DynamoDBEntityInformation<T,ID> entityInformation,
DynamoDBOperations dynamoDBOperations,
EnableScanPermissions enableScanPermissions) |
Copyright © 2016. All rights reserved.