Skip to main content

v4.3.5 (2022-05-02)

<dependency>
<groupId>net.hasor</groupId>
<artifactId>dbvisitor</artifactId>
<version>4.3.5</version>
</dependency>

Added

  • More example projects.
  • HasordbDsAdapter and SpringDsAdapter constructors accepting DataSource.
  • DalRegistryBean adds mapperLocations alongside mapperResources (equivalent behavior).

Improved

  • DalMapperBean tolerates null dalSession.
  • BaseMapperHandler builds via ClassTableMappingResolve instead of throwing when entityType missing.
  • Better Spring Boot experience: @MapperScan can configure mapper XML and interfaces at once.
  • Spring Boot property vs annotation config handling improved.
  • DalMapperBean now recognizes mappers annotated with @RefMapper.

Fixed

  • @MapperScan.annotationClass default value was wrong, causing scans to return nothing by default.