Class ModelContextProxy

java.lang.Object
de.hybris.platform.servicelayer.internal.model.impl.ModelContextProxy
All Implemented Interfaces:
ModelContext, org.springframework.beans.factory.InitializingBean

public class ModelContextProxy extends Object implements ModelContext, org.springframework.beans.factory.InitializingBean
Proxy holder of one ModelContext per active Jalo session.

This had been added to avoid using Spring <scoped-proxy> setting which was much slower at that time.

  • Constructor Details

    • ModelContextProxy

      public ModelContextProxy()
  • Method Details