Hi, I'm currently migrating OGM to ORM 5.2 and found the very practical SessionFactoryDelegatingImpl class. I have only one issue with this class: the delegate field is private and I would need it to be accessible in the child class. Could we make it protected? |