Package | Description |
---|---|
org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
org.apache.olingo.ext.pojogen |
Modifier and Type | Method and Description |
---|---|
EdmSchema |
Edm.getSchema(String namespace)
Get schema by namespace.
|
Modifier and Type | Method and Description |
---|---|
List<EdmSchema> |
Edm.getSchemas()
This method DOES NOT support lazy loading.
|
Modifier and Type | Field and Description |
---|---|
protected EdmSchema |
NavPropertyBindingDetails.schema |
Modifier and Type | Method and Description |
---|---|
EdmSchema |
NavPropertyBindingDetails.getSchema() |
protected EdmSchema |
AbstractUtility.getSchema() |
Modifier and Type | Method and Description |
---|---|
protected void |
V4POJOGenMojo.createUtility(Edm edm,
EdmSchema schema,
String basePackage) |
protected abstract void |
AbstractPOJOGenMojo.createUtility(Edm edm,
EdmSchema schema,
String basePackage) |
Constructor and Description |
---|
AbstractUtility(Edm metadata,
EdmSchema schema,
String basePackage) |
V4Utility(Edm metadata,
EdmSchema schema,
String basePackage) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.