Uses of Interface
com.sap.cds.ql.ElementRef
Packages that use ElementRef
-
Uses of ElementRef in com.sap.cds.ql
Methods in com.sap.cds.ql that return ElementRefModifier and TypeMethodDescriptionSets an alias.static <T> ElementRef<T>Creates anElementRefrepresenting a path from a CDS entity to an element of this or another entity.static <T> ElementRef<T>CQL.get(List<? extends CqnReference.Segment> segments) Creates anElementRefrepresenting a path from a CDS entity to an element of this or another entity.<T> ElementRef<T><T> ElementRef<T>CqnBuilder.QueryBuilderSupport.get(List<? extends CqnReference.Segment> segments) <E> ElementRef<E><E> ElementRef<E>Methods in com.sap.cds.ql that return types with arguments of type ElementRefModifier and TypeMethodDescriptionstatic RefBuilder<ElementRef<?>>CQL.copy(CqnElementRef ref) Creates aRefBuilderfrom the given ref, which allows for in-place modification of the ref.RefBuilder<ElementRef<?>>CqnBuilder.copy(CqnElementRef ref) Method parameters in com.sap.cds.ql with type arguments of type ElementRefModifier and TypeMethodDescriptionUpdate.set(Function<T, ElementRef<E>> ref, Function<ElementRef<E>, Value<?>> value) Adds an element to be updated to the update statement.