Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/starnowski/mybatis-fun
- Owner: starnowski
- Created: 2023-08-04T21:31:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T21:24:16.000Z (about 1 year ago)
- Last Synced: 2024-10-11T08:14:38.119Z (28 days 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
[![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.sqlHow to get prepared statement string
https://stackoverflow.com/questions/33197085/mybatis-3-get-sql-string-from-mapperH2 - page
http://www.h2database.com/html/datatypes.html#uuid_typehttps://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