Interface BulkOperationContext
public interface BulkOperationContext
Context for a
BulkOperation, providing the target namespace (database and collection) and optional domain
type used for mapping.- Since:
- 5.1
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordValue object holding namespace (database and collection) information and an optional domain type used for mappingbulk operations. -
Method Summary
Modifier and TypeMethodDescriptionReturns the target namespace for this bulk operation.
-
Method Details
-
namespace
BulkOperationContext.TypedNamespace namespace()Returns the target namespace for this bulk operation.- Returns:
- the
BulkOperationContext.TypedNamespace; never null.
-