Ticket #122 (new defect)

Opened 3 years ago

Last modified 16 months ago

HibOS: Hibernate lazy loading of objects

Reported by: scascarini Owned by: scascarini
Priority: Medium Milestone: plugins-hibos-1.1-beta-1
Component: Plugins: Hibernate Persistor Version: nof: 3.0M3
Severity: minor Keywords:
Cc:

Description (last modified by rcmatthews) (diff)

A NO strategy for hibernate lazy loaded objects has been implemented.

Lazily loaded objects use NO lazy loading instead with an unpopulated object behind the adaptor which is populated on resolve.

However if the reference to the lazily loaded object is a interface or abstract class the adapter cannot create an instance of the object and so this strategy fails.

Need to understand if 1. this potentially affects 'any' relationships (which are unavoidable) in which case it must be resolved. 2. If there is a alternative approach (perhaps a new type of adapter) which allows lazy loaded. 3. We should just avoid lazy loading of objects

Change History

Changed 3 years ago by rcmatthews

  • owner changed from rmatthews to scascarini
  • op_sys changed from !! Unspecified (don't use) to Not specific

Changed 3 years ago by dkhaywood

  • summary changed from Hibernate lazy loading of objects to HibOS: Hibernate lazy loading of objects

Changed 3 years ago by rcmatthews

  • cc rmatthews@… added
  • priority changed from Desirable for next release to Bug fix

Changed 18 months ago by rcmatthews

  • priority changed from bug fix to Medium
  • description modified (diff)

Changed 16 months ago by dkhaywood

  • milestone set to plugins-hibos-1.0-beta-1
Note: See TracTickets for help on using tickets.