Package tech.ydb.yoj.repository.db
Interface Entity.Id<E extends Entity<E>>
public static interface Entity.Id<E extends Entity<E>>
-
Method Summary
-
Method Details
-
resolve
Deprecated.UseTable.find(Entity.Id)instead. -
resolve
@NonNull @Deprecated default <EXCEPTION extends Exception> E resolve(Supplier<? extends EXCEPTION> throwIfAbsent) throws EXCEPTION Deprecated.UseTable.find(Entity.Id, Supplier)instead.- Throws:
EXCEPTION extends Exception
-
getType
-
isPartial
default boolean isPartial()
-
Table.find(Entity.Id)instead.