Uses of Interface
com.easyjf.web.tools.ICommCRUDAction

Packages that use ICommCRUDAction
com.easyjf.web.tools   
 

Uses of ICommCRUDAction in com.easyjf.web.tools
 

Classes in com.easyjf.web.tools that implement ICommCRUDAction
 class AbstractCrudAction
          Title: 通过添删改查(CRUD)处理Action类 Description: 处理普通数据表的添删改查(CRUD)处理的抽象类,用户只需继承该Action,并根据自身的情况实现其中的模板方法即可。