's Avatar

@mybatis

58
Followers
27
Following
19
Posts
26.11.2024
Joined
Posts Following

Latest posts by @mybatis

MyBatis Migrations | Introduction – MyBatis Migrations

💡#MyBatis migrations support forward and rollback SQL in the same file via "up" and "down" sections. Learn more: mybatis.org/migrations/

19.01.2026 13:38 👍 1 🔁 0 💬 0 📌 0
Mybatis Parent 51: Plugin updates, build update, drop Java 23 support, add Java 25 support, retained Java 24 support

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

06.10.2025 12:00 👍 6 🔁 5 💬 0 📌 0
mybatis/mybatis-3 - Gource visualisation
mybatis/mybatis-3 - Gource visualisation YouTube video by Gourcer

🎥 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...

23.09.2025 12:02 👍 2 🔁 2 💬 0 📌 0
Preview
Integración de base de datos MyBatis: Dominando consultas SQL y recuperación de datos | LabEx Aprenda a usar MyBatis, un popular marco de persistencia de Java, para interactuar con una base de datos MySQL y recuperar información de cursos basada en el nombre del profesor.

Hola! If you speak Spanish:
labex.io/es/tutorials...
#Java #SQL

28.03.2025 13:07 👍 1 🔁 1 💬 0 📌 0
Student Demo on Mybatis | How to Migrate JPA-based CRUD App (SMS) project to MyBatis #mybatis #jpa
Student Demo on Mybatis | How to Migrate JPA-based CRUD App (SMS) project to MyBatis #mybatis #jpa YouTube video by Technomarathi with MW

From #JPA to #MyBatis: Key differences, implementation steps, and practical code examples.
www.youtube.com/watch?v=lgrg...

19.02.2025 19:48 👍 2 🔁 1 💬 0 📌 0
mybatis-user - Google Groups

🔥 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

28.01.2025 12:15 👍 2 🔁 3 💬 0 📌 0
MyBatis @Update annotation example for running SQL UPDATE statements.

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

07.01.2025 17:44 👍 4 🔁 3 💬 0 📌 0
Post image

📝 #MyBatis Tip: Use @ ConstructorArgs and @ Arg to map query results directly to immutable objects via constructor injection.
👉 mybatis.org/mybatis-3/ap...
#Java #SQL

17.12.2024 22:24 👍 2 🔁 1 💬 0 📌 0
MyBatis example: Dynamically generating a SQL query in Java code

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...

03.12.2024 16:59 👍 2 🔁 1 💬 0 📌 0

Thanks for your contribution!

28.11.2024 16:15 👍 1 🔁 0 💬 0 📌 0
Preview
GitHub - mybatis-flex/mybatis-flex: mybatis-flex is an elegant Mybatis Enhancement Framework mybatis-flex is an elegant Mybatis Enhancement Framework - GitHub - mybatis-flex/mybatis-flex: mybatis-flex is an elegant Mybatis Enhancement Framework

🔥 Hot Repo! 🔥 (100+ new stars)

📦 mybatis-flex / mybatis-flex
⭐ 743 (+100)
🗒 Java

mybatis-flex is an elegant Mybatis Enhancement Framework

29.07.2023 03:50 👍 1 🔁 1 💬 0 📌 0
MyBatis example. MyBatis is a powerful and flexible persistence framework for Java applications.

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/

27.11.2024 01:09 👍 6 🔁 4 💬 0 📌 0
MyBatis' MapKey annotation example

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

27.11.2024 16:50 👍 2 🔁 1 💬 0 📌 0

Welcome @mybatis.bsky.social !

27.11.2024 02:04 👍 1 🔁 1 💬 1 📌 0

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 :-) )

26.11.2024 19:35 👍 9 🔁 1 💬 2 📌 0

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!

27.11.2024 04:31 👍 0 🔁 0 💬 0 📌 0

I ❤️ MyBatis

I use it everyday at work.

#Java #SpringBoot #MyBatis

26.11.2024 20:15 👍 3 🔁 3 💬 0 📌 0

Thank you!

27.11.2024 04:26 👍 0 🔁 0 💬 0 📌 0
Spring Tips: Apache MyBatis
Spring Tips: Apache MyBatis YouTube video by SpringDeveloper

"some of the largest websites on the planet are using #MyBatis at scale" - Josh Long @starbuxman.joshlong.com
youtu.be/JyythoOXdbU?...

26.11.2024 18:13 👍 2 🔁 2 💬 0 📌 2
MyBatis SQL Mapper MyBatis SQL mapper framework for Java

If you are using #Quarkus and want to use #MyBatis for database persistence, check this out:
quarkus.io/extensions/i...

26.11.2024 18:07 👍 1 🔁 0 💬 0 📌 0
Preview
Complete Guide to CRUD Using MyBatis and Spring Boot In this guide, we’ll walk through creating a complete CRUD (Create, Read, Update, Delete) application using MyBatis and Spring Boot. We’ll…

A #MyBatis introduction with #SpringBoot and plenty of snippets of code:
medium.com/@cibofdevs/c...

26.11.2024 18:04 👍 1 🔁 1 💬 0 📌 0

"Hello, #Java World!" Welcome to #MyBatis on #BlueSky!

26.11.2024 17:16 👍 4 🔁 1 💬 1 📌 0
Preview
Bootiful Spring Boot 3.4: Start Here Level up your Java code and explore what Spring can do for you.

some of my favorite new features in @SpringBoot 3.4

spring.io/blog/2024/11...

25.11.2024 20:46 👍 42 🔁 4 💬 1 📌 0
GitHub - baomidou/mybatis-plus: An powerful enhanced toolkit of MyBatis for simplify development An powerful enhanced toolkit of MyBatis for simplify development - baomidou/mybatis-plus

Hey #Java developers using #MyBatis, MyBatis Plus can be an interesting project to follow:
github.com/baomidou/myb...

26.11.2024 17:08 👍 1 🔁 1 💬 0 📌 0
Preview
Mybatis-Generator - IntelliJ IDEs Plugin | Marketplace mybatis-generator-plugin Features: generate mybatis mapper class,mapper xml,entity class(GenerateMyBatis->Generate MyBatis File) generate mybatis xml fragment and...

Mybatis-Generator plugin for #IntelliJ IDEA
plugins.jetbrains.com/plugin/20850...

26.11.2024 17:05 👍 0 🔁 0 💬 0 📌 0