# lite_ORM **Repository Path**: seanvicky/lite_ORM ## Basic Information - **Project Name**: lite_ORM - **Description**: 个人开发的一套快速开发平台中ORM模块部分源码,基于JPA实现,配合SpringBoot使用,已支持多个上线项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-08-14 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lite_ORM 个人开发的一套快速开发平台中ORM模块部分源码,基于JPA实现,配合SpringBoot使用,避免了像Hibernate那样不够轻量的条件查询写法,同时又不需要像使用MyBatis那样写大量XML配置。 基本使用方法:以查询用户为例 ![输入图片说明](https://gitee.com/uploads/images/2018/0610/161106_4fbcad36_1985381.png "1.png")