Results 1 to 2 of 2

Thread: How to handle lazy loading with HibernateCursorInputSource

  1. #1

    Default How to handle lazy loading with HibernateCursorInputSource

    How could I handle lazy loading on object fetched with HibernateCursorInputSource.

    Or else, -which approach would you recommend?

    Geir

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    Have you tried useStatelessSession="true"? Be careful with it - there are performance implications of using lazy loading. It can be vital, but uss with care.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •