|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdmProperty | |
---|---|
org.odata4j.core | Core odata4j concepts. |
org.odata4j.edm | |
org.odata4j.producer.jpa | |
org.odata4j.producer.jpa.eclipselink |
Uses of EdmProperty in org.odata4j.core |
---|
Methods in org.odata4j.core that return types with arguments of type EdmProperty | |
---|---|
static Func1<EdmProperty,String> |
OFuncs.edmPropertyName()
|
Uses of EdmProperty in org.odata4j.edm |
---|
Fields in org.odata4j.edm with type parameters of type EdmProperty | |
---|---|
List<EdmProperty> |
EdmEntityType.properties
|
List<EdmProperty> |
EdmComplexType.properties
|
Methods in org.odata4j.edm that return EdmProperty | |
---|---|
EdmProperty |
EdmEntityType.getProperty(String name)
|
Constructor parameters in org.odata4j.edm with type arguments of type EdmProperty | |
---|---|
EdmComplexType(String namespace,
String name,
List<EdmProperty> properties)
|
|
EdmEntityType(String namespace,
String alias,
String name,
Boolean hasStream,
List<String> keys,
List<EdmProperty> properties,
List<EdmNavigationProperty> navigationProperties)
|
Uses of EdmProperty in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa that return EdmProperty | |
---|---|
protected EdmProperty |
JPAEdmGenerator.toEdmProperty(String modelNamespace,
SingularAttribute<?,?> sa)
|
Methods in org.odata4j.producer.jpa that return types with arguments of type EdmProperty | |
---|---|
protected List<EdmProperty> |
JPAEdmGenerator.getProperties(String modelNamespace,
ManagedType<?> et)
|
Uses of EdmProperty in org.odata4j.producer.jpa.eclipselink |
---|
Methods in org.odata4j.producer.jpa.eclipselink that return EdmProperty | |
---|---|
protected EdmProperty |
EclipseLinkJPAEdmGenerator.toEdmProperty(String modelNamespace,
SingularAttribute<?,?> sa)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |