| Modifier and Type | Method and Description |
|---|---|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyIgnore()
On duplicate keys ignore updates.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdate(Collection<F> fields)
On duplicate keys update the given fields.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdate(F... fields)
On duplicate keys update the given fields.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdate(String... columns)
On duplicate keys update the given columns.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.onDuplicateKeyUpdateAllExcept(Collection<F> fields)
On duplicate keys update all except 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(String... exceptColumns)
On duplicate keys update all except the given fields.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.set(Collection<F> fields)
Set the specific fields with default name and type.
|
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(String column,
F field)
Set the specific field with name and default type.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.set(String column,
F field,
int type)
Set the specific field with specific name and type.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.setAll()
Set all fields with defaults.
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.setAllExcept(Collection<F> except)
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(PMessageDescriptor<M,F> descriptor,
Collection<F> except)
Deprecated.
since 1.7.0
|
MessageInserter.Builder<M,F> |
MessageInserter.Builder.setAllExcept(PMessageDescriptor<M,F> descriptor,
F... except)
Deprecated.
since 1.7.0
|
Copyright © 2015–2018 morimekta.net. All rights reserved.