💡#MyBatis migrations support forward and rollback SQL in the same file via "up" and "down" sections. Learn more: mybatis.org/migrations/
💡#MyBatis migrations support forward and rollback SQL in the same file via "up" and "down" sections. Learn more: mybatis.org/migrations/
Mybatis Parent 51: Plugin updates, build update, drop Java 23 support, add Java 25 support, retained Java 24 support
👀 Add #Java 25 support 🤩
#MyBatis #SQL
🎥 Watch the evolution of the mybatis-3 repo unfold over 15 years of commits!
#MyBatis #Java #OSS #Data #Databases
www.youtube.com/watch?v=vP7x...
From #JPA to #MyBatis: Key differences, implementation steps, and practical code examples.
www.youtube.com/watch?v=lgrg...
🔥 Latest from the #MyBatis user group:
1️⃣ Storing time as BigInt
2️⃣ Concerns in PooledDataSource
3️⃣ Advocacy efforts for MyBatis
4️⃣ #SpringBoot + MyBatis: BuilderException
5️⃣ #Java records in mappers
6️⃣ #GraalVM: Mapper injection fixes
👉 Join the discussion: groups.google.com/g/mybatis-user
MyBatis @Update annotation example for running SQL UPDATE statements.
🛡️ #MyBatis Tip: Use the @ Update annotation to execute SQL update statements directly within your mapper interfaces. Combine it with Java multiline strings to get easy to read and maintain SQL code.
👉 mybatis.org/mybatis-3/ja...
#Java #SQL #Programming #SoftwareDevelopment #SoftwareEngineering
📝 #MyBatis Tip: Use @ ConstructorArgs and @ Arg to map query results directly to immutable objects via constructor injection.
👉 mybatis.org/mybatis-3/ap...
#Java #SQL
MyBatis example: Dynamically generating a SQL query in Java code
🛠️ #MyBatis Tip: Generate #SQL queries programmatically in #Java with `@SelectProvider`
javadoc.io/doc/org.myba...
Thanks for your contribution!
🔥 Hot Repo! 🔥 (100+ new stars)
📦 mybatis-flex / mybatis-flex
⭐ 743 (+100)
🗒 Java
mybatis-flex is an elegant Mybatis Enhancement Framework
MyBatis example. MyBatis is a powerful and flexible persistence framework for Java applications.
🌀 For serious projects, @mybatis.bsky.social is a great alternative to #JPA and #Hibernate when you want to gain full control of your database system by directly using the best language for data: #SQL
mybatis.org/mybatis-3/
MyBatis' MapKey annotation example
🛠️ #MyBatis Tip: Inline @MapKey to easily turn query results into a Map keyed by any column—perfect for lookups or grouping without extra code.
👉 mybatis.org/mybatis-3/ja...
#Java #SQL
Welcome @mybatis.bsky.social !
Hi @mybatis.bsky.social, are you the official handle? You should get the DNS mapped handle (imagine @mybatis.org as your handle)
I love MyBatis!
(and I should really update that older video :-) )
That's exactly the idea. Let's see if we can make it work. Thanks for the tip, and looking forward to the updated version of your fantastic video!
I ❤️ MyBatis
I use it everyday at work.
#Java #SpringBoot #MyBatis
Thank you!
"some of the largest websites on the planet are using #MyBatis at scale" - Josh Long @starbuxman.joshlong.com
youtu.be/JyythoOXdbU?...
If you are using #Quarkus and want to use #MyBatis for database persistence, check this out:
quarkus.io/extensions/i...
A #MyBatis introduction with #SpringBoot and plenty of snippets of code:
medium.com/@cibofdevs/c...
"Hello, #Java World!" Welcome to #MyBatis on #BlueSky!
some of my favorite new features in @SpringBoot 3.4
spring.io/blog/2024/11...
Hey #Java developers using #MyBatis, MyBatis Plus can be an interesting project to follow:
github.com/baomidou/myb...
Mybatis-Generator plugin for #IntelliJ IDEA
plugins.jetbrains.com/plugin/20850...