Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityType
-
Packages that use EntityType Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
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 Modifier and Type Method Description List<EntityType>Schema. getEntityTypes()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntityType Modifier and Type Method Description SchemaSchema. setEntityTypes(List<EntityType> entityTypes)Sets theEntityTypes for thisSchema
-