类分层结构
- java.lang.Object
- com.github.faster.framework.core.upload.controller.AbstractUploadController
- com.github.faster.framework.admin.AdminConfiguration
- com.github.faster.framework.admin.auth.controller.AuthController
- com.github.faster.framework.admin.auth.service.AuthService
- com.github.faster.framework.core.mybatis.model.BasePager
- com.github.faster.framework.core.entity.BaseEntity (implements java.io.Serializable)
- com.github.faster.framework.admin.permission.entity.SysPermission (implements com.github.faster.framework.core.entity.TreeNode)
- com.github.faster.framework.admin.role.entity.SysRole
- com.github.faster.framework.admin.rolePermission.entity.SysRolePermission
- com.github.faster.framework.admin.user.entity.SysUser
- com.github.faster.framework.admin.userRole.entity.SysUserRole
- org.apache.shiro.realm.CachingRealm (implements org.apache.shiro.cache.CacheManagerAware, org.apache.shiro.authc.LogoutAware, org.apache.shiro.util.Nameable, org.apache.shiro.realm.Realm)
- org.apache.shiro.realm.AuthenticatingRealm (implements org.apache.shiro.util.Initializable)
- org.apache.shiro.realm.AuthorizingRealm (implements org.apache.shiro.authz.Authorizer, org.apache.shiro.util.Initializable, org.apache.shiro.authz.permission.PermissionResolverAware, org.apache.shiro.authz.permission.RolePermissionResolverAware)
- com.github.faster.framework.admin.shiro.ShiroRealm
- com.github.faster.framework.admin.auth.model.LoginReq
- com.github.faster.framework.admin.auth.model.LoginRes
- org.apache.shiro.web.servlet.ServletContextSupport
- org.apache.shiro.web.servlet.AbstractFilter (implements javax.servlet.Filter)
- org.apache.shiro.web.servlet.NameableFilter (implements org.apache.shiro.util.Nameable)
- org.apache.shiro.web.servlet.OncePerRequestFilter
- org.apache.shiro.web.servlet.AdviceFilter
- org.apache.shiro.web.filter.PathMatchingFilter (implements org.apache.shiro.web.filter.PathConfigProcessor)
- org.apache.shiro.web.filter.AccessControlFilter
- org.apache.shiro.web.filter.authc.AuthenticationFilter
- org.apache.shiro.web.filter.authc.AuthenticatingFilter
- com.github.faster.framework.admin.shiro.cache.ShiroCache<K,V> (implements org.apache.shiro.cache.Cache<K,V>)
- com.github.faster.framework.admin.shiro.cache.ShiroCacheManager (implements org.apache.shiro.cache.CacheManager)
- com.github.faster.framework.admin.shiro.ShiroConfiguration
- com.github.faster.framework.admin.shiro.ShiroConfiguration.ShiroExceptionHandler
- com.github.faster.framework.admin.permission.model.SysPermissionAddReq
- com.github.faster.framework.admin.permission.controller.SysPermissionController
- com.github.faster.framework.admin.permission.service.SysPermissionService
- com.github.faster.framework.admin.permission.model.SysPermissionUpdateReq
- com.github.faster.framework.admin.role.controller.SysRoleController
- com.github.faster.framework.admin.rolePermission.service.SysRolePermissionService
- com.github.faster.framework.admin.role.model.SysRoleReq
- com.github.faster.framework.admin.role.service.SysRoleService
- com.github.faster.framework.admin.user.model.SysUserAddReq
- com.github.faster.framework.admin.user.model.SysUserChangePwdReq
- com.github.faster.framework.admin.user.controller.SysUserController
- com.github.faster.framework.admin.userRole.service.SysUserRoleService
- com.github.faster.framework.admin.user.service.SysUserService
- com.github.faster.framework.admin.user.model.SysUserUpdateReq
接口分层结构
- tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>
- tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.additional.idlist.DeleteByIdListMapper<T,PK>
- tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK> (并 extends tk.mybatis.mapper.additional.idlist.SelectByIdListMapper<T,PK>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.ids.DeleteByIdsMapper<T>
- tk.mybatis.mapper.common.IdsMapper<T> (并 extends tk.mybatis.mapper.common.ids.SelectByIdsMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<T>
- tk.mybatis.mapper.common.base.BaseDeleteMapper<T> (并 extends tk.mybatis.mapper.common.base.delete.DeleteMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.delete.DeleteMapper<T>
- tk.mybatis.mapper.common.base.BaseDeleteMapper<T> (并 extends tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.additional.insert.InsertListMapper<T>
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.insert.InsertMapper<T>
- tk.mybatis.mapper.common.base.BaseInsertMapper<T> (并 extends tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<T>
- tk.mybatis.mapper.common.base.BaseInsertMapper<T> (并 extends tk.mybatis.mapper.common.base.insert.InsertMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.Marker
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>)
- tk.mybatis.mapper.common.base.select.SelectAllMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.example.SelectByExampleMapper<T>
- tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.additional.idlist.SelectByIdListMapper<T,PK>
- tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK> (并 extends tk.mybatis.mapper.additional.idlist.DeleteByIdListMapper<T,PK>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.ids.SelectByIdsMapper<T>
- tk.mybatis.mapper.common.IdsMapper<T> (并 extends tk.mybatis.mapper.common.ids.DeleteByIdsMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>
- tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.select.SelectCountMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.select.SelectMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>
- tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.select.SelectOneMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>
- tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>
- tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<T>
- tk.mybatis.mapper.common.base.BaseUpdateMapper<T> (并 extends tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
- tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<T>
- tk.mybatis.mapper.common.base.BaseUpdateMapper<T> (并 extends tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<T>)
- tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>)
- com.github.faster.framework.core.mybatis.mapper.BaseMapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.additional.idlist.IdListMapper<T,PK>, tk.mybatis.mapper.common.IdsMapper<T>, tk.mybatis.mapper.additional.insert.InsertListMapper<T>, tk.mybatis.mapper.common.Marker)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.github.faster.framework.admin.role.error.RoleError (implements com.github.faster.framework.core.exception.model.ErrorCode)
- com.github.faster.framework.admin.auth.error.AuthError (implements com.github.faster.framework.core.exception.model.ErrorCode)
- com.github.faster.framework.admin.user.error.UserError (implements com.github.faster.framework.core.exception.model.ErrorCode)
- com.github.faster.framework.admin.permission.error.SysPermissionError (implements com.github.faster.framework.core.exception.model.ErrorCode)
- com.github.faster.framework.admin.rolePermission.error.RolePermissionError (implements com.github.faster.framework.core.exception.model.ErrorCode)