Hierarchy For All Packages
- cn.xuanyuanli.jdbc,
- cn.xuanyuanli.jdbc.entity,
- cn.xuanyuanli.jdbc.persistence,
- cn.xuanyuanli.jdbc.service,
- cn.xuanyuanli.jdbc.web
Class Hierarchy
- java.lang.Object
- cn.xuanyuanli.jdbc.entity.Department (implements cn.xuanyuanli.core.lang.BaseEntity)
- cn.xuanyuanli.jdbc.JpaQueryPreEventListener (implements org.springframework.context.ApplicationListener<E>)
- cn.xuanyuanli.jdbc.JujubeJdbcApp
- cn.xuanyuanli.jdbc.service.NormalService
- cn.xuanyuanli.jdbc.SqlQueryPostHandlerDemo (implements cn.xuanyuanli.jdbc.base.SqlQueryPostHandler)
- cn.xuanyuanli.jdbc.service.TransactionalService
- cn.xuanyuanli.jdbc.entity.User (implements cn.xuanyuanli.core.lang.BaseEntity)
- cn.xuanyuanli.jdbc.web.UserController
- cn.xuanyuanli.jdbc.persistence.UserDao.GetUsersByDepartIdPO
- cn.xuanyuanli.jdbc.persistence.UserDao.QueryUserAgePO
- cn.xuanyuanli.jdbc.persistence.UserDao.SexAndAgePO (implements cn.xuanyuanli.core.lang.BaseEntity)
- cn.xuanyuanli.jdbc.persistence.UserDao.UserDepartmentPO (implements cn.xuanyuanli.core.lang.BaseEntity)
- cn.xuanyuanli.jdbc.persistence.UserDao.UserPO (implements cn.xuanyuanli.core.lang.BaseEntity)
Interface Hierarchy
- cn.xuanyuanli.jdbc.base.BaseDao<T,
PK> - cn.xuanyuanli.jdbc.persistence.DepartmentDao
- cn.xuanyuanli.jdbc.persistence.UserDao