Class ContextualEntityContext

  • All Implemented Interfaces:
    de.xima.cmn.dao.interfaces.IBaseEntityContext, IEntityContext, Closeable, AutoCloseable

    public final class ContextualEntityContext
    extends Object
    implements IEntityContext
    An entity context intended to be used when you do not know whether you are inside a UI thread or not. Either delegates to the shared RequestEntityContext when available or uses a new entity context otherwise.
    Since:
    8.0.0
    Author:
    XIMA MEDIA GmbH