Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex
Packages that use VdmComplex
-
Uses of VdmComplex in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core with type parameters of type VdmComplexModifier and TypeClassDescriptionstatic class
BoundFunction.CollectionToCollectionComplex<BindingT,
ResultT extends VdmComplex<ResultT>> Specificfunction
operating on a collection of elements and returning a collection of complex objects.static class
BoundFunction.CollectionToSingleComplex<BindingT,
ResultT extends VdmComplex<ResultT>> Specificfunction
operating on a collection of elements and returning a complex object.static class
BoundFunction.SingleToCollectionComplex<BindingT,
ResultT extends VdmComplex<ResultT>> Specificfunction
operating on a single element and returning a collection of complex objects.static class
BoundFunction.SingleToSingleComplex<BindingT,
ResultT extends VdmComplex<ResultT>> Specificfunction
operating on a single element and returning a complex type.interface
ComplexProperty<EntityT extends VdmObject<?>,
TargetT extends VdmComplex<?>> Interface representing a complex property ofComplexProperty
that holds a complex type ofComplexProperty
.static class
ComplexProperty.Collection<EntityT extends VdmObject<EntityT>,
ValueT extends VdmComplex<ValueT>> A collection of complex objects.static class
ComplexProperty.Single<EntityT extends VdmObject<EntityT>,
ValueT extends VdmComplex<ValueT>> A navigational property to a single other entity reference.final class
ComplexPropertyQuery<OwnerT extends VdmObject<?>,
PropertyT extends VdmComplex<?>> Implementation that represents read queries and holds their state at runtime.