v4.3.2 (2022-04-06)
<dependency>
<groupId>net.hasor</groupId>
<artifactId>dbvisitor</artifactId>
<version>4.3.2</version>
</dependency>
Improved
- Adjusted Dal code to fit the new lambda system.
- Refactored the lambda style to simplify structure and better support
Map-based usage. - Optimized
MapTableReaderlogic. TableReaderinterface no longer providesextractData, narrowing its responsibility.