Interface RecordEntity<E extends RecordEntity<E>>

Type Parameters:
E - entity type
All Superinterfaces:
Entity<E>, Table.RecordViewId<E>, Table.View, Table.ViewId<E>

public interface RecordEntity<E extends RecordEntity<E>> extends Entity<E>, Table.RecordViewId<E>
Base interface for entities that are Java records.

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