v4.3.5 (2022-05-02)
<dependency>
<groupId>net.hasor</groupId>
<artifactId>dbvisitor</artifactId>
<version>4.3.5</version>
</dependency>
Added
- More example projects.
HasordbDsAdapterandSpringDsAdapterconstructors acceptingDataSource.DalRegistryBeanaddsmapperLocationsalongsidemapperResources(equivalent behavior).
Improved
DalMapperBeantolerates nulldalSession.BaseMapperHandlerbuilds viaClassTableMappingResolveinstead of throwing whenentityTypemissing.- Better Spring Boot experience:
@MapperScancan configure mapper XML and interfaces at once. - Spring Boot property vs annotation config handling improved.
DalMapperBeannow recognizes mappers annotated with@RefMapper.
Fixed
@MapperScan.annotationClassdefault value was wrong, causing scans to return nothing by default.