| Modifier and Type | Field | Description |
|---|---|---|
protected DynamoDBEntityInformation<T,ID> |
AbstractDynamoDBQueryCreator.entityMetadata |
| Modifier and Type | Method | Description |
|---|---|---|
DynamoDBEntityInformation<T,ID> |
DynamoDBQueryMethod.getEntityInformation() |
| Constructor | Description |
|---|---|
AbstractDynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
DynamoDBEntityInformation<T,ID> entityMetadata,
Optional<String> projection,
DynamoDBOperations dynamoDBOperations) |
|
AbstractDynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameterAccessor,
DynamoDBEntityInformation<T,ID> entityMetadata,
Optional<String> projection,
DynamoDBOperations dynamoDBOperations) |
|
AbstractDynamoDBQueryCriteria(DynamoDBEntityInformation<T,ID> dynamoDBEntityInformation,
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel<T> tableModel) |
|
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,
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel<T> tableModel) |
|
DynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameterAccessor,
DynamoDBEntityInformation<T,ID> entityMetadata,
Optional<String> projection,
DynamoDBOperations dynamoDBOperations) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DynamoDBIdIsHashAndRangeKeyEntityInformationImpl<T,ID> |
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> |
Encapsulates minimal information needed to load DynamoDB entities.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected DynamoDBEntityInformation<T,ID> |
SimpleDynamoDBCrudRepository.entityInformation |
| Modifier and Type | Method | Description |
|---|---|---|
DynamoDBEntityInformation<T,ID> |
DynamoDBEntityMetadataSupport.getEntityInformation() |
|
<T,ID> DynamoDBEntityInformation<T,ID> |
DynamoDBRepositoryFactory.getEntityInformation(Class<T> domainClass) |
|
DynamoDBEntityInformation<T,ID> |
SimpleDynamoDBCrudRepository.getEntityInformation() |
| Constructor | Description |
|---|---|
SimpleDynamoDBCrudRepository(DynamoDBEntityInformation<T,ID> entityInformation,
DynamoDBOperations dynamoDBOperations,
EnableScanPermissions enableScanPermissions) |
|
SimpleDynamoDBPagingAndSortingRepository(DynamoDBEntityInformation<T,ID> entityInformation,
DynamoDBOperations dynamoDBOperations,
EnableScanPermissions enableScanPermissions) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
DynamoDBMappingContextProcessor.registeredEntity(DynamoDBEntityInformation<T,ID> entityInformation) |
|
protected void |
Entity2DynamoDBTableSynchronizer.registeredEntity(DynamoDBEntityInformation<T,ID> entityInformation) |
|
protected abstract void |
EntityInformationProxyPostProcessor.registeredEntity(DynamoDBEntityInformation<T,ID> entityInformation) |
|
protected void |
Entity2DynamoDBTableSynchronizer.synchronize(DynamoDBEntityInformation<T,ID> entityInformation,
org.springframework.context.event.ApplicationContextEvent event) |
Copyright © 2018–2019. All rights reserved.