You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/BeanTableSchema.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,9 @@
88
88
*
89
89
* </pre>
90
90
*
91
+
* Creating an {@link BeanTableSchema} is a moderately expensive operation, and should be performed sparingly. This is
92
+
* usually done once at application startup.
93
+
*
91
94
* @param <T> The type of object that this {@link TableSchema} maps to.
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/ImmutableTableSchema.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,11 @@
86
86
* public Customer build() { ... };
87
87
* }
88
88
* }
89
-
*
90
89
* </pre>
90
+
*
91
+
* Creating an {@link ImmutableTableSchema} is a moderately expensive operation, and should be performed sparingly. This is
92
+
* usually done once at application startup.
93
+
*
91
94
* @param <T> The type of object that this {@link TableSchema} maps to.
0 commit comments