In some cases, the reverseTransform() method defined in SessionFilesToEntitiesTransformer class, has to clean the entity namespace a little more to remove the string Proxies__CG__.
This happens when an entity is lazy loaded on a proxy class. which has a join association with the reverse entity.
In some cases, the
reverseTransform()method defined inSessionFilesToEntitiesTransformerclass, has to clean the entity namespace a little more to remove the string Proxies__CG__.This happens when an entity is lazy loaded on a proxy class. which has a join association with the reverse entity.