Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » ObjectBuilder extension(How is it possible to set custom extended ObjectBuilder in DescriptorCustomizer)
ObjectBuilder extension [message #1806304] Tue, 07 May 2019 13:57
Eclipse UserFriend
We need the ability to override some methods in Object Builder(org.eclipse.persistence.internal.descriptors.ObjectBuilder) to be able to implement:


  1. Memory statistics
  2. Prevent initialization lazy collections


How is it possible to do?

Currently there are following troubles :


  1. ClassDescriptor.setObjectBuilder is protected
  2. ObjectBuilder#clone uses protected methods, so we cannot initialize custom objects correctly if the class is in different package


Is it possible to contribute necessary changes.
Previous Topic:EclipseLink 2.7.4 and dependency jakarta.persistence signing problem
Next Topic:NoPersistenceProvider Found if app is Starting Without -clean Parameter
Goto Forum:
  


Current Time: Mon Feb 17 06:37:03 GMT 2025

Powered by FUDForum. Page generated in 0.02982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top