Interface TableMappingPostProcessor
- All Known Implementing Classes:
TableMappingPostProcessor.None
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
테이블 매핑을 동적으로 후처리할 수 있는 Processor
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
process
<T> T process(T tableMappingModel) 테이블 매핑 정보를 동적으로 변경하고, 반환- Type Parameters:
T-- Parameters:
tableMappingModel-- Returns:
-