Package | Description |
---|---|
com.sap.cds | |
com.sap.cds.ql | |
com.sap.cds.ql.cqn | |
com.sap.cds.reflect |
Modifier and Type | Method and Description |
---|---|
abstract ResultBuilder |
ResultBuilder.entity(CdsEntity entity)
Specifies the source
CdsEntity of this result. |
Constructor and Description |
---|
UniqueConstraintException(CdsEntity entity,
Map<String,Object> elementValues,
Set<String> keys,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
Delete<StructuredType<?>> |
CqnBuilder.delete(CdsEntity entity,
UnaryOperator<StructuredType<?>> path) |
static Update<StructuredType<?>> |
Update.entity(CdsEntity entity)
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 Select<StructuredType<?>> |
Select.from(CdsEntity entity)
Creates a select statement to select entries from a specified entity set.
|
static Delete<StructuredType<?>> |
Delete.from(CdsEntity entity)
Creates a delete statement to delete 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.
|
static Delete<StructuredType<?>> |
Delete.from(CdsEntity entity,
UnaryOperator<StructuredType<?>> path)
Creates a delete statement to delete entries from a specified entity set.
|
Insert |
CqnBuilder.insert(CdsEntity entity,
UnaryOperator<StructuredType<?>> path) |
static Upsert |
Upsert.into(CdsEntity entity)
Creates an upsert statement to upsert entries into a specified entity set.
|
static Insert |
Insert.into(CdsEntity entity)
Creates an insert statement to insert 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<?>> |
CqnBuilder.select(CdsEntity entity) |
Select<StructuredType<?>> |
CqnBuilder.select(CdsEntity entity,
UnaryOperator<StructuredType<?>> path) |
Update<StructuredType<?>> |
CqnBuilder.update(CdsEntity entity,
UnaryOperator<StructuredType<?>> path) |
Upsert |
CqnBuilder.upsert(CdsEntity entity,
UnaryOperator<StructuredType<?>> path) |
Modifier and Type | Method and Description |
---|---|
default CdsEntity |
ResolvedSegment.entity()
Returns the
CdsEntity that is referenced by the CqnReference.Segment . |
CdsEntity |
AnalysisResult.rootEntity()
Returns the
CdsEntity that is the root of the ref . |
CdsEntity |
AnalysisResult.targetEntity()
Returns the
CdsEntity targeted by the ref . |
Modifier and Type | Method and Description |
---|---|
CdsEntity |
CdsModel.getEntity(String qualifiedName)
Get a
CdsEntity via its fully qualified name. |
CdsEntity |
CdsAssociationType.getTarget()
Returns the target
CdsEntity of this CdsAssociation . |
Modifier and Type | Method and Description |
---|---|
default Stream<CdsEntity> |
CdsModel.concreteEntities()
Returns a sequential
Stream over all non abstract CdsEntity
definitions in this model. |
Stream<CdsEntity> |
CdsService.entities()
Returns a sequential
Stream over all CdsEntity definitions in
this service. |
Stream<CdsEntity> |
CdsModel.entities()
Returns a sequential
Stream over all CdsEntity definitions in
this model. |
Optional<CdsEntity> |
CdsModel.findEntity(String qualifiedName)
|
Modifier and Type | Method and Description |
---|---|
default void |
CdsVisitor.visit(CdsEntity entity) |
Copyright © 2023 SAP. All rights reserved.