Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/starnowski/mybatis-fun

Fun with mybatis
https://github.com/starnowski/mybatis-fun

Last synced: 5 days ago
JSON representation

Fun with mybatis

Awesome Lists containing this project

README

        

[![Run tests for mybatis-h2](https://github.com/starnowski/mybatis-fun/actions/workflows/ci.yml/badge.svg)](https://github.com/starnowski/mybatis-fun/actions/workflows/ci.yml)

# mybatis-fun
Fun with mybatis

### Links
https://www.baeldung.com/spring-mybatis
https://github.com/eugenp/tutorials/tree/master/persistence-modules/spring-mybatis
http://mybatis.org/spring/
https://mybatis.org/spring/getting-started.html
https://www.springboottutorial.com/spring-boot-and-iBatis-with-h2-tutorial
https://github.com/eugenp/tutorials/blob/master/persistence-modules/spring-mybatis/src/main/resources/schema.sql

How to get prepared statement string
https://stackoverflow.com/questions/33197085/mybatis-3-get-sql-string-from-mapper

H2 - page
http://www.h2database.com/html/datatypes.html#uuid_type

https://groups.google.com/g/mybatis-user/c/JlJde0DEeOU

### SQL Joins
https://www.geeksforgeeks.org/inner-join-vs-outer-join/

### HSQLDB

https://www.tutorialspoint.com/hsqldb/hsqldb_joins.htm