We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EntityList
1 parent 5d07811 commit 7c28079Copy full SHA for 7c28079
repository/src/main/java/tech/ydb/yoj/repository/db/EntityList.java
@@ -5,6 +5,11 @@
5
import java.util.function.Supplier;
6
import java.util.stream.Stream;
7
8
+/**
9
+ * @see <a href="https://github.com/ydb-platform/yoj-project/issues/77">#77</a>
10
+ * @deprecated Projections will be removed from the core YOJ API in 3.0.0 and possibly reintroduced as an optional module.
11
+ */
12
+@Deprecated(forRemoval = true)
13
public class EntityList extends LinkedList<Entity<?>> {
14
public static EntityList create() {
15
return new EntityList();
0 commit comments