public interface AssembleOperationHandler
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| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(Container<?> container,
Collection<AssembleExecution> executions)
Perform assembly operation.
|
void process(Container<?> container, Collection<AssembleExecution> executions)
container - containerexecutions - operations to be performedCopyright © 2023. All rights reserved.