|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
org.apache.olingo.odata2.api.edm.provider | Entity Data Model Provider API |
org.apache.olingo.odata2.jpa.processor.api.model | OData JPA Processor API Library - JPA EDM Model |
Uses of Property in org.apache.olingo.odata2.api.edm.provider |
---|
Subclasses of Property in org.apache.olingo.odata2.api.edm.provider | |
---|---|
class |
ComplexProperty
Objects of this class represent a complex property. |
class |
SimpleProperty
Objects of this class represent a simple property. |
Methods in org.apache.olingo.odata2.api.edm.provider that return Property | |
---|---|
Property |
Property.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of AnnotationAttribute for this Property |
Property |
Property.setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of AnnotationElement for this Property |
Property |
Property.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
Sets the CustomizableFeedMappings for this Property |
Property |
Property.setDocumentation(Documentation documentation)
Sets the Documentation for this Property |
Property |
Property.setFacets(EdmFacets facets)
Sets the Facets for this Property |
Property |
Property.setMapping(Mapping mapping)
Sets the Mapping for this Property |
Property |
Property.setMimeType(String mimeType)
Sets the mime type for this Property |
Property |
Property.setName(String name)
Sets the name for this Property |
Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type Property | |
---|---|
List<Property> |
ComplexType.getProperties()
|
Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type Property | |
---|---|
EntityType |
EntityType.setProperties(List<Property> properties)
|
ComplexType |
ComplexType.setProperties(List<Property> properties)
Sets the Property s |
Uses of Property in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type Property | |
---|---|
List<Property> |
JPAEdmPropertyView.getEdmPropertyList()
The method returns a list of Properties for the given Entity Type. |
Method parameters in org.apache.olingo.odata2.jpa.processor.api.model with type arguments of type Property | |
---|---|
void |
JPAEdmComplexTypeView.expandEdmComplexType(ComplexType complexType,
List<Property> expandedPropertyList,
String embeddablePropertyName)
The method expands the given EDM complex type into a list of EDM simple properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |