static ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.builder() |
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withDeleteFunctionName(String deleteFunctionName) |
Set API function name for performing the delete operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withInsertFunctionName(String insertFunctionName) |
Get API function name for performing the insert operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withReplaceFunctionName(String replaceFunctionName) |
Get API function name for performing the replace operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withSchemaFunctionName(String schemaFunctionName) |
Set API function name for getting the spaces and indexes schema.
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withSelectFunctionName(String selectFunctionName) |
Get API function name for performing the select operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withTruncateFunctionName(String truncateFunctionName) |
Get API function name for performing the truncate operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withUpdateFunctionName(String updateFunctionName) |
Get API function name for performing the update operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withUpsertFunctionName(String upsertFunctionName) |
Get API function name for performing the upsert operation
|