org.nutz.dao.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nutz Show documentation
Show all versions of nutz Show documentation
Nutz, which is a collections of lightweight frameworks, each of them can be used independently
/**
* 这是 Nutz 最重要的包之一,它主要围绕着 org.nutz.dao.Dao 接口提供了一系列的功能
*
* 总之,啥都别说了,光看看名字就晓得是干啥用的了。详细的,看文档吧
*
* 另,补充一句,你只要拿到 dao 接口的实例,在 IDE 上按一下 '.',给出的代码提示就能让你对这个接口的用法明白个大概
*/
package org.nutz.dao;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy