|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityType | |
---|---|
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 |
org.apache.olingo.odata2.ref.edm |
Uses of EntityType in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntityType | |
---|---|
List<EntityType> |
Schema.getEntityTypes()
|
Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntityType | |
---|---|
Schema |
Schema.setEntityTypes(List<EntityType> entityTypes)
Sets the EntityType s for this Schema |
Uses of EntityType in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return EntityType | |
---|---|
EntityType |
JPAEdmEntityTypeView.getEdmEntityType()
The method returns an EDM entity currently being processed. |
EntityType |
JPAEdmEntityTypeView.searchEdmEntityType(String jpaEntityTypeName)
The method searches in the consistent list of EDM entity types for the given EDM entity type's name. |
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type EntityType | |
---|---|
List<EntityType> |
JPAEdmEntityTypeView.getConsistentEdmEntityTypes()
The method returns a consistent list of EDM entity types for a given java persistence meta model. |
Uses of EntityType in org.apache.olingo.odata2.ref.edm |
---|
Methods in org.apache.olingo.odata2.ref.edm that return EntityType | |
---|---|
EntityType |
ScenarioEdmProvider.getEntityType(FullQualifiedName edmFQName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |