@deprecated
2016-04-20
Bulk insert (multi-row vs. batch) using JDBC and MyBatis
›
I have seen some developers are using multi-row insert in MyBatis to perform bulk insert. If performance is your concern, though, you shoul...
2 comments:
2013-07-06
Hosting Eclipse Plugin Update Site (p2 repository) on Bintray
›
In Bintray , once a file is published, it cannot be deleted or modified after 5 days. And a published version cannot be deleted after 30 d...
2011-12-09
Stripes : store action bean field value in session
›
When storing a complex object in session, it becomes a little bit tricky to control binding and validation. For simple objects, the wizard ...
2011-06-28
Convert HTML files to PDF using webkit rendering engine
›
An AppleScript to convert HTML files to PDFs. It uses wkhtmltopdf for the actual conversion task.
2009-04-23
Ibator's deleteByExample() and MySQL.
›
If you use 'alias' when generating Ibator artifacts and your database is MySQL, you cannot use deleteByExample() because of MySQL bu...
Adds equals() and hashCode() to Ibator's example classes.
›
Ibator includes EqualsHashCodePlugin by default. It adds equals() and hashCode() methods to the domain classes. As I want to add these met...
Avoid RuntimeException when null is passed to Ibator's example class.
›
Ibator's example classes are useful, but it throws RuntimeException when the passed value is null. This is inconvenient when building a...
2009-02-22
Ibator plugin to add LIMIT clause to the example class
›
This Ibator plugin adds setLimitClause() method to example class.
2009-02-11
Ibator plugins for spring annotation users.
›
Ibator 1.2.x provides plugin architecture. I like the plugin system and write some custom ones for my daily use. The first plugin adds Sp...
2 comments:
Home
View web version