cn.dreampie.resource.user.model
类 User

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

@Table(name="sec_user",
       primaryKey="sid",
       cached=true)
public class User
extends Model<User>

Created by ice on 14-12-31.

另请参见:
序列化表格

字段摘要
static User dao
           
 
从类 cn.dreampie.orm.Base 继承的字段
DEFAULT_GENERATED_KEY
 
构造方法摘要
User()
           
 
方法摘要
 List<Long> getPermissionIds()
           
 List<String> getPermissions()
           
 Long getRoleId()
           
 List<UserInfo> getUserInfos()
           
 
从类 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 User dao
构造方法详细信息

User

public User()
方法详细信息

getUserInfos

public List<UserInfo> getUserInfos()

getRoleId

public Long getRoleId()

getPermissions

public List<String> getPermissions()

getPermissionIds

public List<Long> getPermissionIds()


Copyright © 2015. All rights reserved.