Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Nov 16, 2023
1 parent 7ef36e0 commit c783b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/dynamodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ To use a custom implementation, declare a bean of type `DynamoDbTableNameResolve

==== Resolving Table Schema

To resolve a table schema for an entity, `DynamoDbTemplate` uses a bean of type `DynamoDbTableResolver`. The default implementation caches `TableSchema` objects in internal map.
To use custom implementation, declare a bean of type `DynamoDbTableResolver` and it will get injected into `DynamoDbTemplate` automatically during auto-configuration.
To resolve a table schema for an entity, `DynamoDbTemplate` uses a bean of type `DynamoDbTableSchemaResolver`. The default implementation caches `TableSchema` objects in internal map.
To use custom implementation, declare a bean of type `DynamoDbTableSchemaResolver` and it will get injected into `DynamoDbTemplate` automatically during auto-configuration.
To register a custom table schema for a DynamoDB entity a bean of type `TableSchema` should be created:
[source, java]
----
Expand Down

0 comments on commit c783b5d

Please sign in to comment.