cn.dreampie.resource.user.model
类 UserInfo

java.lang.Object
  继承者 cn.dreampie.common.entity.Entity<M>
      继承者 cn.dreampie.orm.Base<M>
          继承者 cn.dreampie.orm.Model<UserInfo>
              继承者 cn.dreampie.resource.user.model.UserInfo
所有已实现的接口:
Externalizable, Serializable

@Table(name="sec_user_info")
public class UserInfo
extends Model<UserInfo>

Created by wangrenhui on 15/1/2.

另请参见:
序列化表格

字段摘要
static UserInfo dao
           
 
从类 cn.dreampie.orm.Base 继承的字段
DEFAULT_GENERATED_KEY
 
构造方法摘要
UserInfo()
           
 
方法摘要
 
从类 cn.dreampie.orm.Model 继承的方法
checkMethod, getTableMeta, isUseCache, unCache, useDS
 
从类 cn.dreampie.orm.Base 继承的方法
addCache, checkTableName, countAll, countBy, delete, deleteAll, deleteBy, deleteById, deleteByIds, execute, execute, find, findAll, findBy, findById, findByIds, findCall, findCallFirst, findColsAll, findColsBy, findColsById, findColsByIds, findColsFirstBy, findColsTopBy, findFirst, findFirstBy, findTopBy, fullPaginate, fullPaginateAll, fullPaginateBy, fullPaginateColsAll, fullPaginateColsBy, getAlias, getCache, getColumnType, getDataSourceMeta, getDialect, getMClass, hasColumn, paginate, paginateAll, paginateBy, paginateColsAll, paginateColsBy, purgeCache, query, queryCall, queryCall, queryCallFirst, queryFirst, readExternal, removeCache, save, save, save, setAlias, setGeneratedKey, setGeneratedKey, update, update, updateColsAll, updateColsBy, writeExternal
 
从类 cn.dreampie.common.entity.Entity 继承的方法
clearAttrs, clearModifyAttrs, get, get, get, get, getAttrNames, getAttrs, getAttrValues, getModifyAttrNames, getModifyAttrs, getModifyAttrValues, init, initAttrs, initAttrs, keep, keep, put, putAttrs, putAttrs, remove, remove, removeNull, reSetAttrs, reSetModifyAttrs, set, setAttrs, setAttrs, toJson, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

dao

public static UserInfo dao
构造方法详细信息

UserInfo

public UserInfo()


Copyright © 2015. All rights reserved.