Skip to main content

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 MapTableReader logic.
  • TableReader interface no longer provides extractData, narrowing its responsibility.