-
Archives
- May 2018
- July 2017
- June 2017
- May 2017
- April 2017
- November 2016
- June 2016
- May 2016
- April 2016
- December 2015
- July 2015
- June 2015
- March 2015
- April 2014
- August 2013
- June 2013
- April 2013
- February 2013
- January 2013
- July 2012
- November 2011
- August 2011
- March 2011
- February 2011
- January 2011
- November 2010
- July 2010
- June 2010
- April 2010
- March 2010
- January 2010
- November 2009
- April 2009
- February 2009
- January 2009
- October 2008
-
Meta
Monthly Archives: November 2009
Auto-generation of primary-key classes
The JDO spec defines a series of PK classes that will be used when you have a single primary-key field and don’t specify the objectidClass. This provides for the majority of situations meaning that the user can omit this time-consuming … Continue reading
Posted in JDO, JPA, primary-key
Leave a comment
"JPQL2" becomes the default JPQL implementation for RDBMS
The rewrite of JPQL for RDBMS, formerly known as “JPQL2” is now the default JPQL implementation in DataNucleus SVN trunk. It passes the JPA TCK completely, and so no reason not to swap over to using it now. So if … Continue reading
Posted in DataNucleus, JPA, JPQL
1 Comment