| 程序包 | 说明 |
|---|---|
| com.flyfish.demo.core.dao | |
| com.flyfish.demo.core.service | |
| com.flyfish.demo.entity |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
DaoSupport<T extends BaseEntity>
数据源支持
|
class |
DaoSupportImpl<T extends BaseEntity>
本地DAO实现
|
class |
GenericDataStore<T extends BaseEntity>
数据存储
单例
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ServiceSupport<T extends BaseEntity>
服务支持,对应dao的实现
|
class |
ServiceSupportImpl<T extends BaseEntity>
基本的增删改查支持
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Depart
部门测试实体
|
class |
User
用户测试实体
|
Copyright © 2020. All rights reserved.