Package com.sap.cds.services.impl.draft
Class CqnAdapter
java.lang.Object
com.sap.cds.services.impl.draft.CqnAdapter
Helper class to adapt draft queries for execution on the active and inactive persistence.
-
Method Summary
Modifier and TypeMethodDescription<T extends com.sap.cds.ql.cqn.CqnStatement>
TadaptForActiveExecution(T stmt) <T extends com.sap.cds.ql.cqn.CqnStatement>
TadaptForInactiveExecution(T stmt) static CqnAdaptercreate(EventContext context)
-
Method Details
-
create
-
adaptForActiveExecution
public <T extends com.sap.cds.ql.cqn.CqnStatement> T adaptForActiveExecution(T stmt) -
adaptForInactiveExecution
public <T extends com.sap.cds.ql.cqn.CqnStatement> T adaptForInactiveExecution(T stmt)
-