Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.core |
Modifier and Type | Class and Description |
---|---|
static class |
BoundFunction.CollectionToCollectionComplex<BindingT,ResultT extends VdmComplex<ResultT>>
Specific
function operating on a collection of elements and returning a collection of
complex objects. |
static class |
BoundFunction.CollectionToSingleComplex<BindingT,ResultT extends VdmComplex<ResultT>>
Specific
function operating on a collection of elements and returning a complex object. |
static class |
BoundFunction.SingleToCollectionComplex<BindingT,ResultT extends VdmComplex<ResultT>>
Specific
function operating on a single element and returning a collection of complex
objects. |
static class |
BoundFunction.SingleToSingleComplex<BindingT,ResultT extends VdmComplex<ResultT>>
Specific
function operating on a single element and returning a complex type. |
interface |
ComplexProperty<EntityT extends VdmObject<?>,TargetT extends VdmComplex<?>>
Interface representing a complex property of
EntityT that holds a complex type of TargetT . |
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.
|
class |
ComplexPropertyQuery<OwnerT extends VdmObject<?>,PropertyT extends VdmComplex<?>>
Implementation that represents read queries and holds their state at runtime.
|
Copyright © 2021 SAP SE. All rights reserved.