Uses of Interface
com.sap.cds.ql.Upsert
Packages that use Upsert
-
Uses of Upsert in com.sap.cds.ql
Methods in com.sap.cds.ql that return UpsertModifier and TypeMethodDescriptionstatic Upsertstatic UpsertCreates an upsert statement to upsert data for a specified entity set.Sets the batch data to be inserted or updated by the upsert statement.Adds a single entry to be upserted into the entity set.Adds a single entry to be upserted into the entity set.static UpsertUpsert.into(CqnStructuredTypeRef ref) Creates an upsert statement to upsert 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.static <R extends StructuredType<R>,T extends StructuredType<T>>
UpsertCreates an upsert statement to upsert entries into a specified entity set.static <T extends StructuredType<T>>
UpsertCreates an upsert statement to upsert entries into a specified entity set.static UpsertCreates an upsert statement to upsert entries into a specified entity set.static UpsertUpsert.into(String qualifiedName, UnaryOperator<StructuredType<?>> path) Creates an upsert statement to upsert entries into a specified entity set.static <T extends StructuredType<?>>
UpsertUpsert.into(T entity) Creates an upsert statement to upsert entries into a specified entity set.CqnBuilder.upsert(CqnStructuredTypeRef ref) CqnBuilder.upsert(CdsEntity entity, UnaryOperator<StructuredType<?>> path) <E extends StructuredType<?>>
UpsertCqnBuilder.upsert(E entity) <E extends StructuredType<E>,R extends StructuredType<R>>
UpsertCqnBuilder.upsert(String entityName, UnaryOperator<StructuredType<?>> path)