banner
mybatis.bsky.social
@mybatis.bsky.social
👀 Add #Java 25 support 🤩
#MyBatis #SQL
October 6, 2025 at 12:00 PM
🛡️ #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
January 7, 2025 at 5:44 PM
📝 #MyBatis Tip: Use @ ConstructorArgs and @ Arg to map query results directly to immutable objects via constructor injection.
👉 mybatis.org/mybatis-3/ap...
#Java #SQL
December 17, 2024 at 10:24 PM
🛠️ #MyBatis Tip: Generate #SQL queries programmatically in #Java with `@SelectProvider`
javadoc.io/doc/org.myba...
December 3, 2024 at 4:59 PM
🛠️ #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
November 27, 2024 at 4:50 PM