Package tech.ydb.yoj.repository.db
Interface Entity.Id<E extends Entity<E>>
public static interface Entity.Id<E extends Entity<E>>
-
Method Summary
Modifier and TypeMethodDescriptiongetType()default booleandefault Eresolve()Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in YOJ 3.0.0.Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in YOJ 3.0.0.
-
Method Details
-
resolve
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in YOJ 3.0.0. UseTable.find(Entity.Id)instead. -
resolve
@NonNull @Deprecated(forRemoval=true) default <EXCEPTION extends Exception> E resolve(Supplier<? extends EXCEPTION> throwIfAbsent) throws EXCEPTION Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in YOJ 3.0.0. UseTable.find(Entity.Id, Supplier)instead.- Throws:
EXCEPTION extends Exception
-
getType
-
isPartial
default boolean isPartial()
-