|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EdmProperty | |
|---|---|
| org.odata4j.core | Core odata4j concepts. |
| org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
| org.odata4j.producer.jdbc | |
| Uses of EdmProperty in org.odata4j.core |
|---|
| Methods in org.odata4j.core that return types with arguments of type EdmProperty | |
|---|---|
static Predicate1<EdmProperty> |
OPredicates.edmPropertyNameEquals(String name)
|
| Uses of EdmProperty in org.odata4j.edm |
|---|
| Methods in org.odata4j.edm that return EdmProperty | |
|---|---|
EdmProperty |
EdmProperty.Builder.build()
|
EdmProperty |
EdmStructuralType.findDeclaredProperty(String name)
Finds a property by name on this structural type not including inherited properties. |
EdmProperty |
EdmStructuralType.findProperty(String name)
Finds a property by name, searching up the type hierarchy if necessary. |
| Methods in org.odata4j.edm that return types with arguments of type EdmProperty | |
|---|---|
Enumerable<EdmProperty> |
EdmStructuralType.getDeclaredProperties()
Gets the properties defined for this structural type not including inherited properties. |
Enumerable<EdmProperty> |
EdmStructuralType.getProperties()
Gets the properties defined for this structural type including inherited properties. |
| Methods in org.odata4j.edm with parameters of type EdmProperty | |
|---|---|
Object |
EdmDecorator.resolvePropertyProperty(EdmProperty st,
PropertyPath path)
Resolves a custom property (i.e. |
| Uses of EdmProperty in org.odata4j.producer.jdbc |
|---|
| Methods in org.odata4j.producer.jdbc with parameters of type EdmProperty | |
|---|---|
JdbcModel.JdbcColumn |
JdbcMetadataMapping.getMappedColumn(EdmProperty edmProperty)
|
| Constructor parameters in org.odata4j.producer.jdbc with type arguments of type EdmProperty | |
|---|---|
JdbcMetadataMapping(EdmDataServices metadata,
JdbcModel model,
Map<EdmEntitySet,JdbcModel.JdbcTable> entitySetMapping,
Map<EdmProperty,JdbcModel.JdbcColumn> propertyMapping)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||