Uses of Interface
com.sap.cds.reflect.CdsEntity
-
Uses of CdsEntity in com.sap.cds
Modifier and TypeMethodDescriptionabstract ResultBuilder
Specifies the sourceCdsEntity
of this result.Modifier and TypeMethodDescriptiondefault void
-
Uses of CdsEntity in com.sap.cds.ql
Modifier 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 Insert
Creates an insert statement to insert entries into a specified entity set.static Upsert
Creates an upsert statement to upsert entries into a specified entity set.static Upsert
Upsert.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
Modifier and TypeMethodDescriptiondefault CdsEntity
ResolvedSegment.entity()
Returns theCdsEntity
that is referenced by theCqnReference.Segment
.AnalysisResult.rootEntity()
Returns theCdsEntity
that is the root of theref
.AnalysisResult.targetEntity()
Returns theCdsEntity
targeted by theref
. -
Uses of CdsEntity in com.sap.cds.reflect
Modifier and TypeMethodDescriptionGet aCdsEntity
via its fully qualified name.CdsAssociationType.getTarget()
Returns the targetCdsEntity
of thisCdsAssociation
.Modifier and TypeMethodDescriptionCdsModel.concreteEntities()
Returns a sequentialStream
over all non abstractCdsEntity
definitions in this model.CdsModel.entities()
Returns a sequentialStream
over allCdsEntity
definitions in this model.CdsService.entities()
Returns a sequentialStream
over allCdsEntity
definitions in this service.CdsModel.findEntity
(String qualifiedName)