public interface AMSTableListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterCreate(com.alibaba.fastjson.JSONObject createEntity)
增加实体类之后
|
void |
afterDelete(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition)
删除实体类之后
|
void |
afterEdit(BeforeEditOption beforeEditOption,
com.alibaba.fastjson.JSONObject updateEntity)
更新实体类之后
|
void |
afterExecuteCondition(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition,
cn.schoolwow.quickdao.domain.external.PageVo pageVo)
执行数据库请求后
|
void |
beforeCreate(com.alibaba.fastjson.JSONObject createEntity)
增加实体类之前
|
void |
beforeDelete(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition)
删除实体类之前
|
BeforeEditOption |
beforeEdit(com.alibaba.fastjson.JSONObject updateEntity)
更新实体类之前
|
void |
beforeExecuteCondition(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition)
执行数据库请求前
|
String |
daoName()
数据库名
|
String |
projectName()
项目名
|
String |
tableName()
表名
|
String projectName()
String daoName()
String tableName()
void beforeExecuteCondition(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition)
throws Exception
Exceptionvoid afterExecuteCondition(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition,
cn.schoolwow.quickdao.domain.external.PageVo pageVo)
throws Exception
Exceptionvoid beforeCreate(com.alibaba.fastjson.JSONObject createEntity)
throws Exception
Exceptionvoid afterCreate(com.alibaba.fastjson.JSONObject createEntity)
throws Exception
ExceptionBeforeEditOption beforeEdit(com.alibaba.fastjson.JSONObject updateEntity) throws Exception
Exceptionvoid afterEdit(BeforeEditOption beforeEditOption, com.alibaba.fastjson.JSONObject updateEntity) throws Exception
Exceptionvoid beforeDelete(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition)
throws Exception
ExceptionCopyright © 2024. All rights reserved.