Uses of Interface
com.sap.cds.reflect.CdsModel
Packages that use CdsModel
Package
Description
-
Uses of CdsModel in com.sap.cds
Methods in com.sap.cds that return CdsModelMethods in com.sap.cds with parameters of type CdsModelModifier and TypeMethodDescriptionstatic CdsDataStoreConnectorBuilderCdsDataStoreConnector.createJdbcConnector(CdsModel cdsModel, TransactionManager transactionManager) Create an instance ofCdsDataStoreConnectorBuilderto construct theCdsDataStoreConnectorobject. -
Uses of CdsModel in com.sap.cds.connector
Methods in com.sap.cds.connector with parameters of type CdsModelModifier and TypeMethodDescriptionCdsDataStoreConnectorFactory.create(CdsModel cdsModel, TransactionManager transactionManager) Creates aCdsDataStoreConnectorBuilderinstance -
Uses of CdsModel in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CdsModelModifier and TypeMethodDescriptionstatic InsertCreates an insert statement from a given CQN String.static Update<StructuredType<?>>Creates an update statement to update data for a specified entity set.static UpsertCreates an upsert statement to upsert data for a specified entity set.Update<StructuredType<?>> -
Uses of CdsModel in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn with parameters of type CdsModelModifier and TypeMethodDescriptionCqnAnalyzer.CqnAnalyzerSPI.analyze(CdsModel model, CqnFilterableStatement stmt) CqnAnalyzer.CqnAnalyzerSPI.analyze(CdsModel model, CqnStructuredTypeRef ref) static CqnAnalyzerCreates an instance ofCqnAnalyzer.CqnAnalyzer.CqnAnalyzerSPI.resolveRefItems(CdsModel model, CqnSelect query) Method parameters in com.sap.cds.ql.cqn with type arguments of type CdsModel -
Uses of CdsModel in com.sap.cds.reflect
Methods in com.sap.cds.reflect that return CdsModelModifier and TypeMethodDescriptionstatic CdsModelCdsModel.read(InputStream csn) Creates a CDS model from a CSN input stream.static CdsModelCreates a CDS model from a CSN String.CdsModel.Reader.readCsn(InputStream csn) Methods in com.sap.cds.reflect with parameters of type CdsModel -
Uses of CdsModel in com.sap.cds.reflect.overlay
Methods in com.sap.cds.reflect.overlay that return CdsModelModifier and TypeMethodDescriptionCdsModelExtender.build()Builds the overlaid model with all its extensions.Methods in com.sap.cds.reflect.overlay with parameters of type CdsModelModifier and TypeMethodDescriptionstatic CdsModelExtenderCreates a newCdsModelExtenderfor the given model.