DM
Use JdbcTemplate, method annotations, Mapper files, or the Builder API with DM. The following pages cover database-specific configuration and usage.
| Scenario | Usage |
|---|---|
| Key generation | Identity columns and sequences |
| Pagination | LIMIT pagination |
| Insert conflicts | Duplicate-key ignore and MERGE update |
- Pagination: Page queries and total counts.
- Insert Conflicts: Handle existing records during insertion.
- Key Generation: Configure and retrieve IDs.
- Type Support: Choose Java property types.
- Transaction Support: Roll back multiple writes on failure.