Interface Table.RecordViewId<T extends Entity<T>>

Type Parameters:
E - entity type
All Superinterfaces:
Table.View, Table.ViewId<T>
All Known Subinterfaces:
RecordEntity<E>
Enclosing interface:
Table<T extends Entity<T>>

public static interface Table.RecordViewId<T extends Entity<T>> extends Table.ViewId<T>
Base interface for ID-aware table views that are Java records.

Forwards ViewId's getId() method to the record's id() accessor.

  • Method Summary

    Modifier and Type
    Method
    Description
    default Entity.Id<T>
     
    id()