» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with lazy + session

hibernate.org - Open Session in View

Article on how to render Hibernate objects once the session has been closed (related to LazyInitializationExceptions).

Hibernate: del.icio.us tag/hibernate

SESIONES EN HIBERNATE VS SESIONES SPRING - Linking Paths día a día

Embarcado en el desarrollo del servicio de workflow de OCAS y en su implementación con JBPM me he tropezado (de nuevo) con un iceberg: las sesiones de Hibernate y el cómodo/incómodo lazy loading. Existe en javahispano un estupendo artículo de Martin s

Hibernate: del.icio.us tag/hibernate

360Works: Custom development with FileMaker Pro, WebObjects, and Java

public class SessionMissingException extends LazyInitializationException { public SessionMissingException(String msg) { super(msg); } }

Hibernate: del.icio.us tag/hibernate