# hibernate_jpa_utils **Repository Path**: alone_coding/hibernate_jpa_utils ## Basic Information - **Project Name**: hibernate_jpa_utils - **Description**: hibernate,jpa相关工具类 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-10 - **Last Updated**: 2022-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hibernate jpa 工具类 记录下hibernate jpa相关的,开发中好用的轮子 仓库地址:https://gitee.com/alone_coding/hibernate_jpa_utils 主要功能 --------------- ## 1.SpecificationWrapper Api逻辑参照了[Mybatis-plus的条件构造器](https://baomidou.com/pages/10c804/) 主要简化了JpaSpecificationExecutor接口相关查询操作中Specification的构建 ## 2.EntityEnhanceHandler 通过 @EntityListeners(GlobalEntityListener.class) 增强实体的生命周期 目前集成了以下功能: * 字段自动填充 * 忽略null值更新 快速开始 --------------- 使用Demo详见测试类