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 |
tableName()
表名
|
String daoName()
String tableName()
void beforeExecuteCondition(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition)
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 afterCreate(com.alibaba.fastjson.JSONObject createEntity)
BeforeEditOption beforeEdit(com.alibaba.fastjson.JSONObject updateEntity)
void afterEdit(BeforeEditOption beforeEditOption, com.alibaba.fastjson.JSONObject updateEntity)
void beforeDelete(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition)
void afterDelete(cn.schoolwow.quickdao.dao.dql.condition.Condition condition,
com.alibaba.fastjson.JSONObject amsListCondition)
Copyright © 2023. All rights reserved.