Uses of Interface
com.sap.cds.services.cds.CqnService
Packages that use CqnService
Package
Description
-
Uses of CqnService in com.sap.cds.services.cds
Subinterfaces of CqnService in com.sap.cds.services.cdsModifier and TypeInterfaceDescriptioninterfaceAnApplicationServiceis aCqnServicethat is backed by an actual service definition within theCdsModel.interfaceMethods in com.sap.cds.services.cds that return CqnServiceModifier and TypeMethodDescriptionCdsCreateEventContext.getService()CdsDeleteEventContext.getService()CdsReadEventContext.getService()CdsUpdateEventContext.getService()CdsUpsertEventContext.getService()Methods in com.sap.cds.services.cds with parameters of type CqnServiceModifier and TypeMethodDescriptionstatic AsyncCqnServiceAsyncCqnService.of(CqnService service, OutboxService outbox) Returns an outboxed instance of the givenCqnServiceas aAsyncCqnService. -
Uses of CqnService in com.sap.cds.services.draft
Subinterfaces of CqnService in com.sap.cds.services.draftModifier and TypeInterfaceDescriptioninterfaceAnApplicationServicethat handles draft enabled entities. -
Uses of CqnService in com.sap.cds.services.persistence
Subinterfaces of CqnService in com.sap.cds.services.persistenceModifier and TypeInterfaceDescriptioninterfaceThe interface defining the consumption API of thePersistenceService.