Recently, a new database query insert control class has been released in Java framework, which is a complete database operation class.
Specific features:
1. c3p0 connection pool for the underlying layer;
2. Supports simultaneous connection configuration for multiple databases;
3. Any table can be converted to an object without having to write a model separately;
4. Support direct conversion of objects into XML output;
5. Supports querying pages with large data volumes;
6. multi-thread asynchronous query is supported;
7. Supports multi-threaded cache insertion of data;
8. Supports physical buffer queries;
9. Database Cluster and database backup;
Download address (jar with source code ):
Http://ken-javaframeword.googlecode.com/files/javaFramework2_5_1.jar
SVN address: http://code.google.com/p/ken-javaframeword/
Dbutil (framework2.5): http://code.google.com/p/ken-javaframeword/source/browse/trunk/JavaFramework2.5/src/com/shine/DBUtil/DBUtil.java
Next, let's briefly talk about the use of each part of the function.
Http://blog.csdn.net/arjick/article/details/6656456 dbutil tutorial (2) Configure connections and paging queries
Http://blog.csdn.net/arjick/article/details/6656488 dbutil tutorial (3) multi-thread asynchronous Query
Http://blog.csdn.net/arjick/article/details/6656537 dbutil tutorial (4) buffer multithreading insert
Http://blog.csdn.net/arjick/article/details/6758872 dbutil tutorial (5) Database Cluster backup