Does anyone know if the Database.com Java SDK has an equivalent of Hibernate's OpenSessionInView (or has anyone created their own)?
I keep getting javax.jdo.JDODetachedFieldAccessException's in my JSP's when referencing my lazy relationships and I'd prefer not to manually load the relationships in the code.
Thanks, Brad