Uses of Interface
com.sap.cds.reflect.CdsEntity
Packages that use CdsEntity
-
Uses of CdsEntity in com.sap.cds
Methods in com.sap.cds with parameters of type CdsEntityModifier and TypeMethodDescriptionabstract ResultBuilderSpecifies the sourceCdsEntityof this result.Method parameters in com.sap.cds with type arguments of type CdsEntityModifier and TypeMethodDescriptiondefault voidConstructors in com.sap.cds with parameters of type CdsEntity -
Uses of CdsEntity in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CdsEntityModifier and TypeMethodDescriptionDelete<StructuredType<?>>CqnBuilder.delete(CdsEntity entity, UnaryOperator<StructuredType<?>> path) static Update<StructuredType<?>>Creates an update statement to update data for a specified entity set.static Update<StructuredType<?>>Update.entity(CdsEntity entity, UnaryOperator<StructuredType<?>> path) Creates an update statement to update entries of a specified entity set.static Delete<StructuredType<?>>Creates a delete statement to delete entries from a specified entity set.static Delete<StructuredType<?>>Delete.from(CdsEntity entity, UnaryOperator<StructuredType<?>> path) Creates a delete statement to delete entries from a specified entity set.static Select<StructuredType<?>>Creates a select statement to select entries from a specified entity set.static Select<StructuredType<?>>Select.from(CdsEntity entity, UnaryOperator<StructuredType<?>> path) Creates a select statement to select entries from a specified entity set.CqnBuilder.insert(CdsEntity entity, UnaryOperator<StructuredType<?>> path) static InsertCreates an insert statement to insert entries into a specified entity set.static UpsertCreates an upsert statement to upsert entries into a specified entity set.static UpsertUpsert.into(CdsEntity entity, UnaryOperator<StructuredType<?>> path) Creates an upsert statement to upsert entries into a specified entity set.Select<StructuredType<?>>Select<StructuredType<?>>CqnBuilder.select(CdsEntity entity, UnaryOperator<StructuredType<?>> path) Update<StructuredType<?>>CqnBuilder.update(CdsEntity entity, UnaryOperator<StructuredType<?>> path) CqnBuilder.upsert(CdsEntity entity, UnaryOperator<StructuredType<?>> path) -
Uses of CdsEntity in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CdsEntityModifier and TypeMethodDescriptiondefault CdsEntityResolvedSegment.entity()Returns theCdsEntitythat is referenced by theCqnReference.Segment.AnalysisResult.rootEntity()Returns theCdsEntitythat is the root of theref.AnalysisResult.targetEntity()Returns theCdsEntitytargeted by theref. -
Uses of CdsEntity in com.sap.cds.reflect
Methods in com.sap.cds.reflect that return CdsEntityModifier and TypeMethodDescriptionGet aCdsEntityvia its fully qualified name.CdsAssociationType.getTarget()Returns the targetCdsEntityof thisCdsAssociation.Methods in com.sap.cds.reflect that return types with arguments of type CdsEntityModifier and TypeMethodDescriptionCdsModel.concreteEntities()Returns a sequentialStreamover all non abstractCdsEntitydefinitions in this model.CdsModel.entities()Returns a sequentialStreamover allCdsEntitydefinitions in this model.CdsService.entities()Returns a sequentialStreamover allCdsEntitydefinitions in this service.CdsModel.findEntity(String qualifiedName) Methods in com.sap.cds.reflect with parameters of type CdsEntity