Interface ExecutableUpsertByIdOperation.TerminatingUpsertById<T>

All Superinterfaces:
OneAndAllEntity<T>
All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>, ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>, ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
Enclosing interface:
ExecutableUpsertByIdOperation

public static interface ExecutableUpsertByIdOperation.TerminatingUpsertById<T> extends OneAndAllEntity<T>
Terminating operations invoking the actual execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends T>
    all(Collection<? extends T> objects)
    Insert a collection of entities.
    one(T object)
    Upsert one entity.
  • Method Details