Skip to content

Commit

Permalink
Query multiple tables using one entity (better format)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Galiamichev committed Nov 25, 2024
1 parent 1c534da commit 5ea156b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public <T extends Entity<T>> Table<T> table(Class<T> c) {
* versions
*/
@Override
@ExperimentalApi(issue="https://github.com/ydb-platform/yoj-project/issues/32")
@ExperimentalApi(issue = "https://github.com/ydb-platform/yoj-project/issues/32")
public <T extends Entity<T>> Table<T> table(@NonNull Class<T> clazz, @NonNull String tableName) {
return new YdbTable<>(new EntityDescriptor<>(clazz, tableName), this);
}
Expand Down

0 comments on commit 5ea156b

Please sign in to comment.