All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.hutool.db.package-info Maven / Gradle / Ivy

There is a newer version: 5.8.34
Show newest version
/**
 * Hutool-db是一个在JDBC基础上封装的数据库操作工具类,通过包装,使用ActiveRecord思想操作数据库。
* 在Hutool-db中,使用Entity(本质上是个Map)代替Bean来使数据库操作更加灵活,同时提供Bean和Entity的转换提供传统ORM的兼容支持。 * * @author looly * */ package cn.hutool.db;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy