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 I
build()
Build the final ID value.T
withKeyValue(java.lang.String keyColumnName, java.lang.Object value)
Set the value of a key column.
-