Uses of Package
com.pugwoo.dbhelper
Packages that use com.pugwoo.dbhelper
Package
Description
-
Classes in com.pugwoo.dbhelper used by com.pugwoo.dbhelperClassDescription2017年9月5日 11:12:00 数据库操作拦截器,拦截器的命名为[before|after][select|update|insert|delete],拦截器将影响全局,请谨慎使用。 拦截器是栈式的,按拦截器的顺序,before顺序调用,after逆序调用。 关于拦截器的设计想法: 1.特别说明:在回调方法callback,尽量不使用dbhelper及其关联的service,以免Spring循环依赖。 如确实需要依赖dbhelper及其关联的service,可以考虑使用懒加载的方式。
-
Classes in com.pugwoo.dbhelper used by com.pugwoo.dbhelper.impl
-
Classes in com.pugwoo.dbhelper used by com.pugwoo.dbhelper.impl.partClassDescription2015年8月17日 18:18:572017年9月5日 11:12:00 数据库操作拦截器,拦截器的命名为[before|after][select|update|insert|delete],拦截器将影响全局,请谨慎使用。 拦截器是栈式的,按拦截器的顺序,before顺序调用,after逆序调用。 关于拦截器的设计想法: 1.特别说明:在回调方法callback,尽量不使用dbhelper及其关联的service,以免Spring循环依赖。 如确实需要依赖dbhelper及其关联的service,可以考虑使用懒加载的方式。
-
Classes in com.pugwoo.dbhelper used by com.pugwoo.dbhelper.utils