-
Archives
- April 2018
- July 2016
- January 2016
- July 2013
- December 2011
- September 2011
- August 2011
- March 2010
- February 2010
- January 2010
- May 2009
- March 2009
- January 2009
- October 2008
- September 2008
- August 2008
- May 2008
- March 2008
- July 2007
- February 2007
- January 2007
- December 2006
- October 2006
- September 2006
- May 2006
- April 2006
- March 2006
-
Meta
Monthly Archives: January 2010
Build Maven, Build ant, Build ivy, Build gradle
Have a look at Google Trends to see who’s likely to survive 🙂 Ok, I’ll admit to be a Maven fan – because it’s the only one that has a holistic concept. …that will never make it into the heads … Continue reading
Posted in Uncategorized
Leave a comment
How to persuade Hibernate to accept Nullable Timestamp Columns for Optimistic Locking
Working on a Grails project that needs to access a legacy database, it proved quite time-consuming to implement optimistic locking in a way that can be handled by Hibernate. Optimistic locking used to be implemented within (legacy) application code and … Continue reading
Posted in English, Hibernate
Leave a comment
Hibernate Reverse Engineering Tool does not create @TYPE Annotation for User Types within POJOs
Working on a Grails project that needs to access a legacy database, I’ve used the Hibernate Tools for Eclipse and Ant to create annotated EJB3 entity classes. As the database model uses some peculiar concepts (e.g. char(1) for booleans), I … Continue reading
Posted in Uncategorized
Leave a comment