项目案例:宠物商店

来源:互联网 发布:巨人网络 2017财报 编辑:程序博客网 时间:2024/06/05 00:41

宠物商店项目大纲:

dao接口:
AccountDaoPetDao PetOwnerDaoPetStoreDao

实现类:
AccountDaoImpl PetDaoImpl PetOwnerDaoImplPetStoreDaoImpl
数据访问层:
BaseDao类
entity封装包:
Account Pet PetOwner PetStore
service包:
父接口: PetStoreService: AccountableBreadable BuyableSellable
PetOwnerService:Sellable Buyable

接口: PetFactory PetStoreFactory
实现类: PetStoreServiceImpl PetOwnerServiceImpl PetFactoryImplPetStoreFactoryImpl  
test包:
Main 界面类
3 0
原创粉丝点击