public interface AssembleOperationHandler extends NamedComponent
Handler of assembly operation.
Enter the assembly operation and the corresponding type of object to be processed.
then it will complete the following operations according to the configuration:
OneToOneAssembleOperationHandler,
OneToManyAssembleOperationHandler,
ManyToManyAssembleOperationHandler| 限定符和类型 | 方法和说明 |
|---|---|
KeyResolver |
determineKeyResolver(AssembleOperation operation)
Determine key resolver for the operation.
|
void |
process(Container<?> container,
Collection<AssembleExecution> executions)
Perform assembly operation.
|
getNameKeyResolver determineKeyResolver(AssembleOperation operation)
operation - operationvoid process(Container<?> container, Collection<AssembleExecution> executions)
container - containerexecutions - operations to be performedCopyright © 2024. All rights reserved.