Interface IdBuilder<I,​T extends IdBuilder.WithTableName<I,​T>>

    • Method Detail

      • withTableName

        T withTableName​(java.lang.String tableName)
        Set the table name for the ID.
        Parameters:
        tableName - The table name.
        Returns:
        The next stage of this builder, which can be used to set key column names.
        Throws:
        java.lang.IllegalArgumentException - if no such provider exists or if metadata is incomplete for the provider