Interface Table.ViewId<E extends Entity<E>>

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

public static interface Table.ViewId<E extends Entity<E>> extends Table.View
Base interface for ID-aware views, that is, subsets of Entity fields that contain the Entity's ID.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description