See: Description
| Interface | Description |
|---|---|
| BuilderOptions |
interface is a contract for adding options when constructing objects of proxy option classes.
|
| OperationWithIndexQueryBuilderOptions<T extends OperationWithIndexQueryBuilderOptions<T>> | |
| OperationWithTupleBuilderOptions<T extends OperationWithTupleBuilderOptions<T,R>,R extends Packable> | |
| OperationWithTupleOperationBuilderOptions<T extends OperationWithTupleOperationBuilderOptions<T>> | |
| OperationWithTuplesBuilderOptions<T extends OperationWithTuplesBuilderOptions<T,P>,P extends Packable> | |
| ProxyOperation<T> |
Base interface for space operations mapped to call operations
|
| Class | Description |
|---|---|
| DeleteProxyOperation<T> |
Proxy operation for delete
|
| DeleteProxyOperation.Builder<T> |
The builder for this class.
|
| InsertManyProxyOperation<T extends Packable,R extends Collection<T>> |
Proxy operation for inserting many records at once
|
| InsertManyProxyOperation.Builder<T extends Packable,R extends Collection<T>> |
The builder for this class.
|
| InsertProxyOperation<T extends Packable,R extends Collection<T>> |
Proxy operation for insert
|
| InsertProxyOperation.Builder<T extends Packable,R extends Collection<T>> |
The builder for this class.
|
| ReplaceManyProxyOperation<T extends Packable,R extends Collection<T>> |
Proxy operation for replacing many records at once
|
| ReplaceManyProxyOperation.Builder<T extends Packable,R extends Collection<T>> |
The builder for this class.
|
| ReplaceProxyOperation<T extends Packable,R extends Collection<T>> |
Proxy operation for replace
|
| ReplaceProxyOperation.Builder<T extends Packable,R extends Collection<T>> |
The builder for this class.
|
| SelectProxyOperation<T> |
Proxy operation for select
|
| SelectProxyOperation.Builder<T> |
The builder for this class.
|
| TruncateProxyOperation |
Proxy operation for truncate
|
| TruncateProxyOperation.Builder | |
| UpdateProxyOperation<T> |
Proxy operation for update
|
| UpdateProxyOperation.Builder<T> |
The builder for this class.
|
| UpsertProxyOperation<T extends Packable,R extends Collection<T>> |
Proxy operation for upsert
|
| UpsertProxyOperation.Builder<T extends Packable,R extends Collection<T>> |
The builder for this class.
|
Copyright © 2025 Picodata. All rights reserved.