-
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
Category Archives: Hibernate
Grails and Microsoft SQL Server – Not so painless when using Unique Constraints – A Pragmatic Work-Around
When porting your Grails application from just about any database to MS SQL Server, four areas come to my mind that require your immediate attention: Primary key generation strategy (not covered here) Case sensitivity and collation issues (not covered here) … Continue reading
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