MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyIgnore() |
On duplicate keys ignore updates.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdate(F... fields) |
On duplicate keys update the given fields.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdate(java.lang.String... columns) |
On duplicate keys update the given columns.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdate(java.util.Collection<F> fields) |
On duplicate keys update the given fields.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdateAllExcept(F... fields) |
On duplicate keys update all except the given fields.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdateAllExcept(java.lang.String... exceptColumns) |
On duplicate keys update all except the given fields.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdateAllExcept(java.util.Collection<F> fields) |
On duplicate keys update all except the given fields.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.set(F... fields) |
Set the specific fields with default name and type.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.set(F field,
int type) |
Set the specific field with specific type and default name.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.set(java.lang.String column,
F field) |
Set the specific field with name and default type.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.set(java.lang.String column,
F field,
int type) |
Set the specific field with specific name and type.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.set(java.util.Collection<F> fields) |
Set the specific fields with default name and type.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.setAll() |
Set all fields with defaults.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.setAllExcept(F... except) |
Set all fields with defaults.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.setAllExcept(java.util.Collection<F> except) |
Set all fields with defaults.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.setAllExcept(net.morimekta.providence.descriptor.PMessageDescriptor<M,F> descriptor,
F... except) |
Deprecated.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.setAllExcept(net.morimekta.providence.descriptor.PMessageDescriptor<M,F> descriptor,
java.util.Collection<F> except) |
Deprecated.
|