public class RowHandlerExecutionChain extends Object
| Constructor and Description |
|---|
RowHandlerExecutionChain(RowWriteHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLast(RowWriteHandler handler) |
void |
afterRowCreate(RowWriteHandlerContext context) |
void |
afterRowDispose(RowWriteHandlerContext context) |
void |
beforeRowCreate(RowWriteHandlerContext context) |
public RowHandlerExecutionChain(RowWriteHandler handler)
public void beforeRowCreate(RowWriteHandlerContext context)
public void afterRowCreate(RowWriteHandlerContext context)
public void afterRowDispose(RowWriteHandlerContext context)
public void addLast(RowWriteHandler handler)
Copyright © 2018–2022 Alibaba Group. All rights reserved.