@FunctionalInterface
public interface TableMappingPostProcessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
TableMappingPostProcessor.None |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
process(T tableMappingModel)
테이블 매핑 정보를 동적으로 변경하고, 반환
|