littlenb / mybatis-jpa

The plugins for mybatis, in order to provider the ability to handler jpa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mybatis-jpa

Mybatis JDK 1.7 maven central APACHE 2 License

📖 English Documentation | 📖 中文文档

Mybatis插件,提供Mybatis处理JPA的能力.

maven

        <dependency>
            <groupId>com.littlenb</groupId>
            <artifactId>mybatis-jpa</artifactId>
            <version>2.2.0</version>
        </dependency>

插件清单

  • ResultTypePlugin Interceptor

    对于常规的结果映射, 不需要再构建ResultMap, ResultTypePlugin按照(JavaBean/POJO)中JPA注解, 解析生成相应的ResultMap.

  • AnnotationStatementScanner statementFactory

    注册MappedStatement, 基于注解, 仅支持Insert和Update.

更多示例请查看mybatis-jpa-test

联系方式

QQ交流群:246912326

About

The plugins for mybatis, in order to provider the ability to handler jpa.

License:Apache License 2.0


Languages

Language:Java 100.0%