File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
repository-ydb-v2/src/main/java/tech/ydb/yoj/repository/ydb/table
repository/src/main/java/tech/ydb/yoj/repository/db Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public final Class<T> getType() {
101
101
public final TableDescriptor <T > getTableDescriptor () {
102
102
return tableDescriptor ;
103
103
}
104
-
104
+
105
105
public final EntitySchema <T > getSchema () {
106
106
return schema ;
107
107
}
Original file line number Diff line number Diff line change 1
1
package tech .ydb .yoj .repository .db ;
2
2
3
3
import com .google .common .collect .Sets ;
4
+ import tech .ydb .yoj .InternalApi ;
4
5
import tech .ydb .yoj .repository .db .cache .FirstLevelCache ;
5
6
import tech .ydb .yoj .repository .db .list .ListRequest ;
6
7
15
16
import static java .util .stream .Collectors .toSet ;
16
17
17
18
/**
18
- * Utility class for internal use only. This class is not part of the public API and should not be
19
- * used directly by client code.
19
+ * Utility class for {@link Table} implementation; <strong>for internal use only</strong>.
20
+ * This class is <strong>not</strong> part of the public API and <strong>should not</strong>
21
+ * be used directly by client code.
20
22
*/
23
+ @ InternalApi
21
24
public final class TableQueryImpl {
22
25
private TableQueryImpl () {
23
26
}
You can’t perform that action at this time.
0 commit comments