Compile-time first
SQL, parameters, and result shapes are checked before runtime.
A SMALLER SURFACE AREA
SQL, parameters, and result shapes are checked before runtime.
Generated Mappers call one small executor contract.
DataSource domains and transactions stay under Spring ownership.
AOT-FIRST BY DESIGN
Lynxus is a practical MyBatis alternative for people who write Mapper SQL today. It validates SQL at javac, writes a compile-time mapper index, and generates ordinary Java implementations. Startup loads that index instead of parsing XML or creating JDK proxies. Native Image consumers use the same generated path.
Read the architecture guide →