Skip to content

Commit

Permalink
#32 Support multiple tables under one entity (clean up)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Galiamichev committed Dec 27, 2024
1 parent d6e927a commit fa103ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ private Map<String, YdbSchemaOperations.Table> generateSchemeFromCode() {
.collect(toMap(YdbSchemaOperations.Table::getName, Function.identity()));
}

@SuppressWarnings("unchecked")
private YdbSchemaOperations.Table tableForEntity(TableDescriptor<? extends Entity<?>> c) {
EntitySchema<?> schema = EntitySchema.of(c.entityType());
return repository.getSchemaOperations()
Expand Down

0 comments on commit fa103ea

Please sign in to comment.