https://github.com/starnowski/mybatis-fun
Fun with mybatis
https://github.com/starnowski/mybatis-fun
Last synced: over 1 year ago
JSON representation
Fun with mybatis
- Host: GitHub
- URL: https://github.com/starnowski/mybatis-fun
- Owner: starnowski
- Created: 2023-08-04T21:31:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T21:24:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T17:53:04.647Z (over 1 year ago)
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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