搜索资源列表
POBOVODTOPOJODAO
- PO可以严格对应数据库表,一张表对映一个PO。 BO则是业务逻辑处理对象,我的理解是它装满了业务逻辑的处理,在业务逻辑复杂的应用中有用。 VO:value object值对象、view object视图对象 PO:持久对象 QO:查询对象 DAO:数据访问对象——同时还有DAO模式 DTO:数据传输对象——同时还有DTO模式 -PO can be strictly correspond to database tables, a tab
makecode_for_ejb
- 实现java反向设计,自动生成dto和dao文件,大大提高开发效率-Java reverse engineering to achieve, and automatically generate dto dao files, greatly increased development efficiency
Flow-generated-by-DTO
- 用流生成DTO,属性自动配置,简单易用,只要连接数据库即可-Flow generated by DTO, properties are automatically configured
kingdao
- 根据数据库自动生成DAO和DTO,具体方法:解压到D盘根目录,修改property文件的数据库路径,驱动,用户名,密码等,进入CMD到D盘运行java -jar kingdao.jar即在D盘根目录test文件夹下生成DAO和DTO-DAO and the database automatically generated DTO, specific methods: unzip to D root directory, modify t
FlexPGileadPBlazeDSPSpringPHibernate
- Flex+Gilead+BlazeDS+Spring+Hibernate示例Demo,使用1:n和m:n两个双向关系,很好的演示了Gilead的Hibernate Lazy Killer特性,借助Gilead可以有效规避DTO模式的大量繁琐代码。-Flex+ Gilead+ BlazeDS+ Spring+ Hibernate example Demo, use 1: n and m: n relationship between tw
DemoDAO
- DAO and DTo Examples
CompareObject
- 利用反射机制来实现pojo与dto相互转化-Reflection mechanism to achieve pojo and dto into each other
the-rmi-network-application-design
- 基于rmi的网络应用设计,介绍关于rmi与dto的模式-Based the rmi network application design, introduced rmi and dto mode
DreamCatcherV1.1
- 东软数据库实训实现代码,人力资源管理系统。清晰的dao、dto、service三层架构,ORCL 11G数据库。-Neusoft implementation code database training, human resources management system. Clear the dao dto service three-tier, ORCL 11G database.
BBS
- java代码写的,对于论坛的增删改查操作,其相关的dto,dao数据访问层,其中结合了sql server 2005数据库,对表中的数据进行操作-The code is writen with java.It mostly used for forum to insert,delete,update and select operation connected with sql 2005.
iser_initiator
- Register user buffer memory and initialize passive rdma dto descr iptor.
iser_initiator
- Register user buffer memory and initialize passive rdma dto descr iptor. Data size is stored in task->data[ISER_DIR_IN].data_len, Protection size os stored in task->prot[ISER_DIR_IN].data_len.
VBCodeBuilder
- 生成VB6,和C#两个版本的DAO,DTO代码。已在公司中使用。-Generating VB6, C# and the two versions of DAO, DTO code. It has been used in the company.
echartsmaster
- spring mvc dto service control api
DTOGenerator
- 从数据库表结构生成类文件,并根据类文件生成对应的DTO文件(generating class file by the schema get from database, and generating the dto file by the class file)