Class TableId

  • All Implemented Interfaces:
    Serializable, Comparable<TableId>

    public class TableId
    extends AbstractId<TableId>
    A strongly typed representation of a table ID. This class cannot be used to get a table ID from a table name, but does provide the table ID string wrapped with a stronger type. The constructor for this class will throw an error if the canonical parameter is null.
    Since:
    2.0.0
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static TableId of​(String canonical)
        Get a TableId object for the provided canonical string. This is guaranteed to be non-null.
        Parameters:
        canonical - table ID string
        Returns:
        Table.ID object