cn.remex.db.rsql.model
接口 Modelable
- 所有已知实现类:
- AuthGroup, AuthParam, AuthPrivilege, AuthResource, AuthRole, AuthUri, AuthUser, AuthValue, BeanAccessScope, ConfigInfo, DataDic, Department, ElementDefault, FieldMapping, FieldMappingGroup, Icon, Info, InfoClass, JqgColModel, JqgEditOption, LogMsg, LogonLogMsg, MappingConfigTree, MenuTreeNode, ModelableImpl, MonitorLog, Organization, Person, ReflectMapping, RjqParams, Staff, SysCode, SysSerialNumber, SysVariables, TabSettings, TabSrc, TreeModel, ValueMapping, ValueMappingConfig, ValueMappingGroup, ZTreeNode
public interface Modelable
_addModifyFileds
void _addModifyFileds(String... fields)
- 用于添加已被修改的属性,并判断是否什么类型的属性,由于后续的优化
- 参数:
m - fields -
_getModifyFileds
String _getModifyFileds()
_isAopModelBean
boolean _isAopModelBean()
- 默认返回本类是否是cglib代理的数据库modelbean
- 返回:
_setAopModelBean
boolean _setAopModelBean()
getDataStatus
String getDataStatus()
getId
String getId()
getName
String getName()
getVersion
int getVersion()
setDataStatus
void setDataStatus(String dataStatus)
setId
void setId(String id)
setName
void setName(String name)
trigger
void trigger()
Copyright © 2016. All rights reserved.