About 75,600 results
Open links in new tab
  1. MyBatis 3 | Introduction – mybatis

    MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of …

  2. MyBatis - Wikipedia

    MyBatis is a Java persistence framework that couples objects with stored procedures or SQL statements using an XML descriptor or annotations. MyBatis is free software that is distributed under the Apache …

  3. Quick Guide to MyBatis - Baeldung

    Mar 25, 2026 · MyBatis is an open source persistence framework which simplifies the implementation of database access in Java applications. It provides the support for custom SQL, stored procedures …

  4. MYBATIS - Overview - Online Tutorials Library

    MyBatis is an open source, lightweight, persistence framework. It is an alternative to JDBC and Hibernate. It automates the mapping between SQL databases and objects in Java, .NET, and Ruby …

  5. MyBatis · GitHub

    SQL DSL (Domain Specific Language) for Kotlin and Java. Supports rendering for MyBatis or Spring JDBC Templates. MyBatis has 37 repositories available. Follow their code on GitHub.

  6. mybatis Tutorial => Getting started with mybatis

    This section provides an overview of what mybatis is, and why a developer might want to use it. It should also mention any large subjects within mybatis, and link out to the related topics.

  7. MyBatis 3 | Getting started – mybatis

    Let's take a look at XML first. The full set of features provided by MyBatis can be realized by using the XML based mapping language that has made MyBatis popular over the years. If you've used …

  8. MyBatis SQL Mapper Framework for Java - GitHub

    The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using an XML …

  9. MyBatis with Spring - Baeldung

    Jan 8, 2024 · MyBatis is one of the most commonly used open-source frameworks for implementing SQL databases access in Java applications. In this quick tutorial, we’ll present how to integrate …

  10. MyBatis: An Introduction to Simplify Database Access - Medium

    Feb 15, 2023 · MyBatis is a lightweight framework that provides a simpler and more intuitive way to access databases using Java. It is an open-source project that aims to simplify the development of...