Location:
Search - java dto dao
Search list
Description: PO可以严格对应数据库表,一张表对映一个PO。 BO则是业务逻辑处理对象,我的理解是它装满了业务逻辑的处理,在业务逻辑复杂的应用中有用。 VO:value object值对象、view object视图对象 PO:持久对象 QO:查询对象 DAO:数据访问对象——同时还有DAO模式 DTO:数据传输对象——同时还有DTO模式 -PO can be strictly correspond to database tables, a table mapping a PO. BO is the business logic to deal with the object, and I understand that it is filled with the handling of business logic in the application of complex business logic useful. VO: value object value object, view object view object PO: Persistent Object QO: Query Object DAO: Data Access Objects- DAO mode also DTO: Data Transfer Object- DTO model also
Platform: |
Size: 6144 |
Author: 东东 |
Hits:
Description: 实现java反向设计,自动生成dto和dao文件,大大提高开发效率-Java reverse engineering to achieve, and automatically generate dto dao files, greatly increased development efficiency
Platform: |
Size: 26303488 |
Author: 韩志强 |
Hits:
Description: 根据数据库自动生成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 the property file of the database path, driver, user name, password, enter CMD to the D drive is running java-jar kingdao.jar disk in D test folder under the root directory of DAO and DTO Generation
Platform: |
Size: 348160 |
Author: 陈凡淼 |
Hits:
Description: 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.
Platform: |
Size: 250880 |
Author: jianglian |
Hits: