Package oracle.pgx.api
Interface IdBuilder.WithTableName<I,T extends IdBuilder.WithTableName<I,T>>
-
- Type Parameters:
I- The ID type.T- Type of this builder stage.
- All Known Implementing Classes:
PartitionedIdBuilder.WithTableName
public static interface IdBuilder.WithTableName<I,T extends IdBuilder.WithTableName<I,T>>Builder for ID values for a specific table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ibuild()Build the final ID value.TwithKeyValue(java.lang.String keyColumnName, java.lang.Object value)Set the value of a key column.
-