Package tech.ydb.yoj.repository.db
Interface Table.RecordViewId<T extends Entity<T>>
- Type Parameters:
E- entity type
- All Superinterfaces:
Table.View,Table.ViewId<T>
- All Known Subinterfaces:
RecordEntity<E>
Base interface for ID-aware table views that are Java
records.
Forwards ViewId's getId() method to the record's id() accessor.
-
Method Summary
-
Method Details
-
id
-
getId
- Specified by:
getIdin interfaceTable.ViewId<T extends Entity<T>>
-