Registry / orm / mapper

mapper

JSON →
library6.0.0javamavenunverified

A universal MyBatis mapper that simplifies database operations by providing common CRUD methods without writing XML or annotations.

<dependency> <groupId>tk.mybatis</groupId> <artifactId>mapper</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · MAPPER
M
mapper
ormjavav6.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mapper
tk.mybatis.mapper.common.Mapper

Defines a MyBatis mapper interface extending the universal Mapper

import tk.mybatis.mapper.common.Mapper; public interface UserMapper extends Mapper<User> { }
Debug
Known issues
breakingVersion 6.0.0 may have breaking changes from earlier versions
fix
Check migration guide when upgrading from 4.x or 5.x
affects: >=6.0.0
Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
mapper — mvn dependency:get mapper · libregistry